Page 1 of 1

On-the-fly conversion and resizing of images

Posted: Mon Jun 27, 2005 7:05 pm
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

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

Posted: Mon Jun 27, 2005 7:13 pm
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...

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

Posted: Mon Jun 27, 2005 8:09 pm
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

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

Posted: Mon Jun 27, 2005 8:25 pm
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