Page 1 of 1

gflExportIntoClipboard(): Image is upside down (Delphi)

Posted: Mon Jun 28, 2004 8:38 am
by daremon
Why does gflExportIntoClipboard() function put a flipped image in the clipboard? So i have to do:

Code: Select all

gflFlipVertical(gfl_bmp, nil);
gflExportIntoClipboard(gfl_bmp);
otherwise i get the image upside-down! Is this by design or a problem in GFL?

Thanks,
Dimitris

Re: gflExportIntoClipboard(): Image is upside down (Delphi)

Posted: Mon Jul 12, 2004 12:11 pm
by xnview
daremon wrote:Why does gflExportIntoClipboard() function put a flipped image in the clipboard? So i have to do:

Code: Select all

gflFlipVertical(gfl_bmp, nil);
gflExportIntoClipboard(gfl_bmp);
otherwise i get the image upside-down! Is this by design or a problem in GFL?
A :bugconfirmed:
Pierre.