mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* Fixed the inSampleSize calculations based on total pixels (double inSampleSize size -> 4x less pixels) * Fixed the inSampleSize calculations when only hight or widths is requested. Added rotation and scaling while processing images. Added keepAspectRatio property for further flexibility and accuracy. * Fixed the ExifInterface creation based on the API level. * Handle file not found in the native images handling. * chore: apply PR comments