PSFilterHost 1.0.0.6
This library allows applications built with .NET 2.0 and later to run 3rd party Adobe® Photoshop® compatible filters.
Either 32-bit or 64-bit filters will be used depending on the processor architecture of the host process.
For 32-bit hosts the C# compiler enables Data Execution Prevention for the process, as many filters are not compatible with it you should use editbin or a similar tool to clear the IMAGE_DLLCHARACTERISTICS_NX_COMPAT flag
(see https://blogs.msdn.com/b/ed_maurer/archive/2007/12/14/nxcompat-and-the-c-compiler.aspx for more details).
When using .NET 3.0 and later 8-bit and 16-bit Grayscale and RGB(A) images can be processed using WIC.
The .NET 2.0 version uses GDIPlus which does not support 16-bit data and processes images as 32-bit ARGB.
An example project demonstrating how the use the library is available as part of the source code on the project downloads page.
See the version list below for details.
Release Notes
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.
Dependencies
This package has no dependencies.
Version History
Version | Downloads | Last updated | |
---|---|---|---|
1.4.0 | 527 | 12/27/2015 | |
1.3.0 | 331 | 10/19/2015 | |
1.2.0 | 401 | 4/13/2015 | |
1.1.0.6 | 419 | 12/3/2014 | |
1.1.0.5 | 757 | 11/8/2014 | |
1.1.0.4 | 301 | 8/30/2014 | |
1.1.0.3 | 276 | 8/11/2014 | |
1.1.0.2 | 333 | 4/24/2014 | |
1.1.0.1 | 343 | 3/5/2014 | |
1.1.0 | 393 | 12/30/2013 | |
1.0.0.7 | 367 | 8/28/2013 | |
1.0.0.6 | 366 | 8/14/2013 | |
1.0.0.5 | 359 | 7/31/2013 |