The new version of our Open Source SynGdiPlus unit
does provide a lot of new features:
- dynamic linking (your program runs even on Windows 98/2000), without the
gdiplus.dll library
- use version 1.1 of GDI+ if available on your system (under Vista/Seven or the
one embedded since Office 2003)
- can convert from a TMetaFile (i.e. emf) into a GDI+ metafile (i.e.
emf+)
- can draw TMetaFiles into any canvas, with
GDI+ anti-aliasing!
Tag - GDI
2010, Friday April 2
Antialiased drawing from TMetaFile
By A.Bouchez on 2010, Friday April 2, 14:25 - Open Source libraries
2010, Saturday March 20
GIF, TIF, PNG and JPG pictures TGraphic read/write via GDI+
By A.Bouchez on 2010, Saturday March 20, 15:02 - Open Source libraries
Implements TGraphic descendants able to load and save GIF, TIF, PNG and JPG pictures, using the GDI+ library. Freeware Opensource component, licensed under a MPL/GPL/LGPL tri-license. Works from Delphi 3 to 2010.