vote up 1 vote down star
1

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.

flag

10% accept rate

5 Answers

vote up 6 vote down

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.

link|flag
You beat me with seconds... :-) – Vegar Dec 23 '08 at 9:24
Sorry about that... – Uwe Raabe Dec 23 '08 at 9:34
vote up 1 vote down

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.

link|flag
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 Dec 23 '08 at 9:09
vote up 1 vote down

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

link|flag
vote up 1 vote down

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

and you can find more in torry site

link|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.