Searge-DP / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

Problems with some IFF/ILBM files #444

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A lot of the sample IFF/ILBM files in pic-samples don't load in GrafX2.

A quick look at the loading code shows that the problem is these files use RLE 
packing accross lines, which is not allowed by the original EA specification. 
We should try to make this work. It makes the code a bit more complex, but more 
compatible.

Saving should of course still honour the spec and not make RLE sequences that 
cross lines.

Original issue reported on code.google.com by pulkoma...@gmail.com on 19 Jun 2011 at 8:59

GoogleCodeExporter commented 8 years ago
Arbitering issues that make it to v2.4

Original comment by yrizoud on 8 Mar 2012 at 7:18