Page 1 of 1

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

Posted: Mon May 07, 2007 7:21 pm
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.

Hello?

Posted: Tue May 29, 2007 5:32 pm
by tenvolt
Is there anybody out there?

Posted: Wed Jun 13, 2007 11:18 am
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