Increased file size after optimization JPG
Posted: 2018-08-31T06:04:31-07:00
Hello everyone.
I faced the following problem.
I have the increased file size for some JPG files after any manipulation with ImageMagick.
For example, my code for image optimization:
convert -sampling-factor 4:2:0 -strip -quality 55 -interlace JPEG -colorspace sRGB -define jpeg:fancy-upsampling=off source.jpg source-1.jpg
Source file: https://drive.google.com/file/d/1b_2axs ... sp=sharing
Size of the source file: 188 kb
Size after optimization: 233 kb
This happens and after cropping of the file.
For example, I received the file with identical file size via jpgtran tool.
So, I want to understand why this happens. Which parameter in the source file affected by this result?
Is it possible to reduce or save source file size after manipulation in ImageMagick?
Thanks.
I faced the following problem.
I have the increased file size for some JPG files after any manipulation with ImageMagick.
For example, my code for image optimization:
convert -sampling-factor 4:2:0 -strip -quality 55 -interlace JPEG -colorspace sRGB -define jpeg:fancy-upsampling=off source.jpg source-1.jpg
Source file: https://drive.google.com/file/d/1b_2axs ... sp=sharing
Size of the source file: 188 kb
Size after optimization: 233 kb
This happens and after cropping of the file.
For example, I received the file with identical file size via jpgtran tool.
So, I want to understand why this happens. Which parameter in the source file affected by this result?
Is it possible to reduce or save source file size after manipulation in ImageMagick?
Thanks.