Open source, cross-platform library and tools for TIFF images.

learn more… | top users | synonyms

0
votes
1answer
26 views

How do I make libtiff for an Xcode project and an IOS application?

It seems the answer to my question is so obvious to all of you, that it is never mentioned when people ask about their libtiff in iOS projects. Well, not obvious to me. So, please be patient. I have ...
0
votes
1answer
39 views

How to disable warnings messages displayed on console using LibTiff c#

I need help to stop annoying warnings displayed on my console . I'm getting the following warnings using an application that detects corrupted images . The application works as expected but these ...
0
votes
0answers
26 views

Setting Resolution between the tiff-pages with libtiff

I'm writting tiff-stacks in labview with libtiff. The stacks is perfectly written. At last I writte the x- and y-resolution into the header. I have 10um per pixel resolution. But how can I set a ...
0
votes
0answers
27 views

How to compile libtiff with flascc?

Background: I need to display tiff images in flashplayer. The tiff compression type are various and any type is possible. I searched a lot and found some solutions, such like Zaail tiffas3, as3 ...
0
votes
0answers
38 views

Using C library in Android NDK with external dependency

I have an OCR library written in C that I wish to run on Android using the Native Development Kit (NDK). I am an experienced Android developer, but not with the NDK (or C for that matter). I have ...
1
vote
2answers
492 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
0answers
61 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 ...
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 ...
1
vote
3answers
100 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
1answer
60 views

linking libtiff - LNK2001: unresolve external symbol TIFFOpen

I am using MSVS 2010 on a 64 bit machine. I installed tiff libraries version 3.8.2 using the set-up file, changed project properties sheet: include - *\GnuWin32\include; linker - *\GnuWin32\lib, input ...
4
votes
1answer
116 views

TIFF images: How 16bits-RGBA image pixels are interlaced?

I'm trying to deal with 16-bits per channel RGBA TIFF images through C language, I could not find a lot of information about 16-bits images in the specifications. In case of a 8-bits per channel RGBA ...
0
votes
0answers
19 views

TiffOpenW() fails to open a tiff file contating ASCII characters in wchar_t* data type

I called TiffOpenW() to open a file containing ASCII characters only (wchar_t*). But TiffOpenW() crashes. Can anyone please tell why this is happening. I am not even passing Unicode character. Note: ...
0
votes
1answer
386 views

Error while installing tiff-3.8.2

pranav@pranav-Inspiron-1545:~/dependency/tiff-3.8.2$ make Making all in port make[1]: Entering directory `/home/pranav/dependency/tiff-3.8.2/port' make[1]: Nothing to be done for `all'. make[1]: ...
0
votes
1answer
116 views

Change resolution with Bit Miracle's LibTiff.Net

I use Bit Miracle's LibTiff.Net to convert scanned image to tiff file, but I want to save images with 200dpi even that scanned with 300 dpi I found this in the Bit Miracle site sample ...
0
votes
1answer
86 views

TIFFOpen: Too many open files

I'm trying to open a geotiff from the ASTER data set, but it gives an error that I've been unable to figure out. Here is my code: #include "stdlib.h" #include "stdio.h" #include "tiffio.h" void ...
0
votes
1answer
252 views

Color inverted when saving byte array of image [closed]

I have a problem with an image. I have a function GetTiffImageBytes that convert an image in black and white and return an array of byte. When I save the byte array in a file, my image is good. ...
1
vote
1answer
90 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. ...
1
vote
2answers
175 views

Libtiff - Different BitsPerSample - valid or buggy tiff tags?

We've come across some TIFF images that are type 6 OJPEG compressed, many have the same BitsPerSample of "8 8 8" and work fine. However, now and then we see ones that have a BitsPerSample value of ...
1
vote
1answer
51 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 ...
0
votes
1answer
120 views

LIBTIFF not able to work with C++ project

Libtiff is a C library, but I want to use it with a C++ project in Qt Creator. Does anyone know how to do this? I get compile time errors when I try to use the C library, so I'm not sure what to do. ...
0
votes
0answers
110 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
391 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
1answer
243 views

LNK1313 visual studio error

I am trying to compile and run some code, part that I wrote using visual studio and part of this task requires me to use a library I downloaded. The error message reads "fatal error LNK1313: ...
0
votes
2answers
240 views

Using libtiff's TIFFReadRawTile to get a jpeg tile without decompression/compression

i've a pyramidal tiled tiff file and I want to extract the tiles without decoding and re-encoding the jpeg, i've seen that using TIFFReadRawTile() function you can extract the raw tile without ...
0
votes
1answer
316 views

Have problems installing imagemagick in particular with brew link libtiff

