#define KNOWLEDGE FREE
imagemagick - add date on image
Install
sudo apt install imagemagick
example for batch mark date on images
for img in *.jpg;
do convert "$img" -gravity SouthEast -pointsize 64 -fill white -annotate +30+30 %[exif:DateTimeOriginal] "time_""$img";
done
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Orange - data analysis tool
Installation pip install orange3 Run orange python -m Orange.canvas
No comments:
Post a Comment