insano_image_resizer 0.4.4 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/insano_image_resizer/processor.rb +1 -1
- metadata +1 -1
@@ -197,8 +197,8 @@ module InsanoImageResizer
|
|
197
197
|
run("#{@vips_path} im_rot270 '#{input_path}' '#{output_path}#{quality_extension}'")
|
198
198
|
end
|
199
199
|
FileUtils.rm(input_path)
|
200
|
-
FileUtils.mv(output_path, input_path)
|
201
200
|
run("mogrify -strip #{output_path}")
|
201
|
+
FileUtils.mv(output_path, input_path)
|
202
202
|
end
|
203
203
|
|
204
204
|
if (transform[:scale] < 0.5)
|