Platforms: ImageMagick convert.exe v6.7.8-2 and v7.0.5-3 Q16
Code: Select all
convert -quality 100 backgroundDefault.bmp backgroundDefault.jpg
v6 JPG: 227 KB
v7 JPG: 6076 KB
Forgive my ignorance, but do I need to provide additional parameters to get the file size down and get a comparable size to what I got with v6?
Also: under v6 the only dependency for convert.exe was to potentially have vcomp100.dll in the same directory, for a total of about 5MB of executables; now it seems as if multiple CORE_RL dll's are required to be in the same directory for it to run, though the total size of the files is still around 5MB. Correct?