library(magick)
## Linking to ImageMagick 6.9.12.3
## Enabled features: cairo, freetype, fftw, ghostscript, heic, lcms, pango, raw, rsvg, webp
## Disabled features: fontconfig, x11

Mengimport data gambar dari direktori lokal

# Reading from a local computer.
inp_img <- image_read("https://assets.ayobandung.com/crop/0x0:1080x723/750x500/webp/photo/2023/02/14/3579697195.jpg")
image_info(inp_img)
##   format width height colorspace matte filesize density
## 1   WEBP   750    500       sRGB FALSE    22792   72x72

menampilkan gambar

plot(inp_img)