tiff

What's the recommended TIFF compression for color photos?

We use G4 compression for all bitonal scanned images, however, what is the recommended format to save TIF images when they contain color? ...

How to write GeoTIFF files in Delphi, possibly compressed

Hi there, I'm looking for a way to write GeoTIFF files in Delphi. If possible, I would like to write DEFLATE-compressed GeoTIFFs. Any hints on where to start? Thanks for your insight :) ...

Need .NET library fo converting TIFF files to PDF

Does anyone know of a good .NET library to convert TIFF files, that may be multi-page, to PDF files? The TIFF files are stored on a file share, and the PDF files need to be stored in the same location as the TIFF file. The tool is supposed to be used for converting high volumes of TIFF files. ...

Convert multipage TIFF to PNG .Net

I am able to convert a single page TIFF to a PNG in .Net, however, how would I do this for a multipage TIFF? ...

C# Splitting Multi-page Tiff into Single Tiff's on Windows 7 / .Net 4.0

I recently moved to a new development box from Windows XP 32 Bit to Windows 7 64 bit. Both machines are running .Net Framework version 4.0 for development with Visual Studio 2010. After upgrading to Windows 7 64 Bit, my code to split a multi-page Tiff image into separate images is now broken (worked fine previously on XP 32 Bit, except ...

How to Programmatically convert large scanline tiff image to tiled tiff image?

Hi, In Mac OSX Cocoa, How to Programmatically convert large scanline tiff image to tiled tiff image? The input tiff image size could be around (20000X12000) (20K X 12K) Regards, Dhanaraj ...

Saving plot to tiff, with high resolution for publication (in R)

A Journal we are sending an article to is asking for the following: To ensure the best reproduction quality of your figures we would appreciate high resolution files. All figures should preferably be in TIFF or EPS format... and should have the following resolution: Graph: 800 - 1200 DPI Photo: 400 - 800 DPI Color (only CMY...

getting number of pages in a fax tiff?

How can I get a page count from a tiff file for faxes? using "g4" format. Language preferred is c++ ...

Resources, "GenerateResource" task failed unexpectedly (Image.Save), and TIFFs?

VS2008 SP1 The C# compiler is giving me "Generate" task failed unexpectedly ... (Image.Save) when I try to compile my project, which has a resx file to which I've added a TIFF file. I haven't yet written any code to reference the resource -- just having the TIFF file included in the resource causes the compile failure. How can I compi...

How to display .tiff images in iphone?

Hi Everybody, I want to display .tiff images coming from server in my native iphone application. Is it possible to display .tiff images in native iphone application? I am trying to solve this problem since 2 hrs with no success. I searched the net for nearly 2 hrs with no solution to this problem. Can anyone help me to solve this prob...

Edit tif files with C#

I need to create a program that reads tif files from a directory and then trims the bottom inch of the file and resaves the file. I know how to open the files but how would I automate this process from c#? ...

How can I write a GEOTIFF in Java?

I want to write a GEOTIFF, with all the geographic metadata in Java. Which library etc. works best for this purpose? ...

Printing multipage Tiff with C#

Hi, I am trying to print a multidimensional tiff. This tiff is having 3 Pages using variable imagetoprint. So I wrote following code, that unfortunately only prints the first dimension. All others are printed on empty paper. If I save the image from memory to file, irfanview shows all pages correctly... Who can give me a hint ? publi...

tiffcp.exe merging a results file with a results file in a loop

I am building a web app that takes several tiff image files and merges them together into one single tiff image file using GNUWin32 tiffcp.exe from command line. The way I was doing it was to loop through the file list and build a string of file names to merge into one single variable. strfileList = "c:folder\folder\folder\aased98-de...

Opening downloaded TIFF files in browser window

Hello all I am having an issue related to downloading files and showing in browser.When user clicks on file (basically a URL) it downloads a file into a folder and shows the file in browser in a new window. I am able to show PDF in window but when it comes to tiff files the browser opens a blank window and it redirects control to OS and...

flip or mirror TIFF file

I use the wang imaging pro ocx in a vb6 app to view TIFF images. I need the added functionality to FLIP or MIRROR the TIFF file. Sugesstions appreciated. ...

Convert a bitmap image to an uncompressed tif image in Java

Hello I'm trying to convert a bitmap image into an uncompressed tif file for use with the Tesseract OCR engine. I can use this method to produce a compressed tif file... final BufferedImage bmp = ImageIO.read(new File("input.bmp")); ImageIO.write(bmp, "jpg", new File("output.tif")); This produces an empty tif file when the "jpg" i...

Converting a Jpeg into an uncompressed tiff image

Hello I found this code on StackOverflow import java.io.File; import java.io.FileOutputStream; import java.awt.image.RenderedImage; import com.sun.image.codec.jpeg.JPEGCodec; import com.sun.image.codec.jpeg.JPEGImageEncoder; import javax.media.jai.NullOpImage; import javax.media.jai.OpImage; import com.sun.media.jai.codec.SeekableStre...

Java library for reading and writing IPTC metadata to JPEG and TIFF

Hello! Does anyone know some opensource Java library for reading and writing IPTC metadata to JPEG and TIFF? Now I'm using Apache Sanselan. Unfortunately, it can only read IPTC, not write (http://commons.apache.org/sanselan/formatsupport.html). Will be very grateful for your assistance. Denis. ...

The are any CMYK graphics library?

I'm looking for graphics library with CMYK support(JPG or TIF). I have to read one big image file and one small, then write second on first. Output have to be also CMYK(without any CMYK->RGB conversion). There are any? (C#/C++/Java or somthing else) ...