Mombu the Programming Forum

Go Back   Mombu the Programming Forum > Programming > GIF, PNG component
User Name
Password
REGISTER NOW! Mark Forums Read




Reply
1 2nd October 00:31
clayton arends
External User
 
Posts: 1
Default GIF, PNG component



There already exist excellent classes that handle these types for you within
the VCL framework (ie. all are TGraphic descendants).

Already part of the VCL:
BMP -> Graphics::TBitmap
JPG -> TJPEGImage (BCB5 and higher) Downloadable:
GIF -> TGIFImage (by Anders Melander, code currently part of JEDI http://homepages.borland.com/jedi/jcl/)
PNG -> TPNGImage (http://pngdelphi.sourceforge.net/)


If you would still like to create the classes on your own then you can look
at this code to see how "they" did it.

- Clayton
  Reply With Quote


 


Reply


Thread Tools
Display Modes




666