Thanks to Julio Marchi for this space in MSX All |
History
This project began during my final project as Computer and System Engineering student, where remote screens should be captured and sent to other PCs. By taking contact for the first time with PC tools for manipulating images, I realized that there was some similarity between PC colors and MSX screen 8 colors, in which I had already some knowledge, mainly due to the good articles found on the brazilian CPU-MSX magazine. My personal curiosity was to see if it was possible to port an image from PC to MSX Screen 8. I could made it easily, because I already knew that the PC represents RGB values using 8 bits for each color channel, and MSX Screen 8 represented the RGB colors using 8bits for all channels, where there are 3 bits for red and green and 2 bits for blue.
MSX Viewer 1 The first step in MSX Viewer project was to read and exhibit MSX screens in PC. This was the easiest step in the whole project, once we just have to interpret MSX format and find the corresponding colors in PC (MSX colors set is a subset of PC's colors). The hardiest task is to do the way back, once you must convert a 24-bit color system to a 256 or 16 colors system. MSX Viewer 4 Using some techniques like error diffusion, it was possible to convert photos to screen 5 y 7, displaying 16 colors at time! At last, MSX Viewer 4 introduced the palette, some bugs were fixed and, finally, all MSX Screens were available. MSX Viewer 5 In 2020 I decided to create a "Light" port of MSX Viewer to Java, intended to be run in any operating system with Java Virtual Machine. |