Skip to content

simedcn/PSFilterHost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8bf filter host for .NET

NuGet version

A library that enables applications built with .NET 2.0 or later to run 3rd party 8bf filters.

Features:

  • Runs 32-bit or 64-bit filters based on the processor architecture of the host process.
  • Supports processing 8 and 16 bits per channel gray scale and RGB(A) images (16-bit processing is only supported with the BitmapSource class in .NET 3.0 or later).
  • Exposes the image EXIF and XMP metadata to the filters.
  • Supports batch processing filters.

Library Versions

The .NET 2.0 version uses GDI+ (aka System.Drawing) it does not support processing 16-bits-per-channel images, and will convert the image data to the appropriate 8-bits-per-channel format.

The .NET 3.0, 3.5 and 4.5.2 versions use Windows Imaging Component (aka System.Windows.Media.Imaging) to support 8 and 16 bits per channel gray scale and RGB(A) images, the image data will be converted into the appropriate mode for processing.

License

This project is licensed under the terms of the Microsoft Public License.
See License.txt for more information.

About

A library that enables .NET applications to run 3rd party 8bf filters.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
License.txt
Unknown
License-pdn.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%