GDI+ library
By adding the SynGdiPlus unit to your uses clause, someTGraphic
descendants are registered in your application to load and save GIF, TIF, PNG and JPG pictures.
It also allows anti-aliased drawing from any TMetaFile
. That is, you can play a .emf
content using GDI+ instead of GDI, for much better rendering result.
This unit is used in our mORMot framework, in its UI part, e.g. for rendering all reports on screen, with nice anti-aliasing and fast zooming.
Works from Delphi 5 and up (including latest Unicode revisions).
Licensed under a MPL/GPL/LGPL tri-license.