Skip to content

v0.2.0

Compare
Choose a tag to compare
@EmilDohne EmilDohne released this 27 Feb 09:47
· 257 commits to master since this release
884f2f8

The v0.2.0 Release primarily addresses adding Python bindings, hosting them on PyPi automatically using CI. As well as improving our CI for the C++ bindings to automatically upload artifacts and make the PhotoshopAPi cross-compatible.

To get started please download the binaries attached to the release below for your given system and programming language :). To download the python bindings you can also simply pip install PhotoshopAPI

Features:

  • #48. For more information please read the docs and check out the examples!
  • Improve CI to build release artifacts automatically
  • Make PhotoshopAPI cross-compatible on Linux and MacOS
  • Improve main README.md for better information on requirements
  • ImageLayer<T>::getChannel() can now also extract layer masks

Bugfixes:

  • Fix misspelled name in Glacius' benchmarks
  • Fix bug in ImageLayer<T>::getChannel() where we indexed based on a uint16_t which would fail on alpha and mask channels