FAIL is a portable viewer of several 8-bit Atari image formats.
Currently the project consists of:
-
fail2png - portable command-line converter to PNG files
-
FAILWin - viewer for Windows
-
thumbnail providers for Windows Explorer (Vista and newer) and GNOME
-
plugin for XnView
-
(de)coder for ImageMagick
Note: the win64 setup package only contains 64-bit versions of the thumbnail provider (for use in x64 Windows) and the ImageMagick coder (for use with x64 ImageMagick). Other programs should be installed from the win32 package. That is, on 64-bit Windows you may install both packages.
Supported file formats
|
256, AP2
|
80x96, 256 colors. |
|
ALL
|
"Graph", 160x192, 5 colors. |
|
AP3, APV, DGP, ESC, ILC, PZM
|
"DigiPaint" / "EscalPaint", 80x192, 256 colors, interlaced. |
|
APC, PLM
|
"Any Point, Any Color" / "Plama 256", 80x96, 256 colors. |
|
APP
|
80x192, 256 colors, interlaced, compressed. |
|
BG9, G09
|
160x192, 16-level grayscale. |
|
BKG
|
"Movie Maker" background, 160x96, 4 colors. |
|
CCI
|
"Champions' Interlace", 160x192, compressed. |
|
CHR
|
"Blazing Paddles" font, mono. |
|
CIN
|
"Champions' Interlace", 160x192. |
|
CPR
|
"Trzmiel", 320x192, mono, compressed. |
|
DLM
|
"Dir Logo Maker", 88x128, mono. |
|
FNT
|
Standard 8x8 font, mono. |
|
FWA
|
"Fun with Art", 160x192, 128 colors. |
|
GHG
|
"Gephard Hires Graphics", up to 320x200, mono. |
|
GR8
|
Standard 320x192, mono. |
|
GR9
|
Standard 80x192, 16-level grayscale. |
|
HIP
|
"Hard Interlace Picture", 160x200, grayscale. |
|
HR
|
256x239, 3 colors, interlaced. |
|
HR2
|
320x200, 5 colors, interlaced. |
|
IGE
|
"Interlace Graphics Editor", 128x96, 16 colors, interlaced. |
|
INP
|
160x200, 7 colors, interlaced. |
|
INT
|
"INT95a", up to 160x239, 16 colors, interlaced. |
|
IST
|
"Interlace Studio", 160x200, interlaced. |
|
JGP
|
"Jet Graphics Planner", 8x16 tiles, 4 colors. |
|
MAX
|
"XL-Paint MAX", 160x192, interlaced, compressed. |
|
MBG
|
"Mad Designer", 512x256, mono. |
|
MCH
|
"Graph2Font", up to 176x240, 128 colors. |
|
MCP
|
"McPainter", 160x200, 16 colors, interlaced. |
|
MGP
|
"Magic Painter", 160x96, 4 colors with optional rainbow effect. |
|
MIC
|
Standard 160x192, 4 colors. |
|
PIC
|
"Koala MicroIllustrator", 160x192, 4 colors, compressed. |
|
RAW
|
"XL-Paint MAX", 160x192, 16 colors, interlaced. |
|
RGB
|
"ColorViewSquash", up to 160x192, three-frame interlace. |
|
RIP
|
"Rocky Interlace Picture", up to 320x239. |
|
RM0
|
"Rambrandt", 160x96, 99 colors. |
|
RM1
|
"Rambrandt", 80x192, 256 colors. |
|
RM2
|
"Rambrandt", 80x192, 104 colors. |
|
RM3
|
"Rambrandt", 80x192, 128 colors. |
|
RM4
|
"Rambrandt", 160x192, 99 colors. |
|
SGE
|
"Semi-Graphic logos Editor", 320x192, mono. |
|
SHC
|
"SAMAR Hi-res Interlace with Map of Colours", 320x192, interlaced. |
|
SHP
|
"Blazing Paddles" shape table, mono. |
|
SHP
|
"Movie Maker" shapes, 160x96, 4 colors. |
|
SPC
|
"The Graphics Magician Picture Painter", 160x192, 128 colors. |
|
SXS
|
16x16 font, mono. |
|
TIP
|
"Taquart Interlace Picture", up to 160x119. |
|
WND
|
"Blazing Paddles" window, up to 160x192, 4 colors. |
|
XLP
|
"XL-Paint", 160x192 or 160x200, 7 colors, interlaced, compressed. |
You can find some example files in examples.zip.
Feedback
If you are interested in the FAIL project, please subscribe its mailing list. This list is for users and developers. Once you subscribe, you can post comments, ideas and questions about FAIL.
Use tracker to submit bug reports, feature requests and small code patches.
History
- FAIL 1.2.0 (2011-12-16)
-
Added decoding of ColorViewSquash (RGB), Blazing Paddles (CHR, SHP, WND), Magic Painter (MGP), Mad Designer (MBG), AtariGraphics (MIC), Fun with Art (FWA), Rambrandt (RM0, RM1, RM2, RM3, RM4), XL-Paint (XLP), XL-Paint MAX (MAX), SHIMC (SHC), Graph (ALL), APP View (APP), Semi-Graphic logos Editor (SGE), Dir Logo Maker (DLM), Movie Maker (BKG, SHP), BG9, G09, The Graphics Magician Picture Painter (SPC). Improved decoding of all RAW and MIC, some RIP and FNT files. Added APV extension for the AP3 format. Created GNOME thumbnailer (for Linux file browser Nautilus). You may drag&drop files to the FAILWin window. GR8 wasn’t registered in ImageMagick.
- FAIL 1.1.0 (2011-04-18)
-
Fixed decoding of ILC, AP3, RIP, PIC, CPR, HIP and CIN. Added support for MCH, IGE, 256, AP2, JGP, DGP, ESC, PZM, IST and RAW. Created Windows thumbnail provider. Fixed user interface issues in FAILWin. Fixed compilation errors with the new libpng. Updated installation for new ImageMagick. Moved source code from SVN to Git.
- FAIL 1.0.1 (2010-08-25)
-
Windows setup has been created. A coder for ImageMagick has been created. MCP, GHG and HR2 formats are supported. Build process has been improved.
- FAIL 1.0.0 (2009-08-25)
-
Initial release.