Skip to content

Version 2.5.1

Latest
Compare
Choose a tag to compare
@arklumpus arklumpus released this 07 Apr 13:20
· 34 commits to master since this release

New features

  • The [Pure] attribute has been added to methods whose return value should not be ignored (#60). Note that this does not necessarily imply that the method is actually pure - just that you probably do not want to ignore its return value.

VectSharp.PDF

VectSharp.Raster

  • Added JPEG output support to VectSharp.Raster (using MuPDF).