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

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Nagame

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

Post 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é
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

Post by magick »

Can you post a URL to your image? We need to download it and reproduce the problem before we can comment.
Nagame

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

Post 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)
Nagame

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

Post 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 ?
Post Reply