Tagged Questions
1
vote
2answers
753 views
High-res images from PDFS
I'm working on a project in which I need to extract a TIFF per page from multi-page PDFs. The PDFs contain images only and there is one image per page (I believe they were made on some kind of ...
2
votes
2answers
1k views
Help changing DPI in a TIFF file with JPEG compression
I have a Tiff file that comes from a scanner. It has a resolution of 300 dpi to start with. But later I need to change it to a different value, say 100.
What's the best way to do this without losing ...
1
vote
1answer
413 views
Simple WPF page selection for multipaged tiff
I am making a basic Tiff viewer and need to be able to select the page to be viewed. In Winforms I could use selectActiveFrame, so I was wondering if there is a WPF equivalent for this. Thanks!
EDIT: ...
3
votes
2answers
258 views
converting tiff to gif in php
I need to convert tiff file to gif . can some one give me php or python script to do that ?
2
votes
2answers
504 views
File Format Conversion to TIFF. Some issues?
I'm having a proprietary image format SNG( a proprietary format) which is having a countinous array of Image data along with Image meta information in seperate HDR file.
Now I need to convert this ...
0
votes
0answers
822 views
Is their an optimal config/format for a TIFF when using Tesseract or other OCR?
I'm having a bizarre problem with Tesseract. I have a name, "Janice" that is in a 200x40 pixel tiff, that Tesseract interprets as a blank. I'm running hundreds of names through Tesseract and they are ...
0
votes
3answers
2k views
convert 24Bit per pixel to 8 bit tiff
i want to convert a 24 bit per pixcel(Rgb) int 8 bit per pixel tiff image is there any code to convert please share or tell me the algo in c sharp
0
votes
1answer
601 views
How can Multi-image TIFF files be split with PHP?
I've got a client who needs me to use PHP to split a TIFF image (which contains 2 or 3 images, sort of like an animated GIF) into its component images.
Can ImageMagick or one of the other graphic ...
4
votes
4answers
3k views
How to serve high-resolution imagery in a low-resolution form using C#
Trying to use 300dpi tif images for display on the web. At the moment, when the user uploads an image, I am dynamically creating a thumbnail. If a page is created referencing the high-res image with a ...
5
votes
9answers
20k views
Ghostscript PDF -> TIFF conversion is awful for me, people rave about it, I alone look sullen
My stomach churns when I see this kind of output.
and this was my command
as suggested by http://stackoverflow.com/questions/75500/best-way-to-convert-pdf-files-to-tiff-files#221341
gswin32c.exe ...
2
votes
4answers
2k views
adding text to TIFF
I need to add text string to a TIFF image. I am planning to use libTIFF for editing the TIFF image. The plan is to convert text to image using freetype2 and then somehow render the text image on to ...
3
votes
3answers
1k views
Automatic image rotation based on a logo
We're looking for a package to help identify and automatically rotate faxed TIFF images based on a watermark or logo.
We use libtiff for rotation currently, but don't know of any other libraries ...