Cool way i found to create item montages. Its easy to use and great for posting your item setups here or other sites.
I can't be !@#$%^&* to manually generate montages of items I have for selling on jsp, so I put together a little python script to do it for me.
It generates something like this:
Image
(click to embiggen)
It automatically names items #1, #2, etc.
Binary:
http://drx.pl/d3-montage.zip (this is what you want to download if you just want to use it)
How to use: select a bunch of item screenshots and drag and drop them onto montage.exe. It should create a file like Montage 2012-06-02 at 03.49.40.png
---
Source:
https://github.com/drx/d3-montage (just a python script + font files)
Zipped:
https://github.com/drx/d3-montage/zipball/masterIt requires python 2.7 and PIL (python imaging library)
Installing python:
http://wiki.python.org/moin/BeginnersGuide/DownloadInstalling PIL:
https://developers.google.com/appengine ... tallingPIL
It can also be run this way from console:
$ ./montage.py screenshot1.png screenshot2.png ... screenshotn.png