Ghostscript 8.63 released (Announce)
2008-08-01:
Source code and compilations for Win32/64
Home Page:
http://www.cs.wisc.edu/~ghost/
Downloads:
http://sourceforge.net/project/showfiles.php?group_id=1897&release_id=160061
New:
Approximately 238 bugs have been fixed since version 8.62. Of particular note are robustness and performance improvements with large files, invalid PDF, and font handling.
The major new feature of this release is multithreaded rendering. This can be requested by passing -dNumRenderingThreads=n on the command line. The input document is first parsed, and then each page is split into n bands which are rendered concurrently. This can provide a significant reduction in processing time on multi-core systems.
Images are now always interpolated in their source colorspace. This improves correctness for XPS documents and avoids bypassing the custom color management callbacks for interpolated images. Interpolation and color management are both expensive operations, so this affects performance with large images. The effect can be positive or negative depending on the file and the target resolution. If performance is a problem, we suggest running with -dNOINTERPOLATION.
Support for OpenPrinting Vector devices has been upgraded to version 1.0.
There are two new devices in this release, both experimental. Behdad Esfahbod has contributed a cairo output device which uses the cairo graphics library to generate PDF, SVG, EPS, or PNG files, based on the requested filename extension. The svgwrite device directly outputs Scalable Vector Graphics, the W3C XML vector graphics format. Both support only vector art at this point; text and images will not be represented efficiently.
Complete thread:
- Ghostscript 8.63 released - Steve, 03.08.2008, 10:11 (Announce)