Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Image Duplication Sequence Help
#3
Vague memory of a Gimp plugin that pastes the layer name into the layer - but I can not find it, so it might not exist.

The usual way is not Gimp but a command line program ImageMagick (IM) http://www.imagemagick.org

For a single image thumb.png where the number space is blank and outputs as a jpeg

Code:
magick thumb.png -font Arial_Bold.ttf -pointsize 22 -fill white -annotate +266+187  "01" 01.jpg

Gives this.

   

Caveates: You need a matching font and put it in the same folder as the base image

For a sequence of numbers then a batch file and a loop is required. If you do a search you will find examples. Often used for lottery tickets etc. I use linux and very rusty with Windows but see https://superuser.com/questions/908476/c...magemagick Scroll down to the end for a Windows example.

You can ask the question on the IM forum: https://github.com/ImageMagick/ImageMagick/discussions Always very helpful there.

edit: just out of interest, how many of these do you need ?
Reply


Messages In This Thread
Image Duplication Sequence Help - by Adore33 - 08-02-2023, 10:42 PM
RE: Image Duplication Sequence Help - by Adore33 - 08-03-2023, 08:18 AM
RE: Image Duplication Sequence Help - by rich2005 - 08-03-2023, 08:23 AM
RE: Image Duplication Sequence Help - by Adore33 - 08-03-2023, 09:03 AM
RE: Image Duplication Sequence Help - by rich2005 - 08-03-2023, 10:52 AM
RE: Image Duplication Sequence Help - by Ofnuts - 08-03-2023, 09:48 AM
RE: Image Duplication Sequence Help - by Adore33 - 08-03-2023, 09:15 PM

Forum Jump: