I received a Image compressed using CCITTFaxDecode. So I used LibTiff.Net from Bit Miracle to be able to convert the image to any format.
I now how to add a custom tag to an image but it\'s not showing up as the tag name in image viewer. I only see the number I assigned and its value.
I have a program that takes in stacks of TIFF images and is very particular about the header data (it expects all headers to be the same), however I want to edit a couple of the images in the stack be
I created a window service to put all of my TIFF files into database and stored them as Byte[]. Now I want to be able to display them through Silverlight Image control
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.
According to How to Convert TIFF to JPG Inside Silverlight, client side, using a control or a class/function? I tried t开发者_StackOverflowo port LibTiff.NET library to Silverlight, but failed.
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