Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kimikage/colorprofiles.jl
ICC profile reader
https://github.com/kimikage/colorprofiles.jl
icc icc-profiles
Last synced: 6 days ago
JSON representation
ICC profile reader
- Host: GitHub
- URL: https://github.com/kimikage/colorprofiles.jl
- Owner: kimikage
- Created: 2020-09-14T16:32:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T18:23:59.000Z (about 2 months ago)
- Last Synced: 2024-11-18T19:33:18.138Z (about 2 months ago)
- Topics: icc, icc-profiles
- Language: Julia
- Homepage:
- Size: 592 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ColorProfiles.jl
[![Docs Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://kimikage.github.io/ColorProfiles.jl/stable)
[![Docs Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://kimikage.github.io/ColorProfiles.jl/dev)
[![CI](https://github.com/kimikage/ColorProfiles.jl/workflows/CI/badge.svg)](https://github.com/kimikage/ColorProfiles.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/kimikage/ColorProfiles.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/kimikage/ColorProfiles.jl)ColorProfiles provides the types to represent ICC profile data and a reader for
ICC profiles. This package supports the ICC Profile
[version 4.4.0.0](https://www.color.org/v4spec.xalter) (ICC.1:2022-05) and
version 2 (ICC.1:2001-04).Note that ColorProfiles.jl does NOT provide features for color management
itself.