Tagged Questions
0
votes
0answers
49 views
Improper Tiff image generated from RGB888 data
I'm trying to convert RGB888 image data to TIFF image. But code generates improper image.
I'm reading the RGB data from text file.Here is the output image
the black region shouldn't be there it ...
1
vote
3answers
73 views
Using LibTiff with Delphi
I'd like to use LibTiff with XE3 to access image meta data information from TIFF files.
I need to find the number of pages inside tiff and their sizes.
I suggested LibTiff because I need the fastest ...
0
votes
0answers
102 views
can't compile LibTiff C files in Qt C++ creator.
I'm trying to use LibTiff, a library to read tiff files. I tried importing the library, but it will not compile. I think it is because the library is in C and I am using a C++ compiler. Does anyone ...
3
votes
1answer
314 views
Qt multipage TIFF
I need to save a multipage TIFF from my program, but it seems Qt doesn't support multipage TIFF. Still, I need to do it. What would be the best way to go about doing it from my program?
So far, I'm ...
0
votes
0answers
180 views
Compress multipage tiff
For faster loading of images in MATLAB I am using multi-page TIFF files which for me work much faster than MATLAB's simple imread. But my problem is that the size of the TIFF file is way bigger than ...
1
vote
1answer
42 views
Is there anyway to load TIFF image using Intel IPP?
I am using VS2008, on windows 7 32/64 bit.
I am trying to process a tiff image using IPP. I did some search, but have not found any possibility for Intel IPP to load tiff image. So I use libtiff to ...
1
vote
0answers
151 views
C/C++ library for TIFF 6.0 and TTN2
Does anyone here know of a library where we could encode/decode TIFFv6 and TTN2?
It should be something we could use to ateast be able to convert bmp to these files and v.v.
Thanks.
3
votes
1answer
172 views
In a TIFF create a Sub IFD with thumbnail (libtiff)
I know thumbnail.c includes some code that creates a thumbnail and places it in a sub IDF, but there is a lot going on in that code (generating the thumbnail, applying a contrast curve, etc.) and I am ...
2
votes
1answer
344 views
search.h-No such file or directory while porting libtiff on Android-tiff 4.0.1
I am trying to port libtiff on Android. The source version I am using is tiff 4.0.1.
I am building this source inside u1 android OS.
I am getting the below error when I run mmm external/tiff 4.0.1/
...
0
votes
1answer
188 views
Edit existing TIFF file with LibTiff
Can someone share an example of how to edit an existing TIFF image using LibTiff in C#. For example, how can I add the current date on the top right corner to each page in a multi-page TIFF image?
1
vote
2answers
439 views
Reading Tiled Images with PyLibtiff
I recently downloaded and installed PyLibTIFF from here and have been trying to read tiled tiff images.
I can read the scan-lined images perfectly but cant seem to even find the correct function to ...
0
votes
2answers
339 views
TIFFOpen always return NULL in ios
I am trying to create TIFF image using Libtiff. I could not figure out the reason why the file is unable to be opened. Anyone have any idea??
TIFF *image;
// Open the TIFF file
if((image = ...
1
vote
0answers
205 views
Detecting/Debugging/Viewing Tiff/BigTiff files which are probably broken
I have received a BigTiff file with scientific data which can't be read properly with ImageJ/Fiji. There seems to be a problem with LibTiff and the StripOffsets tag.
The only options I found are ...
0
votes
0answers
193 views
resolution issue when converting jpeg to tiff
everyone.
Now I have some files whose suffix is .tif. However, I can't open it with libtiff(Tiff for Windows 3.8.2). It says bad magic number (0xd8ff). So I know these files aren't actually tiff ...
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 ...
4
votes
2answers
1k views
Writing 10,12 bit TIFF files with LibTIFF C++
I'm trying to write 10,12 bit RGB TIFF files with LibTIFF.
The pixel data is saved locally in an unsigned short buffer (16bits)
1) If I set TIFFTAG_BITSPERSAMPLE to 10 or 12, not enough bits are ...
3
votes
2answers
833 views
Handling Group4 TIFF images in python
PIL doesn't natively support G4 images, is there some other python package that does? I need to read multi-page TIFF images and pull convert them into gif/png on the fly to serve up in a web page. ...
0
votes
1answer
283 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 ...
0
votes
1answer
391 views
Access TIFF image
I am trying to read a TIFF image to perform processing. The ideal would be to be able to import this image in a OpenCV structure, but even having it accessible in a different way would be great.
If I ...
1
vote
2answers
2k views
How can I simply load a greyscale tiff in libtiff and get an array of pixel intensities?
I am trying to understand images some more, and I'm having a great deal of trouble. From using matlab, I have experience in using imread('test.tif'), and getting a beautiful matrix of rows vs. ...
0
votes
1answer
343 views
Convert JPEG-In-Tiff to normal TIff
I have a directory structure containing 300 gigs worth of Tiff Images. Some are encoded as Jpeg-in-Tiff, others as "Group 4 fax encoding". I need to change the format of all to the later without ...
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 ...
1
vote
1answer
562 views
Detecting bits per pixel in a TIFF image
Handling monochrome tiff image using LibTiff, I can read "Bits per sample" parameter: TIFFTAG_BITSPERSAMPLE. When it returns 16, actual "Bits per pixel" value for such image may be any value from 9 to ...
2
votes
3answers
849 views
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 ...
1
vote
1answer
403 views
Getting error when trying to apply “ExtraSamples” tag to a TIFF file to be written
I have a program that takes an image and writes that out to a TIFF file. The image can be grey scale (8 bit), grey scale with alpha channel (16 bit), RGB (24 bit), or ARGB (32 bit). I don't have any ...
1
vote
2answers
1k views
downscale large 1 bit tiff to 8 bit grayscale / 24 bit
Let's say i have a 100000x100000 1 bit (K channel) tiff with a dpi of 2000 and i want to downscale this to a dpi of 200. My resulting image would be 10000x10000 image. Does this mean that every 10 ...
2
votes
6answers
2k views
LibTIFF: Extract all tags from a TIFF image
I'm currently working on a project which requires me to split a TIFF image into a file containing all tags and a file containing all image data and to reconstruct a TIFF image from these files. The ...
8
votes
5answers
2k views
efficient TIFF tile extraction C++
I am working with 1gb large tiff images of around 20000 x 20000 pixels. I need to extract several tiles (of about 300x300 pixels) out of the images, in random positions.
I tried the following ...