Skip to content
khanhas edited this page Nov 29, 2017 · 9 revisions

Parameters:

File FileName

FileName can be:

1. A local file path or an URL

List of supported formats:

AAI, ART, ARW, AVI, AVS, BPG, BMP, BMP2, BMP3, BRF, CALS, CGM, CIN, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DIB, DJVU, DNG, DOT, DPX, EMF, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EXR, FAX, FIG, FITS, FPX, GIF, GPLT, GRAY, HDR, HPGL, HRZ, HTML, ICO, INFO, INLINE, ISOBRL, ISOBRL6, JBIG, JNG, JP2, JPT, J2C, J2K, JPEG, JXR, JSON, MAN, MAT, MIFF, MONO, MNG, M2V, MPEG, MPC, MPR, MRW, MSL, MTV, MVG, NEF, ORF, OTB, P7, PALM, PAM, CLIPBOARD, PBM, PCD, PCDS, PCL, PCX, PDB, PDF, PEF, PES, PFA, PFB, PFM, PGM, PICON, PICT, PIX, PNG, PNG8, PNG00, PNG24, PNG32, PNG48, PNG64, PNM, PPM, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RAD, RAF, RGB, RGBA, RGF, RLA, RLE, SCT, SFW, SGI, SHTML, SID, MrSID, SPARSE, SUN, SVG, TEXT, TGA, TIFF, TIM, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VICAR, VIFF, WBMP, WDP, WEBP, WMF, WPG, X, XBM, XCF, XPM, XWD, X3F, YCbCr, YCbCrA, YUV

Note: Only first frame of animated format is read.

2. Screenshot

If you have multiple monitors, add @1, @2, @N to specify which one you want to capture screenshot.

3. Clipboard

Only clipboard containing image is valid.

Image  = File C:\Pictures\turtle_think.png
Image2 = File http://www.tuxpaint.org/stamps/stamps/animals/birds/duck.png
Image3 = File Screenshot 
Image4 = File Screenshot@2 | RenderSize 100,100 | Blur 0,10
Image5 = File Clipboard | Noise 1,5

Modifiers:

RenderSize

Define initial image size. If your image file is a SVG, remember to set this setting to initially render vector at desired size, instead of using Scale or Resize effect.

Image = File D:\image.png | RenderSize 800,400

Image = File E:\qualityMeme.svg | RenderSize #CurrentConfigWidth#,(#CurrentConfigHeight# * 2)

AutoHide Default: 1

Only for Screenshot File type.
Auto hide skin when taking screenshot.
If you want to turn off this feature, place this modifier right after declaration, and set its value to 0. Eg:

Image = File Screenshot@2 | AutoHide 0 | RenderSize 860,540
Clone this wiki locally