The PhotoProcessor type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FailOnZeroPhotos |
Fail if no photos have been enqueued to process
| |
| IgnoreProcessingErrors |
Ignore any processing errors
| |
| JpegOutputQuality |
The Jpeg Quality of the output files
| |
| LandscapeFullXSize |
The max X size of a full size landscape image
| |
| LandscapeOriginalXSize |
The max X size of a "Original" size landscape image
| |
| LandscapeThumbXSize |
The Max X size of a full size landscape image
| |
| MaxFatalProcessingErrors |
Max number of "fatal" processing to allow
| |
| MaxPhotosPerProperty |
Max numbers of photos a property can have. Ignores all photos with a higher sequence.
| |
| MaxProcessingErrors |
Number of non-fatal processing errors before throwing a fatal processing error
| |
| NoSuffixOnFirstImage |
The first image of the series lacks a suffix
| |
| NumericOffset |
Numeric offset between the old suffix and the new suffix. Ex. If _01 is the first file then an
offset of -1 would translate that to _1000
| |
| NumericSequenceBase |
Sets the numeric base for the rename sequence
| |
| NumericSequenceLength |
Numeric length for the rename sequence
| |
| NumPhotoProcessingThreads |
The number of photo processing threads to use. 1 to 16 threads.
| |
| PortraitFullXSize |
The max X size of a full size portait image
| |
| PortraitOriginalXSize |
The max X size of a "Original" size portait image
| |
| PortraitThumbXSize |
The max X size of a thumb size portait image
| |
| RemoveLeadingZeros |
Remove any leading zeros in filename
| |
| RemoveString |
String to remove from the filename
| |
| RenameType |
The type of renaming.
| |
| rtAppend | ||
| rtChar | ||
| rtDatalink | ||
| rtNone | ||
| rtNumeric | ||
| SaveOriginalPhotos |
Enable "original" photo processing
| |
| SegmentFolderLength |
Length of folders to divide processed images into. Ex: 3 = xxx
| |
| Separator |
Separator between the mls number and the numeric suffix. Only used with rtNumeric and rtDatalink rename types
| |
| StartAfterFilename |
Set the filename to start at.
| |
| ZipFilePassword |
Password for zip files
|