#38 closed enhancement (fixed)
Load .IFF files saved by Deluxe Paint ST in "vert word" compression
Reported by: | miniupnp | Owned by: | pulkomandy |
---|---|---|---|
Priority: | minor | Milestone: | 2.5 |
Component: | GrafX2 | Version: | 2.4 |
Keywords: | IFF ILBM | Cc: | miniupnp |
Description
The Atari ST version of Deluxe Paint supports 3 compressions modes :
0 = NONE
1 = BYTE RUN
2 = VERT WORD
the BYTE RUN compression is the same as Deluxe Paint Amiga.
VERT WORD is specific to ST version
I have implemented support for loading such files.
see attached patche
and example IFF files supplied with the ST version of Deluxe Paint
Attachments (3)
Change History (7)
by , 6 years ago
Attachment: | GrafX2_deluxe_paint_ST_iff.patch added |
---|
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 6 years ago
I had a look at the .IFF from the test suite. Many are truncated (copy error from old floppy disk ? :)
But I've found a bug with monochrome images which have no palette. I think I should rework the IFF loader to debug it.
comment:4 by , 6 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
patch for support of "VERT WORD" IFF Files