Skip to content

Version 0.28

Compare
Choose a tag to compare
@inkhey inkhey released this 24 Nov 13:30
· 15 commits to develop since this release

⚠️ This release introduce many changes with two of the basic builders changed (image, pdf) and a new one added (raw).

Features

  • new Image builder based on Wand (which by the way deprecates Pillow and Imagemagick command line builders): #253
  • WebP image format support added to the new Wand builder: #273
  • new PDF builder based on poppler-utils (which replace old PDF builder): #192
  • new RAW image builder using rawpy: #249