: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
> 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
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
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
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
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
___
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
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