PSFilterHost Changelog

What's new in PSFilterHost 1.1.0.2

Apr 25, 2014
  • Added a PickColor callback delegate.
  • Added a FileIOPermission demand when a filter is run.

New in PSFilterHost 1.1.0.1 (Mar 10, 2014)

  • Fixed a DEP crash with some 64-bit filters.
  • Added a HasAboutBox property to the PluginData class.

New in PSFilterHost 1.1.0.0 (Jan 3, 2014)

  • Added an EnumerateFilters method to the PSFilterHost class.
  • Fixed a bug with the SupportsImageMode method and PiMI resources.
  • Multiple issues with meta data handling, and various other bugs fixed.

New in PSFilterHost 1.0.0.7 (Aug 28, 2013)

  • Fixed a rare infinite loop in the PluginData.SupportsImageMode method

New in PSFilterHost 1.0.0.6 (Aug 14, 2013)

  • Fixed a bug in the PropertyProcs with the PSProperties.propCaption case, multiple Windows Imaging Component issues with meta data fixed.
  • Added an error message for filters that do not support processing completely transparent images, marked the PluginData class as Serializable.
  • Implemented ISerializable on the ParameterData class and marked the GlobalParameters and ScriptingData properties as internal.

New in PSFilterHost 1.0.0.5 (Jul 29, 2013)

  • Fixed a regression in the scripting system.
  • Added a class for the host to set the filter property data.
  • Added a .NET 4.0 version of the library.

New in PSFilterHost 1.0.0.4 (Jun 24, 2013)

  • Fixed a crash involving images with transparency.
  • Fixed a shortcut path bug under WoW64.

New in PSFilterHost 1.0.0.3 (May 27, 2013)

  • Fixed a crash in the scripting system.

New in PSFilterHost 1.0.0.2 (May 21, 2013)

  • Fixed a bug in the upscaling of 16-bit grayscale data.

New in PSFilterHost 1.0.0.1 (May 13, 2013)

  • Fixed a bug in the about box calling sequence for modules with more than one plugin.
  • Includes libraries for .NET 3.5, 3.0 and .NET 2.0 and a .NET 3.5 example application.