Skip to content

Releases: hhatto/pgmagick

ver0.8

29 Dec 13:57
f7b3f43

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: ver0.7.6...ver0.8

version 0.7.6

21 Apr 15:33
550f57c

Choose a tag to compare

Release Notes

Links

PyPI

version 0.7.5

02 Nov 13:56

Choose a tag to compare

  • bug fix
    • #50 : Enable passing Py3 bytes as pixels for constructor with StorageType (Thanks @komackaj)
    • #51 : Fix screwed parameters (Thanks @fubac)

ver0.7.4

07 May 12:50

Choose a tag to compare

  • fix libboost_python filename for macOSX environment with Homebrew. ( 8ad8f91 )
    setup.py now looks for libboost_python2x, libboost_python2x-mt, libboost_python3x and libboost_python3x-mt as well.