We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BREAKING CHANGES:
ExifInterface.TAG_ORIENTATION
jpeg
quality: 0.9
resizeMode : cover
contain
cover
resizeMode: cover
{size: number, uri: string, width: number, height: number, base64?: string}
uri
Other changes:
base64
png
webp
Before release:
The text was updated successfully, but these errors were encountered:
done: https://github.com/callstack/react-native-image-editor/releases/tag/4.0.0
Sorry, something went wrong.
No branches or pull requests
BREAKING CHANGES:
ExifInterface.TAG_ORIENTATION
while croping fix: Cropping an image while considering ExifInterface.TAG_ORIENTATION on Android #133jpeg
module if can not determinate MIME type feature: Add format on Android & iOS #135quality: 0.9
as default value (now: iOS: 1, Android: 0.9) feature: Use the defaultquality: 0.9
value across all platforms #137resizeMode : cover
as default value (now iOS:contain
, Android:cover
) feature: Use the defaultresizeMode: cover
value across all platforms #139{size: number, uri: string, width: number, height: number, base64?: string}
instead ofuri
feature: [web/android/ios] Upon success, return more image information #140Other changes:
base64
output feature: Add base64 output #144png
,jpeg
,webp
) feature: Add format on Android & iOS #135Before release:
The text was updated successfully, but these errors were encountered: