Difference between revisions of "IMG Viewer"
From Worms Knowledge Base
m |
(Rebranding, open-source, new version and download (I'm not sure if a move is really needed here?)) |
||
Line 4: | Line 4: | ||
| name = IMG Viewer | | name = IMG Viewer | ||
| screenshot = imgviewer.png | | screenshot = imgviewer.png | ||
− | | developer = [[User:Pac-Man| | + | | developer = [[User:Pac-Man|Worms.NET Team]] |
− | | version = 1. | + | | version = 1.2.0.0 / 23 September, 2013 |
| 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# (.NET | + | | language = C# (.NET 4.0) |
− | | license = | + | | license = Ms-PL |
− | | download = [ | + | | download = [https://wormsnet.codeplex.com/releases/view/112465 Version 1.2.0.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). | '''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. | 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. | ||
− | |||
== Main Features == | == Main Features == |
Revision as of 10:37, 23 September 2013
(Up to Software)
IMG Viewer | |
---|---|
Developer: | Worms.NET Team |
Latest version: | 1.2.0.0 / 23 September, 2013 |
Supported games: | W2 (implemented, but untested), W:A, WWP |
Language: | C# (.NET 4.0) |
License: | Ms-PL |
Download: | Version 1.2.0.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.
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)