Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to add date on photo
#19
(06-22-2022, 03:51 PM)Stephen Liu Wrote: I'll turn to IM command which can batch processing all photos in the same folder with one command.  It is very convenient.
Now I'm searching the command for complex text;
1st line - x font, x text size, x color
2nd line - y font, y text size, x color
3rd line - z font, z text size, z color
etc.

Since you refuse to use BIMP and seem not to understand the Gimp text tool, why expect any answers.

This is a Gimp forum, the best place for ImageMagick questions is:  https://github.com/ImageMagick/ImageMagick/discussions

However, for multi-line you need something like this

Code:
mogrify \
-define jpg -font Futura-Bold.ttf -pointsize 48 -fill red  -annotate +50+100 "line 1" \
-font Ubuntu-M.ttf -pointsize 48 -fill green  -annotate +50+150 "line 2" \
-font Futura-Bold.ttf -pointsize 30 -fill blue  -annotate +50+200 "line 3" *.jpg

Note you need the font files (ttf) in the same place as the images. Example:

   
Reply


Messages In This Thread
How to add date on photo - by Stephen Liu - 06-22-2022, 03:05 AM
RE: How to add date on photo - by PixLab - 06-22-2022, 06:02 AM
RE: How to add date on photo - by Stephen Liu - 06-22-2022, 06:28 AM
RE: How to add date on photo - by rich2005 - 06-22-2022, 07:27 AM
RE: How to add date on photo - by Stephen Liu - 06-22-2022, 09:41 AM
RE: How to add date on photo - by rich2005 - 06-22-2022, 11:14 AM
RE: How to add date on photo - by PixLab - 06-22-2022, 11:28 AM
RE: How to add date on photo - by Stephen Liu - 06-22-2022, 11:59 AM
RE: How to add date on photo - by PixLab - 06-22-2022, 12:11 PM
RE: How to add date on photo - by Stephen Liu - 06-22-2022, 12:21 PM
RE: How to add date on photo - by rich2005 - 06-22-2022, 12:09 PM
RE: How to add date on photo - by rich2005 - 06-22-2022, 12:27 PM
RE: How to add date on photo - by Stephen Liu - 06-22-2022, 02:04 PM
RE: How to add date on photo - by rich2005 - 06-22-2022, 02:32 PM
RE: How to add date on photo - by Stephen Liu - 06-22-2022, 02:46 PM
RE: How to add date on photo - by PixLab - 06-22-2022, 04:10 PM
RE: How to add date on photo - by sallyanne - 06-22-2022, 03:28 PM
RE: How to add date on photo - by Stephen Liu - 06-22-2022, 03:51 PM
RE: How to add date on photo - by rich2005 - 06-23-2022, 11:07 AM
RE: How to add date on photo - by Stephen Liu - 06-25-2022, 05:21 AM
RE: How to add date on photo - by rich2005 - 06-25-2022, 07:18 AM
RE: How to add date on photo - by Stephen Liu - 06-25-2022, 07:56 AM
RE: How to add date on photo - by rich2005 - 06-25-2022, 08:39 AM

Forum Jump: