RE: [gdal-dev] Anti-Aliasing

2009-10-05 Thread Chris Emberson
:04 +0200 > From: no...@xpam.de > To: chrisember...@hotmail.com > CC: chaitanya...@gmail.com; gdal-dev@lists.osgeo.org > Subject: Re: [gdal-dev] Anti-Aliasing > > Chris Emberson wrote: > > The rasters do have colour tables applied, that are expressed using RGB > > valu

RE: [gdal-dev] Anti-Aliasing

2009-10-05 Thread Chris Emberson
> One method would be to convert the image into RGB, apply bilinear or > any other interpolation method, and convert it back to the colour > table from RGB. If the source is a vector, we can smooth the shapes by > using curves in place of straight lines. > > On Mon, Oct 5, 2009 at 3

RE: [gdal-dev] Anti-Aliasing

2009-10-05 Thread Chris Emberson
org > > Could you give an example of the problem? Anti-aliasing generally only > applies when you are going from vector line drawings to rasterized images. > > If I was trying to smooth things I would first look at cubic or bilinear. > Any other resampling may enhance any noise in

[gdal-dev] Anti-Aliasing

2009-10-02 Thread Chris Emberson
I am looking for an anti-aliasing function to smooth out the pixellated effect between raster values. I have tried the various interpolation methods with gdalwarp and have also increased the resolution of the raster to try and minimise the effect, to no avail. Is this a function to be added soo

RE: [gdal-dev] Re: GDAL 1.7.0 download?

2009-10-01 Thread Chris Emberson
ne did it for you. The > > source > > code should indeed compile fine against any GDAL version. > > > > > >> Chris Emberson wrote: > >> > >>> Hi, > >>> > >>> Am trying to use gdaldem but it says this is only available with GDAL

[gdal-dev] GDAL 1.7.0 download?

2009-09-29 Thread Chris Emberson
Hi, Am trying to use gdaldem but it says this is only available with GDAL 1.7.0, "Tools to analyze and visualize DEMs. (since GDAL 1.7.0)" I cannot find the download link? many thanks in advance, Chris ___

RE: [gdal-dev] Problem with gdal_translate

2009-09-21 Thread Chris Emberson
g > To: chrisember...@hotmail.com > CC: gdal-dev@lists.osgeo.org > Subject: Re: [gdal-dev] Problem with gdal_translate > > Selon Chris Emberson : > > The behaviour you see is expected. -expand rgb only works for bands that have > color maps. You can transform your grey scal

[gdal-dev] Problem with gdal_translate

2009-09-11 Thread Chris Emberson
I am having trouble converting a single band raster (.asc) when using the GDAL utility gdal_translate (version 1.6) This is the command... gdal_translate -of GTiff -co "TILES=YES" -expand rgb FILEA.asc FILEB.tif I get this message Error : band 1 has no color table I want to be able to