About:
example 1:1) Edit (find and replace) text in 2 Adobe Photoshop (new text will come from rows in a CSV file)
2) Save file with with custom filename (filename name generated from a column in CSV file) in PDF format
example 2:
iterate 7 images in folder
input: 7 jpgs
output: 1 jpg with the 7 images sized to fit and spaced evenly
must handle different sized input files (between 60px and 200 px)
must output to specific dimensions (example is approximate)
must use folder name in file name (final naming convention to be decided)
output.jpg should be named: folder name + ".jpg", so "set6.jpg"
the width should be 760 px
example 3:
I have several tilesets of many tiles usually 16x16 pixels but some tilesheets are 32x32 pixels.
I would like a 1px border added around the entire sheet, then a 2px gap between each tile.
After that the script should duplicate 1px from the left, right, top, and bottom
of each tile and use it to fill those created gaps.
Reviews
: : : : :

No comments:
Post a Comment