3
votes
1answer
29 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
102 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
2answers
63 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). ...
2
votes
1answer
95 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 ?
1
vote
2answers
400 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, ...