Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
GIF
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Image decoding=== Decoding begins by mapping the stored bytes back to 9-bit codes. These are decoded to recover the pixel colors as shown below. A table identical to the one used in the encoder is built by adding strings by this rule: {| class="wikitable" |+ Is incoming code found in table? | {{Yes}} || add string for local code followed by first byte of string for incoming code |- | {{No}} || add string for local code followed by copy of its own first byte |} '''shift''' '''9-bit ----> Local Table Pixel''' <u>'''code code code --> string Palette color Action'''</u> 100h 000h | #0 Initialize root table of 9-bit codes : | palette : | colors 0FFh | #255 100h | clr 101h | end 028h | #40 {{font color|WHITE|BLACK|BLACK}} Decode 1st pixel 0FFh 028h | Incoming code found in table | #255 {{font color|BLACK|WHITE|WHITE}} - output string from table 102h | 28 FF - add to table 103h 0FFh | Incoming code not found in table 103h | FF FF - add to table | - output string from table | #255 {{font color|BLACK|WHITE|WHITE}} | #255 {{font color|BLACK|WHITE|WHITE}} 102h 103h | Incoming code found in table | - output string from table | #40 {{font color|WHITE|BLACK|BLACK}} | #255 {{font color|BLACK|WHITE|WHITE}} 104h | FF FF 28 - add to table 103h 102h | Incoming code found in table | - output string from table | #255 {{font color|BLACK|WHITE|WHITE}} | #255 {{font color|BLACK|WHITE|WHITE}} 105h | 28 FF FF - add to table 106h 103h | Incoming code not found in table 106h | FF FF FF - add to table | - output string from table | #255 {{font color|BLACK|WHITE|WHITE}} | #255 {{font color|BLACK|WHITE|WHITE}} | #255 {{font color|BLACK|WHITE|WHITE}} 107h 106h | Incoming code not found in table 107h | FF FF FF FF - add to table | - output string from table | #255 {{font color|BLACK|WHITE|WHITE}} | #255 {{font color|BLACK|WHITE|WHITE}} | #255 {{font color|BLACK|WHITE|WHITE}} | #255 {{font color|BLACK|WHITE|WHITE}} 101h | End
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
GIF
(section)
Add topic