The automation tag has no wiki summary.
3
votes
1answer
63 views
How to split an SVG file with dozens of g elements into dozens of SVG files?
I have an SVG file that has, say, 10 g elements that do not start at (0,0). For example:
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.1, SVG Export Plug-In . ...
4
votes
2answers
122 views
How to fill shirt patterns into a shirt silhouette with realistic form “twist”?
I currently have xxx amount of patterns that I want to apply to a shirt silhouette. My challenge is that I naturally want to apply the pattern with realistic "twist" and form on arms, collar etc.
So ...
0
votes
1answer
53 views
How to stack images in photoshop side by side in a grid? (Automation, Batching)
How to stack images in photoshop side by side in a grid? In a automated process?
I'm going to have a grid of 3 x 7 (total 21) logos for a website?
Alternatively I could make images seperately and ...
0
votes
2answers
97 views
Automated fitting images inside a frame
I have a frame in which different photos must shrink and fit into (frame size is absolute), and then save into different file names (preferably same name as the file that was fit into the frame).
...
5
votes
1answer
137 views
Given a number, how to find that many colours that are well-distinguishable?
I'm interested in getting an method for obtaining n well-distinguishable colours, where n is just a given number. The purpose is for it to be implemented in an algorithmic way.
I have read other ...
3
votes
1answer
121 views
InDesign: Resetting character style after end of paragraph
Is there a way (a setting or a shortcut) in InDesign to reset a character style to None after the end of a paragraph?
Paragraph styles have the option for Next Style, but this does not apply to ...
2
votes
1answer
115 views
Illustrator - Print copies with sequential numbers
I have an Illustrator document, which has a text field with a number.
How do I print X copies of it, so each copy has a different sequential number on it, say from 0000 to X ?
3
votes
1answer
182 views
How do you create custom scripts for automation in Photoshop?
I have been recording custom actions to perform various automations, though I am starting to require greater control which would be better implemented using some form of scripting (if this can indeed ...
1
vote
1answer
53 views
What tool or tutorial to use to inject a word into an existing icon?
I want to create icons easily. Is there any tool (or tutorial) that can help creating beautiful semantic words that can be added to an existing icon?
Example:
Suppose that we have this icon:
and we ...
1
vote
2answers
413 views
Automated way to creating sprite sheets from different sized images?
I have a sprite sheet from a classic video game (if you're curious, Final Fight) that I'd like to be broken up into indivual images to be used in GameSalad. However, the images aren't on an even grid, ...
3
votes
3answers
557 views
How do I create color swatch for Photoshop from a list of RGB values?
I have a list of colors as RRR GGG BBB in a text file and I need to use only those colors to create my images. I'd like to be able to load those colors to Photoshop's color palette (swatch). Is there ...
-1
votes
1answer
145 views
Re-Recording Actions in Illustrator
I frequently record Illustrator Actions. My actions are quite long, but they all involve three common steps:
Assigning Notes to shapes
Assigning Swatches to shapes
Selecting shapes that have a ...
3
votes
3answers
258 views
Encyclopaedia-style InDesign running headers, where pages have many, one or zero headings
So, you can have a heading running on each page that varies automatically based on the most recent heading (or, occurrence of any other paragraph style) by putting text with InDesign text variables ...
2
votes
4answers
1k views
How to automate exporting multiple PNG with different size from Photoshop? for Android
I have a PSD file with 96x96 resolution. Now I want to save this as four PNG files with different resolutions such as 36x36, 48x48, 72x72, 96x96. Instead of adjusting the image size manually 4 four ...
2
votes
1answer
98 views
Position copied content within guides using a single PS Action
I'm struggling to get the following done in a single action:
I have retouched full res TIFF's - each with a product shot on transparency background. The products are in slightly different place in ...
1
vote
2answers
143 views
Script to color parts of image based on input data
I have a picture of a map of Europe with proper borders.
I need to color each country in different shades of color according to certain properties of the country. This is trivial manually in PS or ...
0
votes
2answers
8k views
Export layers to PNG files, with their layer sizes with Photoshop [duplicate]
Possible Duplicate:
Exporting layers in Photoshop
I have a psd file with 30-40 layers.
I would like to export these into PNG files, since I need the transparent background.
I have tried ...
0
votes
2answers
305 views
Automatically saving in a batch action
I have an action in Photoshop:
Set Background
Black & White
Make adjustment layer
Set Current adjustment layer
Then I go to File->Automate->Batch and set it to output to a folder with ...
0
votes
2answers
387 views
Automate image creation with addition of number, that increases with each iteration [duplicate]
Possible Duplicate:
How to create a batch job, numbering images (writing text on them) from 1 to 100 in Photoshop?
I have an image and I'm adding number to it as a Type layer with some ...
5
votes
4answers
2k views
Create a sprite using a sequence of images photoshop
I would like to create a horizontal image sprite for use in a jQuery animation, how would i create a sprite from 190 images in a folder (around 220kb each file) into a single horizontal sprite?