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