dlemstra / Magick.NET

The .NET library for ImageMagick
Apache License 2.0
3.42k stars 413 forks source link

OKLab missing as colorspace #1700

Closed Miepee closed 1 week ago

Miepee commented 3 weeks ago

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;
dlemstra commented 2 weeks ago

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.

Miepee commented 2 weeks ago

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.

dlemstra commented 2 weeks ago

I will close the issues once the release is done.