Package 'hexify'

Title: Create Hex Stickers
Description: Allows the user to create hex stickers from images.
Authors: Danielle Navarro [aut, cre]
Maintainer: Danielle Navarro <[email protected]>
License: MIT + file LICENSE
Version: 0.0.0.9000
Built: 2024-10-22 02:43:35 UTC
Source: https://github.com/djnavarro/hexify

Help Index


Create hex sticker from image

Description

Create hex sticker from image

Usage

hexify(
  from,
  to,
  text_label = NULL,
  text_colour = "white",
  border_colour = "grey20",
  border_opacity = 60
)

Arguments

from

Path to the source image

to

Path to the output image

text_label

Text to display as the label

text_colour

Colour of the text label

border_colour

Colour of the border

border_opacity

Opacity of the border

Value

Same as magick::image_write