Documentation/examples for blur, sharpen, emboss etc.?

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

tenvolt
Posts: 2
Joined: Mon May 07, 2007 7:16 pm

Documentation/examples for blur, sharpen, emboss etc.?

Post by tenvolt »

The CHM files just say "Applies a filter on the picture. To do. " for all the filters except Sepia. Do all the other filters work? If so is there any documentation for what parameters to pass, what the valid ranges are for the parameters, etc? I tried using Blur, GaussianBlur and Sharpen but they don't seem to have any effect.
tenvolt
Posts: 2
Joined: Mon May 07, 2007 7:16 pm

Hello?

Post by tenvolt »

Is there anybody out there?
nobbe
Posts: 3
Joined: Fri Jun 08, 2007 2:00 am

Post by nobbe »

hi
at least sharpen worked for me
$imgObject.Sharpen(90)

i assume the values are 0-100, but im not shure since i only see an effect > 80 ..

all other filters seemed not to have an effect :-(

nob