Search found 3 matches

by Martin Schmidt
Sun Apr 03, 2005 1:34 pm
Forum: GFL SDK
Topic: gflAutoCrop
Replies: 6
Views: 2941

Thanx for bugfix.
by Martin Schmidt
Fri Apr 01, 2005 1:24 pm
Forum: GFL SDK
Topic: gflAutoCrop
Replies: 6
Views: 2941

I do not show the picture with my tool. The Result of gflLoadBitmap was successfully.

I could need a new feature in gflAutoCrop. I need the position of the cropped picture in the source picture. Now i must compute separately this parameter.

I would be very grateful, if you could help me.
by Martin Schmidt
Wed Mar 30, 2005 11:22 pm
Forum: GFL SDK
Topic: gflAutoCrop
Replies: 6
Views: 2941

gflAutoCrop

If i use backgroundcolor 255, 255, 255, 0 gflAutoCrop will not work.

GFL_COLOR cropcolor;
cropcolor.Red = 255;
cropcolor.Green = 255;
cropcolor.Blue = 255;
cropcolor.Alpha = 0;
GFL_ERROR result = gflAutoCrop(m_Bitmap, NULL, cropcolor, 0);

gflAutoCrop returned no error.
XnView crop the bitmap ...