#has to be a name of a true type font file, not the name of the font image_font = "impact" image_font_size = 24 image_border = 0 #use ''to inticate where the watermark should be placed in the string #use ''to inticate where the date should be placed in the string #\n forces a new line image_watermark_string = "This build is for \n\nDo not distribute!" #watermark with associated position and colour watermark = Example Co. colour = 255 255 255 pos = 40 40