tags:

views:

542

answers:

5

Hello everyone, Im a newbie programmer in Delphi. I need help, I have a small project which I need to display all kind of image format.

Please suggest what should I do or any component in delphi that support all image format? thanks for the help in advance.

+1  A: 

You can use several image types with the standard TImage component. At least bmp and jpg (if you use the Jpeg unit).

Version 2009 added some more. Image formats (I thought at least png and wmf).

There are a lot of third party components for image display/processing. A google search will show them all.

Gamecat
i am using delphi 7. jpg, gif, png and other default format on TImage is no problem to me. but dealing with tif, tiff format. TImage cant support those kind of format. I look up on google on 3rd party component but i cant find the right component i need. Any suggestion??thanks for the reply
Jejad
+6  A: 

Have a look at the GraphicEx library available from www.soft-gems.net. This should give you most (if not all) of the formats you want.

Uwe Raabe
You beat me with seconds... :-)
Vegar
Sorry about that...
Uwe Raabe
+1  A: 

GraphicEx should be a good start. It's free and contains the most used formats.

Vegar
+1  A: 

Both ImageEn and Imaging Toolkit for Delphi offer wide range of supported format

and you can find more in torry site

Mohammed Nasman
+2  A: 

I found a Library that suites my need. It called vampyre library and works amazing. It support TIFF,tif, animating gif and many more

Jejad