Export to Web Photoshop Script
Hello Community, if you are interested in creating content for the web or for smartphone, this may become very handy for you. This is a script, which you download and add to your Adobe Photoshop folder. You just restart Photoshop and then you are ready to use the script. It will export your content in different sizes which you define according to the description. Please make sure to use content that is bigger than the highest width value in the script. Have fun!
Export to Web Photoshop Script
A script to export your pictures for the web sized non-retina and retina. Open all images in Photoshop and run the script:
File / Scripts / ExportDocumentForWeb_FullAuto It will create a folder "ExportForWeb" and place all images there. You can close your original pictures without saving. This script will save a PNG in 100%.
##Set desired screen sizes: Open the file and set your sizes in arrayOfSizes. Leave the first value as it is for it's original size.
var arrayOfSizes = [app.activeDocument.width.value, 1200, 992, 768, 360, 320]; Windows Path:
Program / FilesAdobeAdobe / Photoshop CC 2015 / Presets / Scripts Mac Path:
Applications / Adobe Photoshop CC / Presets / Scripts Notes:
Based on Murdoch Carpenter's script. http://murdochcarpenter.com/blog/. Tested in Photoshop CC (2015.5.1) V2.0
More information:
