react-native-image-resizer
react-native-image-resizer copied to clipboard
🗻 Resize local images with React Native
Getting "Operaton not permited" error when calling this function ` ImageResizer.createResizedImage` , Everythng works fine for android less than 11 but not working on android 11 after setting target SDK...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...
It would be great if we can resize animated webp and gif. I want to convert gif. Solution: libvip -nodejs module Sharp uses libvip and it support manipulation of gif...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
After upgrade RN to 0.63.3 app is crushed on Android On iOS it's working well
Hi, I am getting this error on bugsnag in my project ``` java.lang.RuntimeException · An error occurred while executing doInBackground() RawAsyncTask.java:354 android.os.AsyncTask$3.doneFutureTask.java:383 java.util.concurrent.FutureTask.finishCompletionFutureTask.java:252 java.util.concurrent.FutureTask.setExceptionFutureTask.java:271 java.util.concurrent.FutureTask.runThreadPoolExecutor.java:1167 java.util.concurrent.ThreadPoolExecutor.runWorkerThreadPoolExecutor.java:641 java.util.concurrent.ThreadPoolExecutor$Worker.runThread.java:764 java.lang.Thread.runCaused By: java.lang.IllegalArgumentException ...
When I rotate the image, the rotated image size has changed, normally the rotation should not affect the image size. It works fine in IOS. ### original image before rotation:...
I want to resize image. If image file size > 5 mb I can get width and height but iI don’t know How to get filesize (byte)? Thank you 😣
`ImageResizer.createResizedImage` randomly hangs in my app with no error output about 30% of the times I run my code, forcing the user to have to completely terminate the app and...
Hi, after I update react native from 0.55 to 0.61 Exif inside image is removed. How to fix this? Thx