Search found 3 matches

by nobbe
Wed Jun 13, 2007 11:18 am
Forum: GFL SDK
Topic: Documentation/examples for blur, sharpen, emboss etc.?
Replies: 2
Views: 2583

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
by nobbe
Wed Jun 13, 2007 11:11 am
Forum: GFL SDK
Topic: how can i find error / return codes?
Replies: 0
Views: 1303

how can i find error / return codes?

hello all

i am trying to figure out how to detect if loading a file in the object fails?
i am using the activeX object to handle the files . i Read about "GFL_ERROR" , but cant seem to find out how to use on an activex object?

e.g. $rc = $imgObject.LoadBitmap ($file);
but here the $rc doesnt ...
by nobbe
Fri Jun 08, 2007 2:11 am
Forum: GFL SDK
Topic: How to use with Autoit
Replies: 0
Views: 2881

How to use with Autoit

hello all

this is my first post because i use the SDK with autoit and wanted to share this with you

http://www.autoitscript.com/autoit3/

setting the correct color code gave me a hard time to convert into OLE_COLOR

nob



;
;
; light image converter
; using nconvert ACTIVEx now
;
; to register ...