Skip to content

Image version 0.69.0

Choose a tag to compare

@kipcole9 kipcole9 released this 18 Jun 08:24
· 96 commits to main since this release

Enhancements

  • Update Image.rotate/3 to use Vix.Vips.Operation.rot/2 as a fast path for rotations that are multiples of 90 when no displacement options are set. Falls back to Vix.Vips.Operation.rotate/3 otherwise. Thanks to @hlindset for the PR. Closes #199.