Our PDF engine has been updated, it's now on version 1.8.1.
Tag - JPEG
2010, Wednesday June 30
Synopse PDF libray 1.8.1
By A.Bouchez on 2010, Wednesday June 30, 11:12 - Open Source libraries
2010, Monday May 3
Synopse PDF engine
By A.Bouchez on 2010, Monday May 3, 20:51 - Open Source libraries
Synopse PDF engine is an Open Source PDF document creation library for Delphi, embedded in one unit. It's used in the 1.7 version of SQLite3 framework, for creating PDF files from reports.
Among its features, you can use a true TCanvas to create the PDF, and embed True Type fonts subsets. Of course, it's Unicode ready, and licensed under a MPL/GPL/LGPL tri-license.
2010, Wednesday March 24
Fast JPEG decoder using SSE/SSE2 version 1.2
By A.Bouchez on 2010, Wednesday March 24, 10:10 - Open Source libraries
The Fast JPEG decoder using SSE/SSE2 library file has been updated, and is now in version 1.2, released under a MPL/GPL/LGPL tri-license. It's mainly a bug issue fix.
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.
2010, Thursday March 18
Fast JPEG decoder using SSE/SSE2 version 1.1
By A.Bouchez on 2010, Thursday March 18, 07:54 - Open Source libraries
The Fast JPEG decoder using SSE/SSE2 library file has been updated, and is now in version 1.1, released under a MPL/GPL/LGPL tri-license.
2010, Sunday March 14
Fast JPEG decoder using SSE/SSE2
By A.Bouchez on 2010, Sunday March 14, 15:17 - Open Source libraries
This LGPL-distributed unit allows very fast JPEG image decoding, using SSE/SSE2 pure assembly code. It is much faster than the standard jpeg.pas unit.
It's based on the great Dr. Manhattan's source code, from http://sourceforge.net/projects/jpegdec