Search found 7 matches

by Ralf
Tue Sep 07, 2010 1:16 pm
Forum: GFL SDK
Topic: TIFF file crashes gflLoadBitmapFromMemory() (and XnView too)
Replies: 3
Views: 2909

Re: TIFF file crashes gflLoadBitmapFromMemory() (and XnView

XnView 1.97.7 works great with these files! thanks! :D

now all i need is an updated gfl sdk... :wink:
by Ralf
Tue Jun 29, 2010 10:01 am
Forum: GFL SDK
Topic: TIFF file crashes gflLoadBitmapFromMemory() (and XnView too)
Replies: 3
Views: 2909

TIFF file crashes gflLoadBitmapFromMemory() (and XnView too)

attached TIFF file (and a bunch of similar ones - apparently texture files created with tdlmake from 3Delight) crashes gflLoadBitmapFromMemory() (tested with GFL SDK 2.8.2) - and XnView 1.97.6 as well Microsoft Explorer shows proper thumbnails on Win7 (but not on XP) gflGetFileInformationFromHandle(...
by Ralf
Thu Mar 25, 2010 4:30 pm
Forum: GFL SDK
Topic: gflLoadBitmapFromMemory() and PNG ColorType 3 with Alpha
Replies: 1
Views: 1054

gflLoadBitmapFromMemory() and PNG ColorType 3 with Alpha

i'm using gflLoadBitmapFromMemory() on a PNG file image with ColorType 3 (indexed color) and transparency chunk which stores the Alpha channel for the LUT. GFL_LOAD_PARAMS load_params; gflGetDefaultLoadParams( &load_params ); load_params.Flags = GFL_LOAD_ORIGINAL_DEPTH | GFL_LOAD_FORCE_COLOR_MODEL; ...
by Ralf
Wed Jun 03, 2009 5:59 pm
Forum: GFL SDK
Topic: VC++2008, libgfl290 & WIN32 macro
Replies: 2
Views: 1964

Re: VC++2008, libgfl290 & WIN32 macro

no, vc defines _WIN32 internally but not WIN32 here's what i do in my code so i don't have to add WIN32 manually to the project files #if defined(_WIN32) && !defined(WIN32) // gah!! #define WIN32 #endif #ifdef _WIN32 # include "../3rd_party_software/GflSDK/GflSDK-win/include/libgfl.h" #else # includ...
by Ralf
Wed Jun 03, 2009 5:51 pm
Forum: GFL SDK
Topic: win32 and win64 gfl apps in same folder?
Replies: 0
Views: 864

win32 and win64 gfl apps in same folder?

i need both 32 bit and 64 bit binaries in the same folder (can't get rid of 32 bit as some 3rd party libs i use are not available for 64 bit, e.g. quicktime) problem: libgfl uses the same dll name for 32 bit and 64 bit builds, which naturally can't exist in the same folder at the same time any chanc...
by Ralf
Fri Apr 11, 2008 10:02 am
Forum: GFL SDK
Topic: Crash in gflGetFileInformationFromHandle(): Kodak Photo CD
Replies: 1
Views: 1367

Crash in gflGetFileInformationFromHandle(): Kodak Photo CD

gflGetFileInformationFromHandle() crashes when trying Kodak Photo CD format.
I emailed sample code and image to webmaster at xnview several days ago, please reply if I should resend it or you need more info.