previously i am working on 6.8.7-9 .Using the following command to convert a file
Code: Select all
convert.exe test.tif -density 300x300 -quality 50 -compress Group4 -resize 2541x3300! test_out.tif
with the same file and same command with the IM version 6.9.0-0 giving the file size as 56KB .its still decreased with 6.9.1-2 version .
Can i know the reason exactly why we got different file sizes ?
Is there any cmd parametre to remove that differences ?