react-native-image-resizer icon indicating copy to clipboard operation
react-native-image-resizer copied to clipboard

🗻 Resize local images with React Native

Results 124 react-native-image-resizer issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies
javascript

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...

dependencies
javascript

**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,...

bug