Posts

Showing posts with the label photoshop-script

How to make log.csv file to log 400 .jpeg names in one row (Photoshop/JavaScript)

Image
Clash Royale CLAN TAG #URR8PPP How to make log.csv file to log 400 .jpeg names in one row (Photoshop/JavaScript) I am still new to JavaScript. But somehow managed to create following script. Usually I run this script, to batch process 400-500 images. It creates and saves 2 copies of an image in 2 different locations, while doing some specific Image Compression. //Script should be used only in Adobe Photoshop //This script will: 1. Check if canvas is 1:1, if not then scale to the correct ratio (3000px x 3000px) // 2. Check whether it has ColorProfile embedded. If not then change collor profile to sRGB. // 3. Save the resized TIFF version (100% Quality, 3000px x 3000px, sRGB, LZW compressed, Without layers) into "/Volumes/Hams Hall Workspace/Ecom_Staging/Images_Today" // 4. Save another copy as JPEG (80% Quality, 2000px x 2000px, sRGB) "into /Volumes/Hams Hall Workspace/Ecom_Staging/Jpegs_for_Hybris" if( BridgeTal...