Difference between revisions of "IMG Viewer"
From Worms Knowledge Base
(Other link downloaded) |
(Updated for 1.1.6.0) |
||
Line 5: | Line 5: | ||
| screenshot = imgviewer.png | | screenshot = imgviewer.png | ||
| developer = [[User:Pac-Man|Pac-Man]] | | developer = [[User:Pac-Man|Pac-Man]] | ||
− | | version = 1.1. | + | | version = 1.1.6.0 / 29 October, 2011 |
| games = [[Worms 2|W2]] (implemented, but untested), [[Worms Armageddon|W:A]], [[Worms World Party|WWP]] | | games = [[Worms 2|W2]] (implemented, but untested), [[Worms Armageddon|W:A]], [[Worms World Party|WWP]] | ||
− | | language = C# (main program in .NET | + | | language = C# (main program in .NET 3.0) |
| license = Closed source | | license = Closed source | ||
− | | download = [http://vibeware.highfsb.com/download/imgviewer/imgviewer.zip Version 1.1. | + | | download = [http://vibeware.highfsb.com/download/imgviewer/imgviewer.zip Version 1.1.6.0] |
}} | }} | ||
Line 19: | Line 19: | ||
* Displaying IMG files and their settings including the palette | * Displaying IMG files and their settings including the palette | ||
* Converting IMG files to more common file formats like BMP, PNG and JPEG | * Converting IMG files to more common file formats like BMP, PNG and JPEG | ||
− | + | A shell integration for picture previews in the Windows Explorer was available in 1.1.5.0 but has been cut from 1.1.6.0 because it didn't work correctly on most computers. | |
== Planned Features == | == Planned Features == |
Revision as of 23:01, 28 October 2011
(Up to Software)
32px IMG Viewer | |
---|---|
Developer: | Pac-Man |
Latest version: | 1.1.6.0 / 29 October, 2011 |
Supported games: | W2 (implemented, but untested), W:A, WWP |
Language: | C# (main program in .NET 3.0) |
License: | Closed source |
Download: | Version 1.1.6.0 |
IMG Viewer is a small tool which is capable of displaying the IMG files of W:A, WWP and W2 (W2 has not been tested yet, but the code for handling W2 images has already been written). It was programmed by using only the file format information given on this wiki, especially the decompressing algorithm written by Pisto. The related articles are linked at the bottom. Originally, this was a small tool of the all-in-one Worms editor Worms Studio, but that project has been cancelled by Pac-Man due to lack of time.
Main Features
- Displaying IMG files and their settings including the palette
- Converting IMG files to more common file formats like BMP, PNG and JPEG
A shell integration for picture previews in the Windows Explorer was available in 1.1.5.0 but has been cut from 1.1.6.0 because it didn't work correctly on most computers.
Planned Features
- Saving images without dismissing the original palette
- The ability to edit images and save them (at least for uncompressed images and without changing the palette)