disintegration / imaging

Imaging is a simple image processing package for Go
MIT License
5.22k stars 433 forks source link

support for other data types like io.Reader or []byte #137

Closed muly closed 3 years ago

muly commented 3 years ago

hi, the Open function is taking a file path, but in my case, the data format is io.Reader or []byte. Could you please let me know if this will be supported in future?

muly commented 3 years ago

nevermind, you already support io.Reader with Decode function. thank you