Go to: Synopsis. Return value. Keywords. Flags. MEL examples.
convertIffToPsd [-iffFileName string] [-psdFileName string] [-xResolution int] [-yResolution int]
convertIffToPsd is NOT undoable, queryable, and NOT editable.
Converts iff file to PSD file of given sizeNone
In query mode, return type is based on queried flag.
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-xResolution(-xr)
|
int
|
|
||
|
||||
-yResolution(-yr)
|
int
|
|
||
|
||||
-iffFileName(-ifn)
|
string
|
|
||
|
||||
-psdFileName(-pfn)
|
string
|
|
||
|
||||
convertIffToPsd -xr 640 -yr 320 "d:/test.iff" "d:/test.psd";