Converts iff file to PSD file of given size In query mode, return type is based on queried flag.
Flags:
Long Name / Short Name | Argument Types | Properties | |
---|---|---|---|
iffFileName / ifn | unicode | ![]() ![]() |
|
|
|||
psdFileName / pfn | unicode | ![]() ![]() |
|
|
|||
xResolution / xr | int | ![]() ![]() |
|
|
|||
yResolution / yr | int | ![]() ![]() |
|
|
Derived from mel command maya.cmds.convertIffToPsd
Example:
import pymel.core as pm
pm.convertIffToPsd( 'd:/test.iff', 'd:/test.psd', xr=640, yr=320 )