.NET Photoshop Filter Host Library
.NET Photoshop Filter Host Library
This open source (MS-PL) host library allows any .NET application built with .NET 2.0 or later to run 8bf filters.
It supports Grayscale and RGB(A) in both 8 and 16 bits per channel.
Processing 16-bit images only works using the System.Windows.Media.Imaging classes in .NET 3.0 or later as GDI+ has limited support for 16-bit images (all GDI+ images are processed as 8-bit RGBA).
It is written in C# using Visual Studio 2010.
It supports Grayscale and RGB(A) in both 8 and 16 bits per channel.
Processing 16-bit images only works using the System.Windows.Media.Imaging classes in .NET 3.0 or later as GDI+ has limited support for 16-bit images (all GDI+ images are processed as 8-bit RGBA).
It is written in C# using Visual Studio 2010.
Last edited by null54 on Tue Dec 19, 2017 4:33 pm, edited 1 time in total.
-
- Plugin Guru
- Posts: 3361
- Joined: Fri Mar 08, 2002 1:00 am
- Location: The Plugin Site
- Contact:
Re: .NET Photoshop Filter Host Library
Great! But it would be even better to have a DLL version of it that can be accessed from C/C++ and other languages.
Re: .NET Photoshop Filter Host Library
Added an example host application.
This is a 32-bit and 64-bit host similar to SigmaPi NiGulp.
It uses Windows Imaging Component to load and save the image, it can load any image format that has a codec installed (Camera Raw, WebP etc).
Only BMP, JPEG, GIF, PNG and TIFF are supported for saving.
This is a 32-bit and 64-bit host similar to SigmaPi NiGulp.
It uses Windows Imaging Component to load and save the image, it can load any image format that has a codec installed (Camera Raw, WebP etc).
Only BMP, JPEG, GIF, PNG and TIFF are supported for saving.
Return to “Other Graphics Tools”
Who is online
Users browsing this forum: No registered users and 3 guests