Re: [gdal-dev] Modify an image color table? ---SOLVED----

2010-07-05 Thread Marco Stelluti
Modify an image color table? -- SOLVED -- Thanks a lot Frank and Luke. This is the solution of my problem: 1) I built *.vrt file from ASCII file; 2) I used the LUT command like this: --

RE: [gdal-dev] Modify an image color table?

2010-06-28 Thread Pinner, Luke
-dev] Modify an image color table? Marco Stelluti wrote: Hi, I'm a new gdal user and I've a little problem. I have to modify the color to an ASCII raster. 1_ I converted the raster using gdalbuildvrt; 2_ I modified the file *.vrt adding: ColorInterpPalette/ColorInterp ColorTable

Re: [gdal-dev] Modify an image color table?

2010-06-25 Thread Frank Warmerdam
Marco Stelluti wrote: Hi, I'm a new gdal user and I've a little problem. I have to modify the color to an ASCII raster. 1_ I converted the raster using gdalbuildvrt; 2_ I modified the file *.vrt adding: ColorInterpPalette/ColorInterp ColorTable Entry c1=255 c2=255 c3=255 c4=255/ Entry