| Home
|
|
|
|
Batch command line image watermarkWatermarkThis operation is used to apply a watermark (a signature, a trademark, etc.) to source images. The following parameters are used to adjust its settings.
imageImage parameter specifies the image to be applied to source images. It contains the full path to the needed file and is a required parameter for this operation. Example:-oper Watermark image:"c:\mark.jpg" halignHalign parameter specifies horizontal alignment of the image applied as watermark. This parameter can have the following values.
The default value is: left. Example:-oper Watermark halign:right valignValign specifies vertical alignment of the image applied as watermark. This parameter can have the following values.
The default value is: top. Example:-oper Watermark halign:right offset_xOffset_xt parameter specifies horizontal offset (in pixels) of the applied image regarding the alignment point specified in horizontal alignment parameter. It can be a whole positive or negative number. The default value is: 0. Example:-oper Watermark offset_x:20 offset_yOffset_y parameter specifies vertical offset (in pixels) of the applied image regarding the alignment point specified in vertical alignment parameter. It can be a whole positive or negative number. The default value is: 0. Example:-oper Watermark offset_y:-10 methodMethod parameter specifies a method of applying watermark to the source image. This parameter can have the following values.
The default value is: alpha_blend. Example:-oper Watermark method:overdraw ICPCL.exe -source "C:\Original files" -dest "C:\Converted files" -oper Watermark image:" c:\mark.jpg" halign:center valign:center offset_x:20 offset_y:-10 method:overdraw tips
|
||