Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 895 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 895 Bytes

Go Color Transfer

Go Report Card

Transcolor is a simple color transfer library implemented according whitepaper.

That is pure Go implementation using https://github.com/lucasb-eyer/go-colorful to switch between color spaces.

Library is currently in Beta, so no benchmarks, optimizations, tests, or anything else unfortunately. I will improve this lib according to issues and personal needs

Docs

Follow godoc link

Example

An example and a program to provide simple color transfering.

Use ./run.sh script to see it in action, or compile and use for your own personal needs.