Releases: Veykril/blend2d-rs
Releases · Veykril/blend2d-rs
v0.3.0
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
Fonts and Glyphs
Changed
- Clone is now a weak reference clone
- Lots of api changes
Added
- DeepClone trait for objects that are deep cloneable
- Most Font and Glyph related stuff
- Debug implementation for most types
- Travis CI