An open API service indexing awesome lists of open source software.

https://github.com/garthtb/prismpanda

Saturates an image in various colour spaces (JzCzHz, OKLCH, RCT, etc.).
https://github.com/garthtb/prismpanda

color-science color-spaces colour-science colour-spaces csharp image-processing saturation-adjustment windows-app

Last synced: 3 months ago
JSON representation

Saturates an image in various colour spaces (JzCzHz, OKLCH, RCT, etc.).

Awesome Lists containing this project

README

        

# PrismPanda 棱镜熊猫

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Adjusting colour components of an image in various colour spaces (simply multiplying yet).

在多种色空间内调整一张图像的色彩分量(目前只是简单的倍乘)。

## Supported Colour Spaces 支持的色空间

- HSL (RGB)
- HSV (RGB)
- HSI (RGB)
- TSL (RGB)
- LCh (CIELab)
- LCh (CIELuv)
- HSL (CIELuv)
- JzCzHz
- Oklch
- Okhsv
- Okhsl
- HCT

## Credits

- [OpenCvSharp](https://github.com/shimat/opencvsharp)
- [Unicolour](https://github.com/waacton/Unicolour)

## Changelog 更新日志

### [1.0.0] - 20250112

- First release.