XAF image formatter
Introduction
Almost anyone, who use XAF knows how add or override images in XAF. For this we should create images of four standard sizes:Image size | Image suffix | Description |
---|---|---|
12x12 | "12x12" | Used by ASP.NET Web Property Editors. |
16x16 | none | Standard-sized images. |
32x32 | "32x32" | Large images. |
48x48 | "48x48" | Used in dialog windows. |
To make it easier, I made simple tool, which make all XAF formats from one icon file.
Description
Supported formats:
*.ico;*.icl;*.dll;*.exe;*.ocx;*.cpl;*.src
Features:
- Drag supported and "open with" supported. (just drag icon on application file(exe) or drag on applications form)
- Program creates icons, which are not exists in icon file. (if exists icon larger than icon, which does not exist)
- Supported selection formats for export. (just click on required image for select/deselect)
Required:
.net framework 3.5