batch_options
BatchOptions
Bases: Photoshop
Source code in photoshop/api/batch_options.py
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
|
destination
property
writable
The type of destination for the processed files.
destinationFolder
property
writable
The folder location for the processed files. Valid only when ‘destination’ = folder.
errorFile
property
writable
The file in which to log errors encountered. To display errors on the screen and stop batch processing when errors occur, leave blank.
fileNaming: list
property
writable
A list of file naming options. Maximum: 6.
macintoshCompatible: bool
property
writable
If true, the final file names are Macintosh compatible.
overrideOpen: bool
property
writable
If true, overrides action open commands.
overrideSave: bool
property
writable
If true, overrides save as action steps with the specified destination.
startingSerial: int
property
writable
The starting serial number to use in naming files.
suppressOpen: bool
property
writable
If true, suppresses file open options dialogs.
suppressProfile: bool
property
writable
If true, suppresses color profile warnings.
unixCompatible: bool
property
writable
If true, the final file names are Unix compatible.
windowsCompatible: bool
property
writable
If true, the final file names are Windows compatible.
Last update: 2024-11-17
Created: 2024-11-17
Created: 2024-11-17