Difference between revisions of "AGI256 View Editor"
(8 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
[[2019|2019/03/14]]</div> | [[2019|2019/03/14]]</div> | ||
− | {{ | + | {{FanAGISoftwareInfobox |
| Software = AGI256 View Editor | | Software = AGI256 View Editor | ||
− | | | + | | Image = [[Image:AGI256ViewEditorSS.png|190px]]<br /> |
''AGI256 View Editor Screenshot'' | ''AGI256 View Editor Screenshot'' | ||
| Version = 1.10 | | Version = 1.10 | ||
Line 13: | Line 13: | ||
| Published = {{Published}} | | Published = {{Published}} | ||
| Developers = {{BrianProvincianoToolDev}} | | Developers = {{BrianProvincianoToolDev}} | ||
+ | | Interface = {{GUI}} | ||
| ProgLanguage = {{C++}} | | ProgLanguage = {{C++}} | ||
− | | OpenSource = {{ | + | | OpenSource = {{ClosedSRC}} |
− | | License = {{ | + | | License = {{NoLicense}} |
| Source = {{NoSourceSW}} | | Source = {{NoSourceSW}} | ||
| Platform = {{DOSTool}} | | Platform = {{DOSTool}} | ||
Line 40: | Line 41: | ||
{| align="center" width="80%" | {| align="center" width="80%" | ||
− | | align="center"|[[Image: | + | | align="center"|[[Image:AGI256ViewEditorSS.png|320px]] |
− | | align="center"|[[Image:AGI256ViewEditorSS2.png|320px]] | + | | align="center"|<!-- [[Image:AGI256ViewEditorSS2.png|320px]] --> |
|} | |} | ||
Line 71: | Line 72: | ||
Download from here: | Download from here: | ||
</blockquote> | </blockquote> | ||
− | * [[Image:ZIP. | + | * [[Image:ZIP.png|ZIP File]] [[File:AGI256_View_Editor_(VEAGI256).zip|AGI256_View_Editor_(VEAGI256).zip]] <span class="DLInfo"> (ZIP file) [233 KB]</span> |
<!-- | <!-- | ||
::;Source | ::;Source | ||
Line 94: | Line 95: | ||
[[Category:Technical Info]] | [[Category:Technical Info]] | ||
− | [[Category:Resource Tools]] | + | <!-- [[Category:Resource Tools]] |
[[Category:AGI Resource Tools]] | [[Category:AGI Resource Tools]] | ||
− | + | [[Category:AGI View Tools]] --> | |
− | [[Category:AGI View Tools]] |
Latest revision as of 21:31, 14 July 2024
AGI256 View Editor Screenshot | |||
Latest Version: | 1.10 | ||
---|---|---|---|
Release Date: | 2002/04/10 | ||
Company: | |||
Publication Status: | Published | ||
Developer(s): | Brian Provinciano | ||
Interface: | GUI | ||
Language: | C++ | ||
Open Source: | Closed | ||
Source Availability: | No | ||
License: | None | ||
Type: | View | ||
Platform: | DOS | ||
Localization: | English | ||
Website: | The Ultimate AGI & SCI Web Site (Web Archive) |
This page is a stub page. Please help if you can provide more information.
Description
AGI256 View Editor was Brian Provinciano's 256 color AGI View editor. This program allows you to edit 256 color views for AGI games. You can import the regular 16 color views and convert them to 256 color format. It also can convert Windows BMP files into AGI256 pictures and back.
New FormatThe 256 color views are pretty much the same format as AGI, except that they do not support mirroring. The mirroring/transparenct byte is exclusively for the transparent color now. Also, the cel data is not run length encoded, just raw data. It still supports the 0x00 for a new line. Distinguishing the two different views is easy. Normal AGI views start with '\x01\x01', while my new format starts with '\x0F\xF0'.
Screenshots
Features
Version History
Development Status
Usage
Download
Download from here:
- File:AGI256 View Editor (VEAGI256).zip (ZIP file) [233 KB]
Known issues
Credits
References