Board index » delphi » Load BMP file, Save as JPG file.

Load BMP file, Save as JPG file.

Hi, any member,

I am a very new Delphi developer.  Would you let me know about coding a
simple program with user interface to load a Bitmap or any registered
graphic file formats and save to JPG file format ?

Thank you very much in advance !!!

Neslon.

 

Re:Load BMP file, Save as JPG file.


One great place for graphics problems and solutions is this:
http://homepages.borland.com/efg2lab/ImageProcessing/

but the simplest thing to do is:
1. add jpeg to your uses line.
2. get into Borland help on TJPEGImage and take a look on the example for
the Assign(..) method

You have your answer right there... :-)

--
Liran Shahar
Com-N-Sense (www.com-n-sense.com)

Re:Load BMP file, Save as JPG file.


Use Imagelib Combo at www.imagelib.com

--

To contact me for a live videochat AND
TO EXPERIENCE OUR NEW APPLICATION AND
AND DESTOP SHARING TECHNOLOGY-
go to : www.focusfocus.com
Register, once you have gotten the
software,which should take no more than a
minute, please go to Rooms with People,
Click on Business,
Business General,
go to FocusFocus Business Chat 1
and click on my name : Jillian.
If I am not there, call me and I will put
myself in the room. (818) 346 4200

THIS NEW TECHNOLOGY WILL AMAZE YOU!

Quote
"nelson chui" <nelson_c...@hotmail.com> wrote in message

news:3c3abe12$1_2@dnews...
Quote
> Hi, any member,

> I am a very new Delphi developer.  Would you let me know about coding a
> simple program with user interface to load a Bitmap or any registered
> graphic file formats and save to JPG file format ?

> Thank you very much in advance !!!

> Neslon.

Re:Load BMP file, Save as JPG file.


Hi Jillian,

Quote
> Use Imagelib Combo at www.imagelib.com

Are you kidding? Is this your anwer to Nelson?

Thrse

Re:Load BMP file, Save as JPG file.


Hi Nelson,

Quote
> I am a very new Delphi developer.  Would you let me know about coding
a
> simple program with user interface to load a Bitmap or any registered
> graphic file formats and save to JPG file format ?

 In addition to what Liran suggested, you should find a lot of
interesting (and free!) information here:
http://homepages.borland.com/efg2lab/Library/Delphi/Graphics/FileFormats
AndConversion.htm

Thrse

Other Threads