|
-- RENAME SECTION --
|
local directory path ( for reference purpose ): /home/fjrvofei/public_html/template/plugins/webcamRename |
|
Images directory
|
Path of directory containing images to be renamed ( without ending slash )
|
|
Dynamic directory
|
Some cameras insert images in a directory structure es: /year/month/day, in this case insert something like the following /#YY#/#MM#/#DD# for /2023/08/04 or /#Y#/#M#/#D# for /23/8/4 ( with starting slash, without ending slash ), leave empty if not used
|
|
Grace time
|
Delay before image deletion
|
|
Image file prefix
|
File name prefix ( to identify the images to rename )
|
|
Rename image?
|
|
|
Renamed image name / Input image URL
|
Path of the renamed image, including filename ( or URL of the image to process, if no renaming required )
|
|
-- OVERLAY SECTION --
|
|
|
Output image name
|
Path of the overlaid/output image, including filename ( the resulting image with text/image overlay )
|
|
Resize to width
|
|
|
Resize to height
|
|
|
Resize image?
|
|
|
Overlay logo
|
URL/Path of the logo to overlay ( a .png file with transparency )
|
|
Overlay X position
|
|
|
Overlay Y position
|
|
|
Overlay opacity
|
|
|
Overlay with logo?
|
|
|
Line height
|
( height of a single line in px )
|
|
Font
|
|
|
Font size
|
( font size in px )
|
|
First line position
|
vertical alignment of first text line ( bottom, bottom-1 )
|
|
First line right text
|
text right-aligned, leave empty if not used
|
|
First line right text format
|
format of text ( same as printf format )
|
|
First line right text color
|
R,G,B color of text
|
|
First line left text
|
text left-aligned, leave empty if not used
|
|
First line left text format
|
format of text ( same as printf format )
|
|
First line left text color
|
R,G,B color of text
|
|
Second line text
|
text center-aligned, leave empty if not used
|
|
Second line text format
|
format of text ( same as printf format )
|
|
Second line text color
|
R,G,B color of text
|
|
First line background color
|
R,G,B,A background color of first line
|
|
Second line background color
|
R,G,B,A background color of second line
|
|
|
|
|
|
|
|
|
|
NOTES
R,G,B value from 0 to 255
A value from 0 to 127, note 0=opaque, 127=transparent
Fonts included in directory ttf: Calibri, CalibriB, Vera, VeraBd, VeraBI, VeraIt, VeraMoBd, VeraMoBI, VeraMoIt, VeraMono, VeraSe, VeraSeBd
Text may include following variables:
#dte# date extracted from image file
#dtf# date extracted from exif data
#T# temperature ( last value in database )
#H# humidity
#P# pressure
...
|