Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 1.82 KB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

Bug Fixes

  • Struct QOIHeader (13f4ab9)
  • Channel values should be either less than 3 OR greater than 4 (4063963)

Documentation

Miscellaneous Tasks

  • Initial commit (f4c0af0)
  • Overload initialize function to allow UInt8 values for channels and colorspaces (ac91e18)
  • Fix typo (b723c32)

Refactor

  • Error-handling in struct QOIHeader (b633b31)
  • Move error definitions inside struct (c998bbb)

Testing

  • Add a dummy test (c6ad1c9)
  • Improve test for succeses and errors (a7444c4)
  • Split errors for colorspaces and channels (5ca2c5f)
  • Add tests for overloaded initialization (5bbde36)