Log In  

Cart #imagecompress-0 | 2024-04-05 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Image...

So I wanted to make PicoChat (from picotron), but with images.
The limit of chars you can send is 256, so that means a 16x16 image with colors.
This method can send a two color image with 32x32. Im not sure if anyone has ever done this.
The way it works is simple, you have a table with 16 combinations of a 1x4 field. Each one has a index.
then the first four pixels are checked for a combination and assigned a index from the table, you can decode it in the same way. I planning to implement it to PicoChat.

you can use this for anything, have a nice day :)

P#145781 2024-04-05 11:22


[Please log in to post a comment]