Search found 1 match

by swordsman
Mon Dec 26, 2016 10:02 am
Forum: GFL SDK
Topic: Load RAW image
Replies: 0
Views: 11384

Load RAW image

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);