Batch processing is a technique of applying the same set of commands (resizing, transforming, etc.) automatically to a collection of files (the "batch").

learn more… | top users | synonyms

8
votes
2answers
3k views

How to create a batch job, numbering images (writing text on them) from 1 to 100 in Photoshop?

Looking to create a 100 images that would have their appropriate numbers written on them. Since I`ll be most likely making changes to the template in the future I figured it would be better to ...
2
votes
4answers
2k views

How to convert a high number of PNG images to JPG forcing the background color?

I have around 200 hundred PNG small images and I would like to convert all of them into JPG with a black background. I usually do these kind of batch work with FastStone Image Viewer but there are no ...
0
votes
2answers
866 views

How to Batch-export layers of Inkscape-generated SVG-file to Bitmap for sprites?

Batch -export means that I may need to add certain transformations such as anti-alias, contrast-fixes and resizing. SVG here means I am using Inkscape. One layer here is a sprite. I currently export ...
1
vote
1answer
96 views

Black-white and grayscale to alpha conversion for images

Is there an utility for converting all black-white and grayscale images from certain folder to the same images with adjusted alpha channel? For example, for pixel (r:50, g:50, b:50, a:0) I would like ...