Tagged Questions
1
vote
2answers
445 views
Reading Tiled Images with PyLibtiff
I recently downloaded and installed PyLibTIFF from here and have been trying to read tiled tiff images.
I can read the scan-lined images perfectly but cant seem to even find the correct function to ...
0
votes
0answers
190 views
Python subprocess.call to tiff2pdf using mkstemp temfiles is behving oddly… (pl/python)
Really could use some SO expertise on this one -
am trying to convert a tiff to pdf using TIFFlib's tiff2pdf utility:
The Following bit of code works without error, but produces different ouptut ...
3
votes
2answers
834 views
Handling Group4 TIFF images in python
PIL doesn't natively support G4 images, is there some other python package that does? I need to read multi-page TIFF images and pull convert them into gif/png on the fly to serve up in a web page. ...
2
votes
1answer
852 views
Remove/Delete Page from multipage TIFF file
I need to delete a page from a multipaged TIFF file. I am currently working in .NET but can move to another language if some one knows how to do it in that language.
The page would be either the ...