libtiff.net
How to use Bit Miracle LibTiff.Net to write the image to a MemoryStream
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.[详细]
2023-04-01 03:18 分类:问答Adding custom metadata tags using LibTiff.Net
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.[详细]
2023-03-29 17:11 分类:问答Edit TIFF image without changing header data
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[详细]
2023-03-27 16:34 分类:问答How to display TIFF (in form of Byte[]) on Silverlight Image control
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[详细]
2023-03-06 23:30 分类:问答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.[详细]
2023-02-15 02:51 分类:问答How to display CCITT Group 4 TIFF files in Silverlight?
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.[详细]
2023-01-07 06:20 分类:问答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[详细]
2022-12-15 21:01 分类:问答