react-native-image-resizer
                                
                                 react-native-image-resizer copied to clipboard
                                
                                    react-native-image-resizer copied to clipboard
                            
                            
                            
                        🗻 Resize local images with React Native
Is there a way to keep the color profile of the image after resizing (eg. P3)?
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
the docs say > If null, resized image will be stored in cache folder. the native code seems to allow for null values, but js side types don't match
**Describe the bug** Hi bam engineers. can you explain how the next line should works https://github.com/bamlab/react-native-image-resizer/blob/96721a2c346c3254e28bf48e81cd4ed7815d24e3/android/src/main/java/com/reactnativeimageresizer/ImageResizer.java#L560-L562
Hello. Thanks for maintaining this repo. I just added namespace only for AOS. #390 i don't know there is PR template here. check please this PR related to https://github.com/react-native-community/discussions-and-proposals/issues/671?source=post_page-----9bf59da7d003--------------------------------#issue-1761364743
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.2 to 4.3.3. Release notes Sourced from fast-xml-parser's releases. Security Fix Update to this release if you use entity parsing in Fast XML Parser. Changelog Sourced from...
**Describe the bug** The definition of 'cover' in other contexts means the image is clipped to fit the container. In this library `cover` chooses width or height but does not...
Follow-up to https://github.com/bamlab/react-native-image-resizer/pull/401. Updates the namespace logic so that it the minor version only has to be `>= 3` if the major version is `== 7`. This allows the namespace...
## Error On some android devices the photo is rotated ## Solution This caused by lack of some exif rotation is not read on creating the new bitmap for rotation.
**Describe the bug** On some images, the 90 degree rotation is not correctly applied (or any other rotation). **To Reproduce** Steps to reproduce the behavior: 1. In the example app,...