geosetdelvinu wrote:
>
>
> Hello
> Is there a way to create JPEG or GIF images using GDAL from within vb6?
> Thanks in advance
Michael,
Yes.
The tutorial http://www.gdal.org/vb6_tutorial.html seems to cover use
of Create() and CreateCopy() adequately. The only tricky aspect of GIF
and JPEG is that the drivers don't support Create(), so you need to first
create the dataset you want in another format (perhaps MEM format - the all
in memory driver) and then use CreateCopy() to compress to the GIF or JPEG
format.
Best regards,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam@...
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | President OSGeo, http://osgeo.org