EBImage icon indicating copy to clipboard operation
EBImage copied to clipboard

Official EBImage sticker

Open aoles opened this issue 7 years ago • 1 comments

Create one at Bioconductor/BiocStickers, consider using GuangchuangYu/hexSticker. Use the original package logo:

logo

aoles avatar May 08 '17 21:05 aoles

Draft

library(hexSticker)
library(EBImage)

imgurl <- "https://cloud.githubusercontent.com/assets/6545356/25825441/4ff5c698-3443-11e7-9576-aa080e3462a4.png"

img = readImage(imgurl)

sticker(expression(display(img, method="raster", bg="transparent")),
        package = "EBImage", p_size = 28, 
        h_fill = "#000000", h_color = "#FFFFFF"	,
        s_x = 1, s_y = 0.75, s_width=1.35, s_height=0.95,
        filename="hexsticker.png")

hexsticker

aoles avatar Jun 14 '17 15:06 aoles