Search found 2 matches

by anasrallah
Tue Apr 22, 2008 10:02 pm
Forum: GFL SDK
Topic: Problem loading/reading Gray scale TIFF
Replies: 2
Views: 2322

also did you get the loaded image to show on a picture box in VB?
by anasrallah
Tue Apr 22, 2008 6:39 pm
Forum: GFL SDK
Topic: Problem loading/reading Gray scale TIFF
Replies: 2
Views: 2322

Hi _GUI_,

Did you find a clean solution for your grayscale images? I'm working an a similar issue, I have 12 bit grayscale images.

btw why aren't you using the following:

With GflParams
.Flags = GFL_LOAD_ORIGINAL_DEPTH
.Origin = GFL_BOTTOM_LEFT
.ColorModel = GFL_GREY 'or is this a 255 value ...