1bpp TIF

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
William

1bpp TIF

Post by William »

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
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: 1bpp TIF

Post by Bonzo »

To find your version try:

Code: Select all

convert -version
Post Reply