work in progress
This commit is contained in:
parent
1ce70b49c0
commit
21cc9ab1ff
|
@ -0,0 +1,15 @@
|
||||||
|
# This class is used to download an optimize images.
|
||||||
|
|
||||||
|
class ImageOptimizer
|
||||||
|
|
||||||
|
def initialize(url)
|
||||||
|
@url = url
|
||||||
|
end
|
||||||
|
|
||||||
|
def force_refresh!
|
||||||
|
end
|
||||||
|
|
||||||
|
def optimized_path(width=nil, height=nil)
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
Loading…
Reference in New Issue