How to add date on photo - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: How to add date on photo (/Thread-How-to-add-date-on-photo) |
RE: How to add date on photo - rich2005 - 06-25-2022 (06-25-2022, 05:21 AM)Stephen Liu Wrote: $ fc-list | grep UbuntuMono-B.ttf Did I use convert ? No. I used mogrify and which bit of Quote:Note you need the font files (ttf) in the same place as the images. Do you not understand RE: How to add date on photo - Stephen Liu - 06-25-2022 (06-25-2022, 07:18 AM)rich2005 Wrote:I have tried your version running morgrify before posting but failed.(06-25-2022, 05:21 AM)Stephen Liu Wrote: $ fc-list | grep UbuntuMono-B.ttf unable to read font $ mogrify \ > -define jpg -font Futura-Bold.ttf -pointsize 48 -fill red -annotate +50+100 "Today: June 25, 2022" \ > -font Ubuntu-M.ttf -pointsize 48 -fill green -annotate +50+150 "Photographed at home" \ > -font Futura-Bold.ttf -pointsize 30 -fill blue -annotate +50+200 "6 months" p01_60.jpg Code: mogrify-im6.q16: unable to read font `Futura-Bold.ttf' @ warning/annotate.c/RenderType/915. RE: How to add date on photo - rich2005 - 06-25-2022 The mogrify command does work, it is your inability to understand. If you are intent on using ImageMagick then you must ask these questions on the ImageMagick forum. https://github.com/ImageMagick/ImageMagick/discussions As far as I can see from your last post, it depends what you pasted into the terminal. If you pasted the line markers > then that is wrong, they are not part of the command. Do not replace the wildcard *.jpg with a filename. Make sure the font files are in with the image files. And this really is my last post on the subject. [attachment=8178] |