|
That would be my code (not tested):
| CODE | | convert leftgreen: image.png
convert leftgreen: -crop 32x32+0+0 -background green image.png |
The problem is, this one just works for 64x32 pics properly. I would need variables for that, like
| CODE | | convert leftgreen: image.png
convert leftgreen: -crop (width/2)x(height)+0+0 -background green image.png |
Is that possible? Would the code work?
EDIT: Suggested from Char, I made a little GM program which did this.
This post has been edited by TheSuperyoshi on Nov 3 2009, 10:10 AM
--------------------
|