Load RAW image

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: XnTriq, helmut, xnview

Post Reply
swordsman
Posts: 1
Joined: Mon Dec 26, 2016 9:57 am

Load RAW image

Post by swordsman »

Hello.
Can somebody help me load original RAW image, cause I always get dark green pic.
I think, I can't set needed colormodel or someelse.

That's me code

Code: Select all

    lpar.Flags := lpar.Flags + GFL_LOAD_ORIENTED+GFL_LOAD_ORIGINAL_COLORMODEL;
    e := gflLoadBitmap(PChar(name), gfl_bmp, lpar, finfo);
Post Reply