[pdf4st] [Ann] PDF4Smalltalk 1.4.0.8 with small fixes

  • From: "Christian Haider" <christian.haider@xxxxxxxxxxxxxxxxxxxxxxx>
  • To: "PDF4Smalltalk" <pdf4st@xxxxxxxxxxxxx>
  • Date: Wed, 30 Mar 2016 09:29:29 +0200

This patch release adds

1.       Optimization for converting 8 bit color and gray PDF images to
Smalltalk.
Before, it was tried to find a MappedPalette for an image, but alone the
counting of the different colors takes a lot of time for large pictures.
Now, these common pictures are converted very fast using a FixedPalette,
although the images occupy more space in memory.

2.       Replaced the Windows specific "MinimalShellInterface openFile:"
with the platform independent "ExternalWebBrowser open:".
Now all the examples work nicely also on Macs and Linux machines.

 

This version is included as contribution in the upcoming VisualWorks 8.1.1
release.

 

Happy hacking,

                Christian

 

 

Other related posts:

  • » [pdf4st] [Ann] PDF4Smalltalk 1.4.0.8 with small fixes - Christian Haider