Skip to content

Commit

Permalink
ok now finally
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sabanes Bove committed Dec 11, 2023
1 parent e3d6a8d commit 295d337
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions design/create_hex_logo.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ make_hexplot <- function() {
# But therefore we now need to postprocess the image by transforming white
# to transparent background.
out_img <- magick::image_read(out_file)
out_img <- magick::image_background(
out_img,
color = "white",
flatten = TRUE
)
out_img <- magick::image_transparent(out_img, color = "white")
magick::image_write(out_img, path = out_file)
}

Expand Down
Binary file modified man/figures/logo-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 295d337

Please sign in to comment.