Hello,
I recently discovered a very disturbing problem with ImageMagick :
I have some TIF file I would like to convert to 300x300 JPG 60
problem is they are in 1bpp....and, like I found in some others places, it's VERY slow!
http://www.classiccmp.org/pipermail/cct ... 53671.html
http://readlist.com/lists/imagemagick.o ... /4126.html
it seems to be an old issue so I would like to know if someone found a 'trick' to avoid these +10min on each of the 1Mo TIF file I have to convert!
Please note, I'm using commandLine throught scripts I didn't made so I'm actually unable to find the version...
If you tell me it was fixed in recent version, I'll have the needed reason to fight with my sys admin
thanks
William
1bpp TIF
Re: 1bpp TIF
To find your version try:
Code: Select all
convert -version