Other websites ask the same questions.Thank you for your cooperation.
I would like to reverse the image itself horizontally from the imagePicker.showImagePicker selected as react native.
Select, you can flip the image you took and 'show' it, but I don't know how to flip the image itself horizontally.
I want to upload it in inverted state, so I need to flip the image itself, not on the display.
Instead of reversing it when you select or take a picture, we expect you to reverse it later at any time you want.
You can reverse the appearance here.
transform: [{scaleX:-1},
I don't know how to reverse the image data itself.
javascript reactjs react-native
Why don't you upload it after you upload it instead of flip it?On the server side, I think it can be processed with tools such as ImageMagic.
© 2024 OneMinuteCode. All rights reserved.