Code: Select all
gflFlipVertical(gfl_bmp, nil);
gflExportIntoClipboard(gfl_bmp);
Thanks,
Dimitris
Moderators: helmut, XnTriq, xnview
Code: Select all
gflFlipVertical(gfl_bmp, nil);
gflExportIntoClipboard(gfl_bmp);
Adaremon wrote:Why does gflExportIntoClipboard() function put a flipped image in the clipboard? So i have to do:otherwise i get the image upside-down! Is this by design or a problem in GFL?Code: Select all
gflFlipVertical(gfl_bmp, nil); gflExportIntoClipboard(gfl_bmp);