Search found 3 matches
- Sun Apr 03, 2005 1:34 pm
- Forum: GFL SDK
- Topic: gflAutoCrop
- Replies: 6
- Views: 2941
- Fri Apr 01, 2005 1:24 pm
- Forum: GFL SDK
- Topic: gflAutoCrop
- Replies: 6
- Views: 2941
- 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 ...
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 ...