Skip to content

Image is flipped when using image_read() #404

@rominasilvera

Description

@rominasilvera

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
image_in_gallery

But loaded horizontally
image_after_read

The code:

library(magick)
im <- image_read(path_to_im)
image_ggplot(im)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions