Tagged Questions
1
vote
1answer
76 views
Updating Tags in an Existing Image with LibTiff.Net duplicates directory
I'm trying to change the values of a few custom ASCII tags in an existing TIFF image, as shown in the sample at http://bitmiracle.com/libtiff/help/add-custom-tiff-tags-to-an-existing-tiff-image.aspx.
...
0
votes
1answer
795 views
Tiff Jpeg image viewer control - free / opensource
I have like zillions of tiff files with jpeg compression.
I am working with this library called Lib.tif .net version
it is very great and it can read/tag/save tiff with JPEG compression (6/7).
i have ...
2
votes
1answer
847 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 ...
5
votes
3answers
8k views
Using LibTiff from C# (to access tiled TIFF images)
I'd like to use LibTiff to access very large TIFF files. I need functions like multiple pages and tiles, and so LibTiff seems to be the right way to go. Can anyone help me on how to use LibTiff from ...