Re: [gdal-dev] geotiff image writing problem

2008-10-06 Thread Frank Warmerdam
On Fri, Oct 3, 2008 at 6:52 AM, Silvia Marchesi
[EMAIL PROTECTED] wrote:
 Hi,
  I'm using gdal for reading and writing geotiff images; I nedd to write a
 c++ code able to read a geotiff image (I have already done it!), process it
 and then give as output an image qith the same size of the input one
 (exception for the number of bands) and with the same geographic data; the
 only difference consists in the DN values (the type is the same) and as I
 said in the number of bands (form multiband image to 1 band).
 Can anybody help me?

Silvia,

I would encourage you to review the existing API Tutorial if you have
not already done so:

  http://www.gdal.org/gdal_tutorial.html

You might also find it instructive to review the gdalenhance.cpp
application which takes and image and produces a modified image.

  http://trac.osgeo.org/gdal/browser/trunk/gdal/apps/gdalenhance.cpp

Best regards,
-- 
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, [EMAIL PROTECTED]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush| Geospatial Programmer for Rent
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev


[gdal-dev] geotiff image writing problem

2008-10-03 Thread Silvia Marchesi
Hi,
 I'm using gdal for reading and writing geotiff images; I nedd to write a
c++ code able to read a geotiff image (I have already done it!), process it
and then give as output an image qith the same size of the input one
(exception for the number of bands) and with the same geographic data; the
only difference consists in the DN values (the type is the same) and as I
said in the number of bands (form multiband image to 1 band).
Can anybody help me?

Thanks a lot,
Silvia
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev