Hi, I'm using the tiff2pdf function to convert tiff files to pdf. However if i use the -j option (jpeg compress) the resulting pdf is predominantly pink in color. The man states that this operation requires libjpeg to be compiled with libtiff. How would i go about doing that (if that is in fact the problem)
All help is much appreciated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Libtiff has been configured with jpeg support, so I don't think this can be the problem. Most likely, it is some bug in libtiff or libjpeg. I'll look into this. In the meantime, you may use the -z option, which compresses with Zip/Deflate and which seems to work correctly on some sample files I have tried.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm using the tiff2pdf function to convert tiff files to pdf. However if i use the -j option (jpeg compress) the resulting pdf is predominantly pink in color. The man states that this operation requires libjpeg to be compiled with libtiff. How would i go about doing that (if that is in fact the problem)
All help is much appreciated
Libtiff has been configured with jpeg support, so I don't think this can be the problem. Most likely, it is some bug in libtiff or libjpeg. I'll look into this. In the meantime, you may use the -z option, which compresses with Zip/Deflate and which seems to work correctly on some sample files I have tried.