1
vote
1answer
283 views

How can I convert TIFF files of various dimensions to uniformly sized PDF files with page size 8.5″×11″ without losing quality?

Currently I'm trying to use Perl/ImageMagick and/or Ghostscript to convert scanned text documents stored as TIFFs into an 8.5″×11″ (ANSI A “Letter” size) PDF file. I've tried many of the ImageMagick ...
0
votes
1answer
304 views

Have problems installing imagemagick in particular with brew link libtiff

Basically I am trying to install imagemagick using brew and got the following error. [~]$ brew install imagemagick ==> Installing imagemagick dependency: libtiff ==> Downloading ...
1
vote
2answers
717 views

How to generate a tiff file with meta data

I have to generate a tiff file with many images and meta data. I found that it's possible to convert a png or a jpg to tiff here : But how to add meta data ? it is possible with ImageMagic for iOS ? ...
0
votes
1answer
104 views

libmagick equivalent of TIFFReadRGBAImage

High. I was trying to find a well written API documentation for libmagick[++] to get a raster memory block for RGB[A] image data. Something equivalent to this guide or at least well documented ...
0
votes
1answer
399 views

Access TIFF image

I am trying to read a TIFF image to perform processing. The ideal would be to be able to import this image in a OpenCV structure, but even having it accessible in a different way would be great. If I ...