Search found 2 matches

by MasA
Mon Nov 26, 2007 10:19 am
Forum: GFL SDK
Topic: Problem saving 16bit TIFF image
Replies: 2
Views: 1625

...so simple :)

thx for help.

Great image library !!!

MasA
by MasA
Sun Nov 25, 2007 3:07 pm
Forum: GFL SDK
Topic: Problem saving 16bit TIFF image
Replies: 2
Views: 1625

Problem saving 16bit TIFF image

Hi!

I've got a "Bad format index" message... Here is the code

int bits = pow(2,16)-1;
AnsiString plik = *fname;
GFL_ERROR error;
GFL_COLOR color;
GFL_BITMAP * bmp = gflAllockBitmapEx(GFL_RGB, G[G.High][0].Length, G[G.High][0][0].Length, 16, 3, NULL);

GFL_SAVE_PARAMS params ...