Does anybody know how to rotate a pic in Ionic 2 app? (e.g. 90deg.) Probably exif info is needed to change?
I have saved img in applicationStorageDirectory like public base64Image: string;
(e.g.: "data:image/png;base64,iVBORw0KGgoAAAA..."). I need to rotate it and then save.
Saving works fine, but I did not figure out how to rotate it. I tried JavaScript, canvas but it is not working. Also I can not find any useful Cordova plugin for this. Anybody knows how to figure it out?