-
[Added] struct
ImageData
for storing images data -
[Added] struct
Decoder
to decode images -
[Added] struct
Encoder
to encode images -
[Added] structs for errors in
rimage::errors
-
[Added] image processing from stdio
-
[Added] info option
-
[Added] suffix option
-
[Changed]
decoders::decode_image
andencoders::encode_image
now deprecated, useDecoder
andEncoder
structs instead -
[Improvement] Added documentation to almost all functions and structs with examples
-
[Improvement] Added support for png as output (not oxipng)