I program Android apps, and one of the requirements is that there are images of multiple sizes generated for different sized devices. I might create a 48×48, 64×64, 96×96, 128×128, and 144×144 image all at the same time, from the same vector. I do virtually all of my image creation for such using Adobe Illustrator CS4. Is there a way to easily create multiple images at the same time?
For reference, here’s my typical process:
- File-> Save for Web and Devices
- Set the image size
- Save the image
- Copy to an appropriate folder
- Repeat until all image sizes are complete
Answer
Have a look at the Actions
palette.
You can create an action or set of actions that could automate the resizing and saving process as a batch on the final artwork.
Hope this helps.
Attribution
Source : Link , Question Author : PearsonArtPhoto , Answer Author : ckpepper02