Skip to content

garth74/jccc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JCCC

This package provides several color conversion methods that are compatible with numba. It also provides a color quantization procedure, which can reduce an image to a set of predetermined pixels. This isn't ideal for compression tasks but is useful for tagging images with color names.

Installation

pip install jccc

Supported conversions

RGB

  • RGB --> HSV
  • RGB --> HLS
  • RGB --> XYZ
  • RGB --> CIELAB

HSV

  • HSV --> RGB
  • HSV --> HLS
  • HSV --> XYZ
  • HSV --> CIELAB

HLS

  • HLS --> RGB
  • HLS --> HSV
  • HLS --> XYZ
  • HLS --> CIELAB

XYZ

  • XYZ --> RGB
  • XYZ --> HSV
  • XYZ --> HLS
  • XYZ --> CIELAB

CIE LAB

  • CIELAB --> RGB
  • CIELAB --> HSV
  • CIELAB --> HLS
  • CIELAB --> XYZ

About

Color conversion functions that can be used with numba

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages