Skip to content

ICO support and ability to use cursors instead of raw buffers

Compare
Choose a tag to compare
@Roughsketch Roughsketch released this 15 Jul 05:51
· 111 commits to master since this release
fb87270

Thanks to those who submitted PRs to make this release!

For this release the main changes are the following:

  • ICO support was added. By default ICO will use the largest size found as the dimensions returned.
  • A new method reader_size has been added which allows getting dimensions from anything implementing BufRead + Seek.

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0