Tagged Questions
0
votes
1answer
95 views
How to load a part of a TIFF image without loading whole image into memory?
How to load a part of a *.tif image without loading this image into memory.
I have to work with big TIFF files. (> 4 GB). I tried to read this file using BinaryReader, and using ...
1
vote
0answers
72 views
Get Pages from MultiPage TIFF
I have a TIFF file that shows 5 pages when opened in Microsoft Document Imaging. I am trying to extract the 5 pages programmatically and return them in a Lis.
The first page has an 8 bpp indexed ...
1
vote
1answer
110 views
Is there any way to create multipage TIFF file with OJPEG (TIFFTAG_COMPRESSION = 6) compression using .NET?
I need to create multipage TIFF file with OJPEG(Old-style JPEG) compression from single page tiffs with the same compression scheme.
I understand that this type of compression is not widely used ...
0
votes
1answer
226 views
Repacking TIFF using LibTiff.Net in Silverlight
All I need is to take TIFF file, open it and copy to new file while using G4 compression.
So, I took LibTiff.Net and TiffCP utility. Did my best to convert code from TIffCP and here is function I ...
0
votes
1answer
468 views
Convert Byte Array Tiff To Byte Array Jpeg
How can I convert a byte array from tiff image to a byte array of jpg?
I have the byte array of Tiff image from the web, then how can i use it as jpg without writing a new file?
1
vote
1answer
57 views
TIFF Convertion issue for Rich TIFF format
I am using LibTiff.Net to convert the TIFF images to writable bitmaps to display in my siverlight application.
For the below header formats I am able to convert successfully:
static byte[] tiff = ...
1
vote
1answer
98 views
What's the best/fastest way to get the count of tiff tags from a tif image with LibTiff.Net?
Just as stated in the title, what is the best and fastest way to get the count of tiff tags in an image?
Currently the only way I know of is trying to query tags 1-65534 using the GetField() method ...
0
votes
1answer
389 views
Converting Tiff obect from BitMiracle LibTiff to NET types
On client side I have image in TIFF images with multiple pages.
Firt I convert this image file to byte array and then I sent this data to web service.
For converting TIFF to byte array I use method ...
0
votes
1answer
654 views
Get pages from multi tiff
NET library a retrieve count of pages in multi tiff. I use sample from
http://bitmiracle.com/libtiff/help/retrieve-number-of-pages-in-tiff-image.aspx.
public int GetNumberOfPages(Tiff image)
...
1
vote
1answer
772 views
LibTiff.Net convert Tiff object to byte array and back
Hi I can’t find sample for convert MULTI PAGE tiff image to byte array.
For convert byte array to Tiff I use this method
public static Tiff CreateTiffFromBytes(byte[] bytes)
{
using ...
1
vote
1answer
152 views
Create Multipage-G4-TIFF with offset = 8 for first directory
I need to create a b/w, g4-compressed multipage tiff from some b/w singlepage tiff-files.
The offset of the first directory needs to be 8.
I'm able to create the multipage tiff, but the offset of the ...
1
vote
1answer
137 views
Issue when trying to update tags on a tiff image
Note: When creating a new tiff image that has never been altered by the LibTiff.Net library, I can use the LibTiff.Net library to add/alter tags with no issues (the first time).
After I have used the ...
2
votes
2answers
132 views
How can I write a rational tag like 200/1 using the LibTiff.Net 2.3 Library
I have no clue why this is so hard to do but I can not get LibTiff.Net 2.3 to set a rational value correctly... Over the years I have always used values like "200/1" in tiff tag number ...
0
votes
0answers
164 views
LibTiff.net how to set Tag 34737 “GeoAsciiParamsTag”
I am trying to add the private Tag 34737 "GeoAsciiParamsTag" to a GeoTiff using LibTiff.Net API in C#
After looking them up from this site, I learned that the type of Tag 34737 is ASCII.
...
1
vote
1answer
159 views
How to read target extent from a huge TIFF file by LibTiff.Net library
I have a big tiff file which I don't want to load it into memory one time (That will cause my application takes so many memory), I want to load target part of it one time and show this part in screen.
...
2
votes
1answer
183 views
LibTiff.NET append mode bug?
I've started using LibTiff.NET for writing tiff IPTC tags lately and discovered strange behavior on some files that i have here. I'm using sample code that ships with LibTiff.NET binaries, and it ...
0
votes
0answers
194 views
Copy tiles from one tiff to another (4-band)
I'm trying to simply use an offset to select tiles from one tiff image and write them to another image. I am using libtiff.net. Instead of each pixel having an ARGB value, there is one pixel that is ...
0
votes
1answer
266 views
How can I get the StripOffsets tag to stay the same when using the LibTiff.Net 2.3 library?
I have an original image that has a tag StripOffsets = 768. When I edit the image in memory and then write it back to a file I try to specifically set the StripOffsets tag manually to the same value ...
1
vote
2answers
595 views
What's the difference in a multi-strip TIFF and a single-strip TIFF when using the LibTiff.Net 2.3 library
When I'm using the LibTiff.Net 2.3 library I'm confused as to why I would ever want to save as a multi-strip TIFF image. Why not just always use the one big chunk (single-strip) rather then all the ...
3
votes
3answers
384 views
How can I delete tiff tags using the LibTiff.Net 2.3 library
I can't seem to find any documentation of how to delete a tiff tag using the LibTiff.Net library. I love the library but this one method is important to what I need to do. At one point I was hoping ...
1
vote
1answer
468 views
Version of Windows Imaging Component
How can I check what version of Windows Imaging Component is installed on a Windows machine? I suspect the Windows 2008 Servers used in Azure do not have the same version that I have on my Windows 7 ...
1
vote
2answers
439 views
Convert Tif indexed 8-bit colour to 32-bit colour
I have an indexed Tiff image which I'm reading using LibTiff.Net to produce a bitmap image of a section of the large image. I believe the Tiff will have 256 colour entries which I want to convert to ...
12
votes
3answers
1k views
Open huge TIF in .NET and copy parts to new image
I'm looking for a library that can open and copy sections of a large TIFF file. I've looked at LibTiff.Net which opens the file very quickly but it doesn't have any functions for cropping or copying ...
1
vote
1answer
909 views
Converting TIFF to JPEG using .NET
I need to convert a TIFF to JPEG using .NET.
I have already done this succesfully using Windows 7 with a simple Bitmap.Save(). But it seems that this doesn't work on Windows XP (Windows 7 has more ...
0
votes
1answer
905 views
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.
I need to write the decompressed image to a MemoryStream. I ...
0
votes
1answer
285 views
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 ...
3
votes
3answers
2k views
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
So i use the Converter during ...
2
votes
1answer
851 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 ...
1
vote
1answer
862 views
Tiff loaded from Stream via LibTiff.Net has no field values
My application has to handle TIFF files that are stored in a MemoryStream, but LibTiff.Net always returns null for the field values.
MemoryStream ms = new MemoryStream();
FileStream ...
2
votes
1answer
687 views
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 to port LibTiff.NET library to Silverlight, but failed.
I will be very grateful ...

