Sometrik / canvas

C++ canvas implementation
MIT License
37 stars 8 forks source link

Make Image operations mutating #33

Closed rekola closed 7 years ago

rekola commented 7 years ago

This way you can lazily scale and convert the image and the changes take effect when the Image is actually loaded.

rekola commented 7 years ago

Done.