libtiff.net Questions
2
Solved
I have an ESRI ASCII file of the form:
ncols 5
nrows 4
xllcorner 0
yllcorner 0
cellsize 10
NODATA_value -9999
25.4 26.1 27 28.6 27.7
25 26 26.4 27.9 27.4
25.1 25.8 26.8 28.6 27.6
27.5 28 27....
Kildare asked 3/12, 2018 at 6:43
2
Solved
I'm trying to create a geotiff (elevation DEM data) file by using Libtiff.Net.
The problem is that I have never succeeded to add the following two tags:
TiffTag.GEOTIFF_MODELTIEPOINTTAG
TiffTag.GE...
Rotunda asked 21/9, 2018 at 7:41
4
Solved
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 ...
Minimus asked 25/1, 2012 at 14:17
3
I am trying to archive TIFF images in a database, and I would like to compress the images as much as possible, even at the cost of higher CPU usage and high memory.
In order to test the compressio...
Grimonia asked 26/9, 2016 at 20:52
1
Solved
In the LibTiff.Net documentation I've found that it is possible to get a specific page of the Tiff document.
But, if it is possible to split multipage Tiff (using LibTiff.Net) without knowing how ...
Galantine asked 1/11, 2012 at 13:33
3
Solved
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 fro...
Curium asked 11/1, 2010 at 12:32
1
© 2022 - 2024 — McMap. All rights reserved.