Hello.
When loading an image using image_read() to then display it, the image is automatically flipped. I need the image to be loaded exactly as it is originally.
Image is vertical

But loaded horizontally

The code:
library(magick)
im <- image_read(path_to_im)
image_ggplot(im)