invalid strip byte count

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
Dennis Karlberg

invalid strip byte count

Post by Dennis Karlberg »

Hello,
I am running a windows service that converts files to fax compliant tiffs. I experinced an error when calling convert.

convert:350:4294911258: Invalid strip byte count, strip 448

When I convert the same file the next time it works. Anyone have an idea of what can cause the error or what the error actually means? I need to take some action to prevent it from happen again. Would appreciate any idea.

The parameters to convert is: -scale", "1728x2420!", "-density", "200", "-monochrome", "-compress", "fax"

The windows service is running on a windows server 2003.

regards,
Dennis
Post Reply