Releases: gha3mi/forimage
Releases · gha3mi/forimage
v0.4.0
What's Changed
- Added XYZ color space by @gha3mi.
- Improved and fixed import/export procedures for PGM and PPM formats by @gha3mi.
- Added CMake support by @jchristopherson in pull requests #11, #12.
- Updated build scripts by @jchristopherson in pull request #15.
- Updated README.md and FORD documentation by @gha3mi.
- Updated unit tests, examples, and demos by @gha3mi.
- Updated CI workflows by @gha3mi.
- Updated PNM and PNG files by @gha3mi.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
PNM File Support:
- Added Format Support: Now supports PNM files in both binary and ASCII formats.
- Enhanced Functionality: Includes versatile import and export capabilities for PNM files.
- Image Manipulation Tools: Supports a range of operations including negative effects, brightening, darkening, grayscale conversion, and resizing.
- Channel Control: Provides options to swap or remove channels.
- Transformation Features: Users can rotate, flip horizontally or vertically, crop, and resize images conveniently.
Color Support:
- Expanded Color Model Support: Added compatibility with various color models, including RGB, CMYK, decimal, hexadecimal, HSV, and HSL.
- Color Matching: Introduces a feature that identifies the closest matching colors for user-defined selections or inputs.