Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 901 Bytes

CHANGELOG.md

File metadata and controls

22 lines (18 loc) · 901 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Releases]

[0.1.1] - 2020-03-19

Added

  • Contrast function
  • Conversion of PhotonImages to base64
  • Solarize function which does not alter a mutable reference, but returns a PhotonImage (for waSCC research)
  • Invert function
  • Mix with color function
  • WASM constructor for RGB struct

Changed

  • Image resizing algorithm can now be decided upon. Developers can choose from Nearest Neighbour, Lanczos3, Gaussian, CatmullRom, or Triangle.
  • Watermark function takes second parameter by reference
  • Filters now mix with current colors (using the newly added mix_with_colour function) present in the image for more natural filter effects