Difference between revisions of "IMG Viewer"
From Worms Knowledge Base
m (Info box, "Language" correction) |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
| screenshot = imgviewer.png | | screenshot = imgviewer.png | ||
| developer = [[User:Pac-Man|Pac-Man]] | | developer = [[User:Pac-Man|Pac-Man]] | ||
− | | version = 1. | + | | version = 1.2.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://gitlab.com/Syroot/Worms/tags/Worms.NET Source code], [https://web.archive.org/web/20201101025416/https://a4a905c4-a-62cb3a1a-s-sites.googlegroups.com/site/wormsarmageditor/news/welcometowormsarmageddonmodding/WormsNET.ImgViewer.rar?attachauth=ANoY7cpS88eLOHSlJzdZf9nbN3C1rABL8ubfEd3By88tci3Hor7a_eLL46RbuOJYkf5ND5n2Sqsq5E0Cg_QXCBk4Lt4RABKwi8XS_gyR-57h0IbseavR2oG4DYrU1CPoQuUL-h6xs3MZU2_YU1UySvf7uAEFRwaVR5VWj90V8ImkeKRrZJO2RRU8YglTHop2D1pysOek14QtZzYlJ8Aw_sDI-vzfRkACDO6dWIXyBEg8fzkhR7Gk7h1KeYvYlsd0GtLJfJvJiZCM4m-pcx4qZW0QfDN2WGtQWg%3D%3D&attredirects=0&d=1]. |
}} | }} | ||
− | '''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 | + | '''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, but the code for handling W2 images has 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 == | ||
Line 21: | Line 20: | ||
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. | 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. | ||
− | == | + | == Project State == |
− | + | The Worms.NET CodePlex project from which this tool originates has been deleted, the tools themselves were migrated to the new [https://gitlab.com/Syroot/Worms Syroot.Worms] .NET library on GitLab. However, the tools are not under development anymore and might be recreated in the future, on top of the new library. | |
− | + | ||
== See also == | == See also == | ||
* [[Image file]] | * [[Image file]] | ||
* [[Team17 compression]] | * [[Team17 compression]] | ||
− | + | ||
+ | {{OSS}} |
Latest revision as of 16:17, 18 June 2022
IMG Viewer | |
---|---|
Developer: | Pac-Man |
Latest version: | 1.2.0 / 23 September, 2013 |
Supported games: | W2 (implemented, but untested), W:A, WWP |
Language: | C# (.NET 4.0) |
License: | Ms-PL |
Download: | Source code, [1]. |
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, but the code for handling W2 images has 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.
Project State
The Worms.NET CodePlex project from which this tool originates has been deleted, the tools themselves were migrated to the new Syroot.Worms .NET library on GitLab. However, the tools are not under development anymore and might be recreated in the future, on top of the new library.