Page 1 of 1

convert JPEG > TIFF : "RowsPerStrip must be multiple of 8"

Posted: 2010-07-02T12:13:08-07:00
by Nagame
Hi,

I would like to make a simple converting JPEG to TIFF
Here is the error message :

# convert 1.JPEG test.TIFF
convert: RowsPerStrip must be multiple of 8 for JPEG. `JPEGSetupEncode' @ warning/tiff.c/TIFFErrors/494.

For information, I use
CentOs 4, I compiled myself ImageMagick and it works perfectly for all other functions

# convert -version
Version: ImageMagick 6.6.1-7 2010-05-13 Q16 http://www.imagemagick.org
#yum search libtiff
libtiff.i386 3.6.1-12.el4_8.4


Thank you for your help,

Best regards,
nagamé

Re: convert JPEG > TIFF : "RowsPerStrip must be multiple of

Posted: 2010-07-02T12:49:02-07:00
by magick
Can you post a URL to your image? We need to download it and reproduce the problem before we can comment.

Re: convert JPEG > TIFF : "RowsPerStrip must be multiple of

Posted: 2010-07-04T01:00:18-07:00
by Nagame
Thank you for your reply :)

Here is an example of original image :
http://www.nagame.net/bugTiff/Penguins.JPEG (780Ko)

...and the resulting image :
http://www.nagame.net/bugTiff/Penguins.TIFF (7Ko)

and always this message :
convert: RowsPerStrip must be multiple of 8 for JPEG. `JPEGSetupEncode' @ warning/tiff.c/TIFFErrors/494.

Thank you very much for your help


sorry for my bad English :) (I use a little GoogleTranslate)

Re: convert JPEG > TIFF : "RowsPerStrip must be multiple of

Posted: 2010-07-04T01:10:07-07:00
by Nagame
I just tested with the official rpm on a CentOs5 and I did not bug !

Yet compiling imagemagick on CentOs4 worked without difficulty

is there a rpm ImageMagick 6.6 Centos4?

Thank you for your help
Nagamé


Redit : ok, if I use the rpm official centos4 (Version: ImageMagick 6.0.7), it works normally !
conflict with libtiff to centos4 and version 6.6 ?