On-the-fly conversion and resizing of images

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

Moderators: XnTriq, helmut, xnview

Post Reply
Nols Smit
Posts: 16
Joined: Mon Jun 27, 2005 6:38 pm

On-the-fly conversion and resizing of images

Post by Nols Smit »

Hi,

I'm using Delphi 7 on Windows 2000

I'm using the Intraweb components of AtoZedSoftware to develop a Apache DSO for Windows and therefore I can not use Delphi VCL components.

In the Apache DSO, I want do on-the-fly conversion and resizing of images by using non visual component libraries (DLLs).

I want to convert any popular image type (bmp, gif, jpg, etc.) to JPG, compress the file and resize it to a certain pixel height with maintaining the aspect ration before loading the file into a FireBird database.

My question:
Can I do it with the GFL SDK library and where can I get examples about using it via Delphi.

Regards,

Nols Smit
User avatar
xnview
Author of XnView
Posts: 43595
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: On-the-fly conversion and resizing of images

Post by xnview »

Nols Smit wrote:My question:
Can I do it with the GFL SDK library and where can I get examples about using it via Delphi.
Yes, and you have one example in Delphi in the package...
Pierre.
Nols Smit
Posts: 16
Joined: Mon Jun 27, 2005 6:38 pm

Re: On-the-fly conversion and resizing of images

Post by Nols Smit »

xnview wrote:
Nols Smit wrote:My question:
Can I do it with the GFL SDK library and where can I get examples about using it via Delphi.
Yes, and you have one example in Delphi in the package...
I downloaded GflSDKSetup.exe and installed it but where do I find the example?


Regards,

Nols Smit
Nols Smit
Posts: 16
Joined: Mon Jun 27, 2005 6:38 pm

Re: On-the-fly conversion and resizing of images

Post by Nols Smit »

Nols Smit wrote:
xnview wrote:
Nols Smit wrote:My question:
Can I do it with the GFL SDK library and where can I get examples about using it via Delphi.
Yes, and you have one example in Delphi in the package...
I downloaded GflSDKSetup.exe and installed it but where do I find the example?


Regards,

Nols Smit
Sorry, I found, compiled and run it.


Regards,

Nols Smit
Post Reply