I am not sure if this is the best forum for this, because it is not a programming issue, but here.
I’m an iOS app developer, and we have a third-party contract. They delivered us a massive PhotoShop file with all the separate works, made on separate layers, with double resolution. To get the cover art in Xcode, my workflow is as follows:
- Show only layers containing a specific unit of artwork
- Choose all
- Copied copy
- Create a new image (fortunately, the dimensions will take care automatically)
- Embed
- Deselect the overlay and remove the background to maintain transparency.
- Save image as x.psd
- Save copy as x@2x.png
- Set image size to 50% of its original size
- Save copy as x.png
- cancel changes
This application is quite large, so it’s rather tedious to do this process for every small image. I am not very good at Photoshop, so I wonder if there is a better way. It seems to me that just combining steps 3-11 into one macro or script or something else is enough. The only thing that changes in each iteration of these steps is the name of the output. Any suggestions?
ios graphics photoshop photoshop-script
acjay
source share