image_imprinting_text

Name

image_imprinting_text -- text to be imprinted at the bottom of all generated images

Synopsis

     image_imprinting_text=""
  

Description

When image_imprinting_text is set to a string, that string will be printed in yellow in the lower right hand corner of every image makethumbs creates. makethumbs will not modify your original image. This feature depends on the presence of the mogrify command from ImageMagick—I think it is possible to do the same thing with NetPBM, but that's something for the future.

This is most often used to put a credit or copyright on your generated pages. The original image is not modified, of course, so you'll probably want to remove the original versions (see remove_originals or --remove-originals) if you want everyone to see the credit on the images.

See also

remove_originals

Examples

This setting will imprint “(C) 2002 Jason Molenda” on all of your created images:

     image_imprinting_text="(C) 2002 Jason Molenda"