Convert Image to Format
1 2 3 4 5 6 7 | convertToFormat(
imagepath,
format,
outputdir = dirname(imagepath),
wait = TRUE,
irfanViewExe = defaultIrfanViewExe()
)
|
imagepath |
full path to image file to be converted |
format |
file extension of target format (without ".", e.g. "jpg", "bmp", ...) |
outputdir |
output directory where converted image is to be saved. Per default the file is created in the directory of imagepath |
wait |
passed to |
irfanViewExe |
path to IrfanView Executable |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.