Skip to content

FrederikLauf/Cython-Image-Manipulation-Experimentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cython Image Manipulation Experimentation

Feasibility study for the use of Cython for color editing RGB images.

Current features:

Desaturate color towards arbitrary tone

Turn all color vectors towards a chosen color vector by a chosen fraction of the original angle.

Saturate color

Turn all color vectors away from the grey direction (angle = - <factor> * (<constant> - <original angle>)).

Color brightness

Scale color components independently.

Color calibration

Turn all color vectors araound a chosen axis by a chosen angle. The axis and angle can be optionally determined by choosing an original color and a crresponding target color.

About

Feasibility study for the use of Cython for color editing RGB images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published