Basically I am trying to install imagemagick using brew and got the following error. [~]$ brew install imagemagick ==> Installing imagemagick dependency: libtiff ==> Downloading ...
0
votes
1answer
181 views

Issue on write image with libtiff in C++, Integer overflow in TIFFScanlineSize

I'm using libtiff to write a image class that load and write tiff images. However, it is quite difficult to use them I keep getting an error, my code is: TIFF *out = TIFFOpen(filename.c_str(),"w") ...
0
votes
0answers
194 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
0answers
153 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.
0
votes
1answer
105 views

How to save tif with colormap (palette) in C++

I tried OpenCV in vain to save indexed8bpp image with a colormap as a tif file. For this project, GDI+ is not an option. I already downloaded libtiff library, but it seems too big for me. Is there ...
1
vote
1answer
796 views

Installing LibTiff to Visual Studio 2010 [duplicate]

Possible Duplicate: Using LibTiff in Visual Studio 2010 I have been trying to work with libtiff library but I couldnt get it working. I looked up the installation notes but still I couldn't ...
0
votes
0answers
92 views

tif_stream.cxx.o error when linking to libtiff, opencv, mac osx,

I'm compiling openCV for android on Mac OS X. When I use "make" to compile, it creates the following libraries liblibjasper.a liblibjpeg.a liblibpng.a but not liblibtiff.a. I get this error ...
0
votes
0answers
70 views

opencv compilation error on Mac

I'm compiling openCV for Android using NDK on Mac OSX. When I "make" the openCV code I get the following error: make[2]: * [3rdparty/libtiff/CMakeFiles/libtiff.dir/tif_stream.cxx.o] Error 1 make[1]: ...
0
votes
1answer
203 views

gnu make error after successful configure

I am trying to build 'lcms2' static library which is dependent on libtiff. libtiff has again dependency on libjbig. I have successfully configured libtest with the following parameters: ...
0
votes
1answer
133 views

configure error while checking dependency on libtiff

I have configured and make libtiff properly. Now I am trying to build another library which is dependent on the tiff library. I am getting the following error checking for TIFF support ... checking ...
4
votes
1answer
197 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 ...
1
vote
1answer
295 views

How can I convert TIFF files of various dimensions to uniformly sized PDF files with page size 8.5″×11″ without losing quality?

Currently I'm trying to use Perl/ImageMagick and/or Ghostscript to convert scanned text documents stored as TIFFs into an 8.5″×11″ (ANSI A “Letter” size) PDF file. I've tried many of the ImageMagick ...
4
votes
2answers
2k views

C++ LibTiff - Read and Save file from and to Memory

Is there a way in LibTiff how I can read a file from Memory and save it to Memory? I don't want to save the image to the disc first, before opening it with an other library... Thanks so much!
0
votes
2answers
371 views

Can't write TIFF files using Libtiff on Mac

TIFFWriteScanline works on Windows and Linux but fails on Mac Updated question: I use libtiff3.9.4 for reading and writing TIFF files in c++ on mac 10.6.4. My project is written to be portable and ...
0
votes
0answers
308 views

Libtiff C compiling to x64 static lib under VS 2010

I did a project for compiling to 64 bit the libtiff to a static .lib file. I have create a fresh new project and added all files from libtiff as include in the project (including all zlib and jpeg ...
4
votes
1answer
368 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/ ...
1
vote
0answers
187 views

Loading Libtiff in MATLAB R2012a

I´m trying to load libtiff 3.9.5 in MATLAB R2012a and the situation is: Matlab says I need a Compiler and Perl. I installed Visual Studio 2010 and perl 5.14.2. mex -setup says Compiler is ok but ...
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 ...
0
votes
1answer
191 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?
2
votes
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. ...
1
vote
2answers
784 views

How to generate a tiff file with meta data

I have to generate a tiff file with many images and meta data. I found that it's possible to convert a png or a jpg to tiff here : But how to add meta data ? it is possible with ImageMagic for iOS ? ...
0
votes
2answers
670 views

Split a TIFF File

I need to split TIFF file to many files (each page in a separate file). I wrote a function but splitting of a large amount of files takes time :/ Then I was searching for a library to do the split ...
0
votes
1answer
54 views

Confusion in implementing _TIFFVGetField when adding a custom TAG

(Disclaimer: I realize this is a massive wall of text, but I have done my best to boil things down to the essentials. If you are familiar with libtiff this isn't a very complicated question) I asked ...
1
vote
2answers
845 views

How to create a TIFF file that's readable by tesseract OCR?

I want to let tesseract ORC run over an image file, to scan the content. The problem seems to be that tesseract not only requires TIFF, but it also requires the tiff file to be in a certain format. ...
0
votes
2answers
351 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
207 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 ...

1 2