Batch Mockup Smart Object Replacement - Photoshop script - A script that can batch process multiple mockup files and is able to replace multiple smart objects per mockup.
This opens up the quality parameter to config files for JPEG formats to help with file size. To use, add a jpgQuality property to the output config. If it's not set, it will default to the highest quality 12.
output: {
path: '$/_output',
format: 'jpg',
jpgQuality: 8, // number between 1 and 12, optional
zeroPadding: true
folders: false,
filename: '@mockup - $',
}
This opens up the quality parameter to config files for JPEG formats to help with file size. To use, add a
jpgQuality
property to the output config. If it's not set, it will default to the highest quality 12.