CruxFramework / crux

23 stars 6 forks source link

ImageProcessor should work using a Canvas instance #944

Closed samuelcardoso closed 8 years ago

samuelcardoso commented 8 years ago

ImageProcessor only has on two methods to work with images: resize and export as a given format. HTML5 Canvas is much more powerfull allowing rotation, flip and so on. ImageProcessor should work with it and expose those methods.