Image File
Convert a TIFF image to a JPEG image
Syntax
Details
Scale a jpg image, using width & height
Create an image jpg file, starting from an already existing jpg image file and scale it, using a new width x height.
Syntax:
srcJpgDirId
directory id where the already existing jpg image file has been stored
srcJpgFileName
already existing jpg file name
destDirId
directory id where creating a new scaled jpg image
destFileName
jpg file name to create, generated starting from the source image
maxWidth
new image width
maxHeight
new image height
Scale a jpg image, using a scale
Create an image jpg file, starting from an already existing jpg image file and scale it, using a scale to reduce/enlarge it.
Syntax:
srcJpgDirId
directory id where the already existing jpg image file has been stored
srcJpgFileName
already existing jpg file name
destDirId
directory id where creating a new scaled jpg image
destFileName
jpg file name to create, generated starting from the source image
scale
scale ratio
Last updated