What is Icon Factory
Icon Factory extracts 32x32, 20x20, 16x16, and/or other size UI graphics the Asheron's Call client portal.dat file. It extacts each element as a separate file in GIF, JPEG, BMP, PNG or TIFF format for use on web pages, Phatlewt, MuleTrader, ImpInventory or places you need to use graphics from Asheron's Call. Please remember the image extracted are copyrighted by Turbine entertainment and are subject to thier distribution rules.
Features
Download
Feel free to download the source and take whatever you please from it.
Thanks and Link's
No development takes places in a vacume. Here are the sources and insperations of Icon Factory
Icon Factory would not be available if it was not for them.
VN coasty's Writeup of Icon factory
Icon Factory With Icon Factory you can extract 32x32, 20x20, and/or 16x16 graphics, other UI graphics, or a combination from your portal.dat file. Icon Factory extacts each element as a separate file in GIF, JPEG, BMP, PNG, or TIFF format for use on web pages or with Imp Inventory. Icon Factory can be found along with the C# source at: http://ciper.net/ac/ Note: Imp Inventory - Output Format = JPEG Output Filename Format = Long Create a new sub-directory named "Icons" in the "\Save Files" sub-directory, and put the icon files into that directory. PhatLewt - Output Format = GIF Output Filename Format = HEX8 Create a new sub-directory named "Icons" in the the directory your HTML output files are stored, and put the icon files into that directory. Mule Trader - Output Filename = HEX4 Using PhatLewt Icons with Icon Factory Output --------------------------------------------- PhatLewt uses an icon name format that is totally different from the one used by Imp Inventory, so you can't share the icons. Because of this, for PhatLewt to actually use the icons in its HTML output one line edit change in "PhatLewt.pl" is required. Here's what you need to do: In "PhatLew.pl" find and edit this line (it's line 55): $imageprefix="UI-06"; Change this line to: $imageprefix="06"; You're done.

