Skip to content

Releases: gha3mi/forimage

v0.4.0

23 Apr 13:51
Compare
Choose a tag to compare

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

20 Nov 20:58
Compare
Choose a tag to compare

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.

v0.1.0

17 Jul 21:04
Compare
Choose a tag to compare
Added pnm files.