Closed retyui closed 9 months ago
BREAKING CHANGES:
ExifInterface.TAG_ORIENTATION
jpeg
quality: 0.9
resizeMode : cover
contain
cover
{size: number, uri: string, width: number, height: number, base64?: string}
uri
Other changes:
base64
png
webp
Before release:
done: https://github.com/callstack/react-native-image-editor/releases/tag/4.0.0
BREAKING CHANGES:
ExifInterface.TAG_ORIENTATION
while croping https://github.com/callstack/react-native-image-editor/pull/133jpeg
module if can not determinate MIME type https://github.com/callstack/react-native-image-editor/pull/135quality: 0.9
as default value (now: iOS: 1, Android: 0.9) https://github.com/callstack/react-native-image-editor/pull/137resizeMode : cover
as default value (now iOS:contain
, Android:cover
) https://github.com/callstack/react-native-image-editor/pull/139{size: number, uri: string, width: number, height: number, base64?: string}
instead ofuri
https://github.com/callstack/react-native-image-editor/pull/140Other changes:
base64
output https://github.com/callstack/react-native-image-editor/pull/144png
,jpeg
,webp
) https://github.com/callstack/react-native-image-editor/pull/135Before release: