Tools to make iPad-compliant decks

I have uploaded a very crude toolset to create TDXs for iPAD decks here :
http://www.mediafire.com/?0vi22lnwx1m573s
( You also need ImageMagick for the toolset to work : http://www.imagemagick.org/script/binary-releases.php )
Some stuff has to be adjusted manually :
The texture size for card pictures + deck previews + avatar "plate" must be 512x512
The texture size for deck images + avatar "heads" must be 256x256
This size is hardcoded in "make.bat" : convert -resize 512x512! %* "%file%.bmp"
Adjust it accordingly depending on the TDX you're making.
makeAll.bat calls make.bat on all pictures in the current folder. They're expected to be .jpg or .png.
In addition, deck images + avatar "heads" + deck previews + avatar "plate" need to have transparency enabled.
This needs to be done with an hexeditor till I make better tools :
Put 0x88 at offset 0x00000007 of the TDX and 0x05 at offset 0x00000008
That's it. With this, and a little elbow grease, it's not too hard to create decks for the iPAD version of DOTP2013.
http://www.mediafire.com/?0vi22lnwx1m573s
( You also need ImageMagick for the toolset to work : http://www.imagemagick.org/script/binary-releases.php )
Some stuff has to be adjusted manually :
The texture size for card pictures + deck previews + avatar "plate" must be 512x512
The texture size for deck images + avatar "heads" must be 256x256
This size is hardcoded in "make.bat" : convert -resize 512x512! %* "%file%.bmp"
Adjust it accordingly depending on the TDX you're making.
makeAll.bat calls make.bat on all pictures in the current folder. They're expected to be .jpg or .png.
In addition, deck images + avatar "heads" + deck previews + avatar "plate" need to have transparency enabled.
This needs to be done with an hexeditor till I make better tools :
Put 0x88 at offset 0x00000007 of the TDX and 0x05 at offset 0x00000008
That's it. With this, and a little elbow grease, it's not too hard to create decks for the iPAD version of DOTP2013.