Skip to content

Commit

Permalink
close #29
Browse files Browse the repository at this point in the history
  • Loading branch information
NewGraphEnvironment committed Oct 17, 2023
1 parent 321b9ea commit 608e0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/photo.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fpr_dat_w_rows <- function(df){
#'
#' @examples
fpr_photo_resize_convert <- function(photo,
size = "1440x1080!",
size = "1296x972!",
path = NULL){
image <- magick::image_read(photo)
image_scaled <- magick::image_scale(image, size)
Expand Down

0 comments on commit 608e0f7

Please sign in to comment.