Search found 2 matches

by mertus
Tue Feb 16, 2010 6:24 pm
Forum: GFL SDK
Topic: Problems reading a DPX file
Replies: 2
Views: 1507

Re: Problems reading a DPX file

I sent the file to you at webmaster@<-- removed* -->. It is RGBA but should show up as a grayscale image. The alpha is all zeros.

Thanks
by mertus
Mon Feb 15, 2010 10:37 pm
Forum: GFL SDK
Topic: Problems reading a DPX file
Replies: 2
Views: 1507

Problems reading a DPX file

I'm trying to read a DPX file using the example wind32 C++ program using 3.11
It works for a 10 bit RGB file, but when I try the same thing with an RGBA 8 bit, the colors are screwed up

load_params.Flags |= GFL_LOAD_SKIP_ALPHA | GFL_FORCE_COLOR_MODEL;
load_params.Origin = GFL_BOTTOM_LEFT;
load ...