icc_parser
A pure-dart library used to parse ICC profiles and create color transformations based on them
0.2.0
7.3K downloads/mo
#3349 most downloaded on pub.dev
NicolaVerbeeck/dart_icc_parser
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 9 months
Nearly every release is documented
notes for 11 of 11 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
11 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
11 releases · Aug 2023 to Dec 2024Releases
latest 11-
0.2.001 Dec 2024Release notes
Open source →What's Changed
- Bump lints from 3.0.0 to 4.0.0 by @dependabot in #18
- Export more classes by @NicolaVerbeeck in #21
Full Changelog: v0.1.5...v0.2.0
Release notes
Open source →- Export more classes, update documentation. Fixes #20
- Potentially breaking ColorProfileMatrix.isIdentity is now a getter
-
0.1.504 Mar 2024Release notes
Open source →What's Changed
- Add initial support for relative colorimetric intents by @NicolaVerbeeck in #17
Full Changelog: v0.1.4...v0.1.5
-
0.1.404 Mar 2024Release notes
Open source → -
0.1.304 Mar 2024Release notes
Open source →What's Changed
- Fix matrix3x3 crashing flutter web by @NicolaVerbeeck in #15
Full Changelog: v0.1.2...v0.1.3
Release notes
Open source →- Roll back dart 3.3 requirement
- Un-extension type the matrix as this causes issues on flutter web
-
0.1.204 Mar 2024Release notes
Open source →What's Changed
- Add more PCS connection implementation by @NicolaVerbeeck in #13
- Add more tests by @NicolaVerbeeck in #14
Full Changelog: v0.1.1...v0.1.2
-
0.1.101 Mar 2024Release notes
Open source →What's Changed
- Support target XYZ in PCS connection by @NicolaVerbeeck in #12
Full Changelog: v0.1.0...v0.1.1
-
0.1.022 Feb 2024Release notes
Open source →What's Changed
- Add codecov integration by @NicolaVerbeeck in #3
- Add utils tests by @NicolaVerbeeck in #4
- Add unit tests for primitive types and matrix by @NicolaVerbeeck in #5
- Add tests for profile header by @NicolaVerbeeck in #6
- Finalize unit tests for types root by @NicolaVerbeeck in #7
- Add basic CMM test for cmyk to rgb by @NicolaVerbeeck in #8
- Bump lints from 2.1.1 to 3.0.0 by @dependabot in #10
- Wrong output size for some 3D lut lookups by @NicolaVerbeeck in #11
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: v0.0.4...v0.1.0
Release notes
Open source →- Fixed issue where conversion from 3D lut would not always have the correct size
-
0.0.417 Aug 2023 -
0.0.316 Aug 2023 -
0.0.216 Aug 2023Release notes
Open source →What's Changed
- Added basic profile write support by @NicolaVerbeeck in #2
Full Changelog: v0.0.1...v0.0.2
Release notes
Open source →- Don't require the final lutAToB curve to be aligned
- Add support for writing ICC profile back to bytes
-
0.0.114 Aug 2023Release notes
Open source →- Initial version with support for a limited set of transformations
- Based on ICC version 4.4