remplacer png par jpg
This commit is contained in:
parent
ca63b98dad
commit
98bb135716
1 changed files with 6 additions and 4 deletions
|
@ -42,8 +42,9 @@ image_read(nom.fichiers.images) %>%
|
|||
tile = "5x5",
|
||||
bg = "white") %>%
|
||||
image_write(paste0(repertoire.res,
|
||||
"montage_drawbook.png"),
|
||||
format = "png")
|
||||
"montage_drawbook.jpg"),
|
||||
format = "jpg",
|
||||
quality = 90)
|
||||
|
||||
# Images Sharp
|
||||
|
||||
|
@ -67,5 +68,6 @@ image_read(nom.fichiers.images) %>%
|
|||
tile = "5x5",
|
||||
bg = "black") %>%
|
||||
image_write(paste0(repertoire.res,
|
||||
"montage_sharp.png"),
|
||||
format = "png")
|
||||
"montage_sharp.jpg"),
|
||||
format = "jpg",
|
||||
quality = 90)
|
||||
|
|
Loading…
Reference in a new issue