Re: [gdal-dev] GDALCreateCopy from MEM Driver

2012-11-21 Thread Even Rouault
Le mercredi 21 novembre 2012 20:49:28, Robert Zermeno a écrit : > GDAL community, > > Is is plausible to contain a RGB image array (as pixel interleaved, > rgbrgbrgbrgb) in a single MEMRasterBand to generate a color file via > GDALCreateCopy()? My application performs the following sequence: >

[gdal-dev] GDALCreateCopy from MEM Driver

2012-11-21 Thread Robert Zermeno
GDAL community,   Is is plausible to contain a RGB image array (as pixel interleaved, rgbrgbrgbrgb) in a single MEMRasterBand to generate a color file via GDALCreateCopy()? My application performs the following sequence:   1. Read a color image into an image buffer in pixel interleaved (rgbrgbrgb