Magick.NET icon indicating copy to clipboard operation
Magick.NET copied to clipboard

OKLab missing as colorspace

Open Miepee opened this issue 1 year ago • 3 comments

Magick.NET version

Magick.NET-Q8-AnyCPU 13.10.0

Environment (Operating system, version and so on)

Arch Linux

Description

The ImageMagick documentation shows that OkLab is a viable colorspace to be used, however it does not seem to exist in Magick.NET

Steps to Reproduce

using MagickImage image = new MagickImage(new FileInfo("myImage.png"));
image.ColorSpace = ColorSpace.OkLab;

Miepee avatar Aug 23 '24 14:08 Miepee

Thanks for noticing this. There seem to be missing a lot of color spaces. I just pushed a patch to add them and they will become available in the next release.

dlemstra avatar Aug 24 '24 14:08 dlemstra

Since its fixed in the repo already, do you want me to close the issue now or only when the release is out? Don't know how the policy is here.

Miepee avatar Aug 24 '24 17:08 Miepee

I will close the issues once the release is done.

dlemstra avatar Aug 24 '24 20:08 dlemstra