fluttercandies / flutter_image_editor

Flutter plugin, support android/ios.Support crop, flip, rotate, color martix, mix image, add text. merge multi images.
Apache License 2.0
414 stars 126 forks source link

Decode image feature #82

Closed victorshx closed 2 years ago

victorshx commented 2 years ago

The popular image library has a method to decode an image by bytes and retrieve the image info such as width and height. May I know if this is a planned feature?