Using Text Macros
The templates editor supports macros for text watermarks, that is when entering a certain keywords in the text of text watermarks, WatermarkIt directly replaces that with the appropriate text.
All text macros are surrounded by ##. As an example, entering ##WIDTH## in the text will replace ##WIDTH## with the actual screen width in pixels.
Therefore entering a text: 'Image width: ##WIDTH## px' will replace it to: 'Image width: 1024 px' for an image whose width is 1024 pixels.
Here is a list of available templates:
- ##FILENAME##: Will be replaced by the actual image filename.
- ##FILENAME_WITHEXTENSION##: Will be replaced by the actual image filename (including the filename extension).
- ##WIDTH##: Will be replaced by the image width in pixels.
- ##HEIGHT##: Will be replaced by the image height in pixels.
- ##DEPTH##: Will be replaced by the image depth (bits per pixel - bpp).
- ##FILE_SIZE_BYTES##: Will be replaced by the image size in bytes.
- ##FILE_SIZE_KB##: Will be replaced by the image size in KBs.
- ##FILE_SIZE_MB##: Will be replaced by the image size in MBs.
|