angular-canvas-ext
angular-canvas-ext copied to clipboard
File content type is getting lost and will be overwritten in a wrong step
Hi!
If you select a different picture type, like "image/png" the content type will be strictly overwritten with "image/jpeg". You should save the file type on load in a temp variable and set it on crop from there.
Mario