Edit jpeg metadata
From UBot Studio
(Difference between revisions)
(Created page with "This command will edit the jpeg data with the key provided. The command is an Image command. '''Image File:'''The image file with the data being changed. '''Key:''' The...") |
Revision as of 17:58, 29 June 2017
This command will edit the jpeg data with the key provided.
The command is an Image command.
Image File:The image file with the data being changed.
Key: The key for the data being changed(comment, label, date:create,signature, and caption)
Value: The value being set for the metadata key.
Example
editJpegMetadata("C:\\Users\\Downloads\\combinedimgs.jpg","comment","two images combined") set(#metadat,$getImageMetadata("C:\\Users\\Downloads\\combinedimgs.jpg"),"Global")