Go to: Synopsis. Return value. Flags. MEL examples.
createLayeredPsdFile [-imageFileName string string string] [-psdFileName string] [-xResolution uint] [-yResolution uint]
createLayeredPsdFile is undoable, NOT queryable, and NOT editable.
Creates a layered PSD file with image names as input to individual layersNone
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-imageFileName(-ifn)
|
string string string
|
![]() ![]() |
||
|
||||
-psdFileName(-psf)
|
string
|
![]() |
||
|
||||
-xResolution(-xr)
|
uint
|
![]() |
||
|
||||
-yResolution(-yr)
|
uint
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Creates a layered PSD file with "Layer 1" as one of the layers. The image which // gets transfered to "Layer 1" is picked from D:/test.iff. The blend mode assigned to // is the "Normal" mode. createLayeredPsdFile -xr 640 -yr 480 -ifn "Layer 1" "Normal" "D:/test.iff" -psf "D:/test.psd";