Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README-NG.txt | 2015-03-16 | 3.6 kB | |
ImageProcessorPro-3_0_1.zip | 2015-03-16 | 144.8 kB | |
Totals: 2 Items | 148.4 kB | 5 |
README-NG.txt v3_0_1 This is the new release of ImageProcessorPro and can be found at https://sourceforge.net/projects/ps-scripts/files/Image%20Processor%20Pro/v3_0/ Package Installation Files of the form ImageProcessorPro-#.zip are complete packages. They contain an Installation.pdf file that has the instructions needed for installation. CHANGES ---------------------------- v3.0.1 ---------------------------------- - Removed 'Cancel' button on startup progress window. It didn't work and would require some gymnastic coding to implement usefully. - Added 'BatchMode' flag for calling IPP script from other scripts. See demo script RunIPP.jsx for more details. - Fixed window title to reflect correct script version - Tweaked text in log file for readability - Changed behaviour of 'Selection from Bridge' to match behaviour in Contact Sheet II. If Bridge is running and no files are currently selected, all image files in the current folder in Bridge will be processed. The number of files to be processed is now present in the UI. - Added Progress Bar. This is enabled with the flag ImageProcessorOptions.USE_PROGRESS_BAR. The default is true. - Added the ImageProcessorOptions.PROCESS_UNSAVED_IMAGES flag to permit processing unsaved images. The default is false. You must edit the script to enable this functionality. - Fixed JPG Format Progressive bug. The number of scans was not being set. The variable FileSaveOptions.DefaultJPGScans can be modifed to change it from the default value of 3. - Fixed for situations where there are no Action Sets or no Actions in the selected Action Set. ---------------------------- v3.0 ---------------------------------- - Added 'Selection From Bridge' and 'Current Image' to Input Panel. - Added 'Same as Source' to the File Type menu. When this is selected each output file will be saved using the file type of the source file. - A new check box, 'Keep Original File', was added to Step 2 in the UI. It is accessible when 'Save in Same Location' is checked and Save in Subfolder' is unchecked. In this situation, if you uncheck 'Keep Original File' the script will overwrite the original files. - A new check box, 'Preserve filename in XMP Metadata' has been added to Step 4 in the UI. If this is checked, the original name of the file is saved with the property name 'PreservedFileName' in the XMP Media Management Properties section of the new files XMP Metadata. - A new flag ImageProcessorOptions.OVERWRITE_TARGET_FILES has been added to the script. When set to true IPP will always overwrite target files unless 'Save In Same Location' and 'Keep Original File' are checked. The default is false. You must edit the file with a text editor to change this flag. I may eventually work this into the UI. - Fixed bug that prevented IPP from being called via executeAction in another script. A sample script illustrating this will be provided in the future. - Fixed bug that prevented 32 bit images from being saved to png files. - Fixed problem retaining transparency in .tga file. - A number of other bugs were fixed, especially in the BMP and TGA save panels. - Put back the ability to call Image Processor Pro from Bridge. - Fixed Selection From Bridge bug where the files were not be saved to the correct folder. SUPPORT For these Beta releases, contact me directly at the email address below or post a message at http://www.ps-scripts.com/bb/viewtopic.php?f=17&t=5845. August 2014 xbytor@gmail.com