magick icon indicating copy to clipboard operation
magick copied to clipboard

geometry in image_border()

Open lbertolotti opened this issue 8 years ago • 1 comments

Are these images different?

library("magick")
logo <- image_read("https://www.r-project.org/logo/Rlogo.png")
image_border(logo, "red", "10x10")
image_border(logo, "red", "10x10+5-5")

If not, it seems like a bug.

lbertolotti avatar Jan 27 '17 17:01 lbertolotti

This looks like a bug in ImageMagick. Actually multiple bugs. It seems to fill the entire background instead of just a border, and then ignore the border offset.

jeroen avatar Aug 02 '17 11:08 jeroen