Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@Veykril Veykril released this 18 Jul 22:26

Changed

  • OutOfMemory errors now panic, unless returned by allocating try_* functions
  • Various functions now return T instead of Result

Added

  • DerefMut for Image and Array
  • Remaining ImageDecoder and ImageEncoder functions
  • ImageInfo struct
  • Runtime Api
  • Implement the From trait for Region

Removed

  • FindByName and FindByData functions on ImageCodec, use the
    corresponding functions on Array instead

Fixed

  • incorrect interpretation of image stride