|
Atari demoscene BBS
Re: Multi Palette File format |
Posted by: zerkman
|
Oct,13.2012-09:00
|
about dithering.
Converting a 24-bit image to 15-bit induces posterization, so dithering is useful to limit the visual effect of reducing the number of color levels. I chose not to handle that, because I assume this is the graphician's work to do so. The input image must already have the correct number of color levels, and the work for the converter is just to convert the image encoding.
about the color interlacing to deal with the 29791 colors.
The (x+y)%2 pixel color interlacing scheme tends to complexify the image conversion and reduce the efficiency of palette entry reuse. I made some tests in my encoder and I could measure the number of color allocation errors (the resulting penalty value displayed after the encoding) was higher than when using that scheme. This can be easily put back in the converter, you have the code now ;)
|
[All messages in this thread] [Start new thread]
Topic
|
Posted by
|
Date
|
Multi Palette File format
|
zerkman
|
Oct,09.2012-00:58
|
Re: Multi Palette File format
|
Jace
|
Oct,09.2012-06:15
|
Re: Multi Palette File format
|
ggn
|
Oct,09.2012-19:54
|
Re: Multi Palette File format
|
evil
|
Oct,10.2012-16:55
|
Re: Multi Palette File format
|
zerkman
|
Oct,10.2012-21:53
|
Re: Multi Palette File format
|
baah
|
Oct,10.2012-23:07
|
Re: Multi Palette File format
|
Jace
|
Oct,11.2012-08:58
|
Re: Multi Palette File format
|
nativ
|
Oct,11.2012-20:33
|
Re: Multi Palette File format
|
Cyg
|
Oct,12.2012-13:12
|
Re: Multi Palette File format
|
nativ
|
Oct,12.2012-15:08
|
Re: Multi Palette File format
|
zerkman
|
Oct,13.2012-09:00
|
Re: Multi Palette File format
|
evil
|
Oct,11.2012-15:29
|
Re: Multi Palette File format
|
zerkman
|
Oct,11.2012-16:57
|
Re: Multi Palette File format
|
evil
|
Oct,11.2012-18:41
|
Re: Multi Palette File format
|
s_t_s
|
Oct,14.2012-15:58
|
Re: Multi Palette File format
|
Petari
|
Dec,07.2012-15:40
|
What's the anti-troll code? That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
|