Search found 33 matches

by null54
Fri Jan 15, 2021 1:40 pm
Forum: Photoshop-compatible Plugins
Topic: A Photoshop-compatible filter interface for G'MIC
Replies: 1
Views: 31521

A Photoshop-compatible filter interface for G'MIC

G'MIC is an open-source C++ image processing framework with hundreds of effects. I wrote an 8bf filter that interfaces with G'MIC-Qt , it allows programs that supports Photoshop-compatible filters to use the G'MIC effects from within the same UI as GIMP, Krita, digiKam and other software that has s...
by null54
Sun Dec 27, 2015 5:00 pm
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

Re: .NET Photoshop Filter Host Library

Version 1.4.0.0 has been released. Added a HostColorManagement class to allow the host application to specify the ICC color profiles used to provide color correction when displaying the filter preview. Added support for using the FloatingSelection filter case if the image has transparency and the fi...
by null54
Mon Oct 19, 2015 7:16 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

Re: .NET Photoshop Filter Host Library

Version 1.3.0.0 has been released.
  • Added a RunFilter overload to allow the host to show the filters user interface initialized to the settings from a previous session.
  • Added support for searching shortcuts to folders.
by null54
Mon Apr 13, 2015 6:02 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

Re: .NET Photoshop Filter Host Library

Version 1.2.0.0 has been released.
  • Added an EnumerateFilters overload that uses System.IO.SearchOption.
  • Fixed a COMException with invalid shortcuts.
by null54
Sat Dec 13, 2014 6:30 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

Re: .NET Photoshop Filter Host Library

Version 1.1.0.6 has been released.
  • Fixed a regression with filters that use scripting.
by null54
Sun Nov 09, 2014 3:08 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

Re: .NET Photoshop Filter Host Library

Version 1.1.0.5 has been released.
  • Convert the source color space to RGB when showing the color picker.
by null54
Sun Oct 19, 2014 12:53 pm
Forum: Photoshop-compatible Plugins
Topic: 32 and 64 Bit PlugIns in Same Editor
Replies: 4
Views: 40362

Re: 32 and 64 Bit PlugIns in Same Editor

The PSFilterPdn plugin for Paint.NET can run both 32-bit and 64-bit filters.

Although as the plugins are launched from within the dialog of PSFilterPdn, the "middle man" problem exists for both 32-bit and 64-bit plugins.
by null54
Sun Aug 31, 2014 11:23 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

Re: .NET Photoshop Filter Host Library

Version 1.1.0.4 has been released.
  • Fixed a transparency bug with planar image data.
by null54
Wed Aug 13, 2014 2:20 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

Re: .NET Photoshop Filter Host Library

Version 1.1.0.3 has been released.
  • Enabled some of the 5.0 PICA suites for the Google Nik Collection.
  • Removed the ref parameter from the PickColor delegate.
by null54
Thu Apr 24, 2014 4:21 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

Re: .NET Photoshop Filter Host Library

Version 1.1.0.2 has been released.
  • Added a PickColor callback that the host can use to show it's own color picker dialog.
  • Added a FileIOPermission demand when a filter is run.
by null54
Thu Mar 06, 2014 12:49 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

Re: .NET Photoshop Filter Host Library

Version 1.1.0.1 has been released.
  • Fixed a DEP crash with some 64-bit filters.
  • Added a HasAboutBox property to the PluginData class.
by null54
Mon Dec 30, 2013 11:31 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

Re: .NET Photoshop Filter Host Library

Version 1.1.0.0 has been released.
  • 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.
by null54
Wed Aug 14, 2013 11:54 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

Re: .NET Photoshop Filter Host Library

Version 1.0.0.6 has been released.
  • Fixed a bug in the handling of the Caption field.
  • Added an error message for filters that do not support processing completely transparent images.
  • Fixed multiple Windows Imaging Component issues with meta data.
by null54
Sun Jul 28, 2013 10:53 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

Re: .NET Photoshop Filter Host Library

Version 1.0.0.5 has been released. Changes: Fixed a regression in the scripting code from 1.0.0.4. Added a class for the host to set the filter properties (Title, Caption, Ruler units etc). Added a .NET 4.0 Client Profile binary. Added a wiki page describing how to debug filters under the Example Ho...
by null54
Fri May 31, 2013 3:34 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

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.
by null54
Sat May 11, 2013 12:21 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

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. If you are using native C, C++ etc the host by DMMD would be a better fit, and it is probably more compatible with newer plugins as it implements the PICA suites. It would also be pos...
by null54
Fri May 10, 2013 3:12 am
Forum: Other Graphics Tools
Topic: .NET Photoshop Filter Host Library
Replies: 16
Views: 94803

.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. https://github.com/0xC0000054/PSFilterHost/ 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.Imagin...
by null54
Fri May 10, 2013 1:40 am
Forum: ColorStyler
Topic: Histogram crashes without Admin privileges
Replies: 3
Views: 28479

Histogram crashes without Admin privileges

Selecting the histogram tab as a limited user crashes PSFilterPdn and Photoline 17.02 with status code 0xc000000d - "An invalid parameter was passed to a service or function".

The histogram works correctly in both programs when they are run with Administrator privileges.
by null54
Fri May 18, 2012 11:00 pm
Forum: ColorStyler
Topic: ColorStyler and Paint.net
Replies: 7
Views: 36926

Re: Welcome

Now it does not crash with the old ini files. :roll:
by null54
Fri May 18, 2012 10:38 pm
Forum: ColorStyler
Topic: ColorStyler and Paint.net
Replies: 7
Views: 36926

Re: Welcome

Email sent, the Repeat Effect crash was a bug in my code that is fixed in 1.0.4.5.

The debugger fails because Paint.NET and PSFilterPdn are built with managed code, the only way to debug a plugin would be to step into the code when PSFilterPdn is being debugged. :D