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
On-the-fly conversion and resizing of images
Moderators: helmut, XnTriq, xnview
-
- Posts: 16
- Joined: Mon Jun 27, 2005 6:38 pm
-
- Author of XnView
- Posts: 45867
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: On-the-fly conversion and resizing of images
Yes, and you have one example in Delphi in the package...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.
Pierre.
-
- Posts: 16
- Joined: Mon Jun 27, 2005 6:38 pm
Re: On-the-fly conversion and resizing of images
I downloaded GflSDKSetup.exe and installed it but where do I find the example?xnview wrote:Yes, and you have one example in Delphi in the package...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.
Regards,
Nols Smit
-
- Posts: 16
- Joined: Mon Jun 27, 2005 6:38 pm
Re: On-the-fly conversion and resizing of images
Sorry, I found, compiled and run it.Nols Smit wrote:I downloaded GflSDKSetup.exe and installed it but where do I find the example?xnview wrote:Yes, and you have one example in Delphi in the package...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.
Regards,
Nols Smit
Regards,
Nols Smit