Display thumbnail - samples needed

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

Moderators: helmut, XnTriq, xnview

kurka666
Posts: 47
Joined: Thu Mar 10, 2005 11:41 am

Display thumbnail - samples needed

Post by kurka666 »

Has anyone got an example (I'd prefer Delphi but other are ok) of how to display a thumbnail (loaded with gflLoadThumbnail) on a form?

thanks
User avatar
xnview
Author of XnView
Posts: 45868
Joined: Mon Oct 13, 2003 7:31 am
Location: France

Re: Display thumbnail - samples needed

Post by xnview »

kurka666 wrote:Has anyone got an example (I'd prefer Delphi but other are ok) of how to display a thumbnail (loaded with gflLoadThumbnail) on a form?
You can use StretchDIBits or use gflConvertBitmapIntoDDB
Pierre.
kurka666
Posts: 47
Joined: Thu Mar 10, 2005 11:41 am

Post by kurka666 »

Thanks - it worked fine!

HEK