[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Image Converter for HGR modes (with DHGR file question)



On 11-01-06 09:50 PM, Sheldon Simms wrote:
Ok I took a look at the Atkinson dither. It is interesting that it does seem to get subjectively better results on some images because algorithmically, it looks like Atkinson's main concern was performance: his dither doesn't require any multiplications. I'll include it as an option in the next release.

To anyone reading - is there a preferred file format for DHGR images? I'm leaning towards a straight memory image, like HGR, but even then, should the file contain the aux memory image followed by main memory? The other way around? Interleaved in display order? If there's no "standard" then I'll probably go with the first of the options I just mentioned.

This probably won't be much of a help... I was working on a utility/program subroutine which stored the data of a DHGR page as a linear buffer of 4bit pixels and made the conversion to DHGR whenever requested by the programmer. I got kind of busy when I was near the end so I was only able to get it partly working. Maybe reversing the process would let you perform different forms of compression on the data...

				Later
				Mike