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.
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
611 GDB gets version error when attempting to debug with the Presense SDK (IDE)
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.