1
vote
1answer
229 views

TIFFReadDirectory Warnings when reading GeoTiff with QPixmap::load( )

I have a geotiff file which I am loading into a QPixmap with QPixmap::load( ). I get the following warnings printed to the console a bunch of times. However, direct use of libtiff opens it without ...
3
votes
1answer
585 views

Create a geotiff from an existing bitmap in C# with gdal

I have to use gdal in a c# project. The thing I have to do is to "convert" a simple bitmap into a GeoTiff. I read some documentation on the gdal website but I didn't succeed to make it work perfectly. ...
0
votes
0answers
114 views

Colormap to grayscale tif image in java

I have a gray scale tiff image.Now i want to add some pseudo colors i.e for pixels whose DN from 0-140, red color;DN from 141-255 ,blue color.Please tell me how to modify the raster table.Otherwise if ...
0
votes
1answer
343 views

Java heap space error when creating TIFF image

As I am new to TIFF handling with JAI, I am trying to create an RGB TIFF image of 6000*6000 with float data. Actually the code works for 5000*5000 image but when I increase the size, I am getting a ...
1
vote
0answers
248 views

Tiff image pixel values reading using java

Respected sir/madam, As i am new to tiff image handling with java,i want to compare two tiff images based on their pixel values.I started reading tiff image header such as image width,rows per strip ...
2
votes
1answer
574 views

How to write coordinate to a TIF file using libgeotiff

I'm trying to create a tif file using the GeoTiff library. I managed to write all the data into a normal tif file using the standard TIF function of the library, but I can't figure out how to use the ...
1
vote
1answer
596 views

Open source package for reading BigTIFF format

I need a free program or library for cropping a huge Geo TIFF file. It is in BigTIFF format. libtiff doesn't support the format. Linux or Windows OS.
6
votes
2answers
2k views

How can I write a GEOTIFF in Java?

I want to write a GEOTIFF, with all the geographic metadata in Java. Which library etc. works best for this purpose?