Bitmap Image Coding: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
 
Line 1: Line 1:
[[File:Bitmap.jpg|A screenshot of how far I got|align:left]]
[[File:Bitmap.jpg|A screenshot of how far I got|align:left]]
[[File:bitmapcode.jpg|The code which instructed the image which pixels should have which colors|align:left]]


It was quite confusing when the functions of RGB where inverted (BGR) when instructing the color of each pixel, and the fact that the higher up the code is the lower the pixel is in the image. Hexplorer wasn't very good at showing where the code of one pixel started, and another ended.
It was quite confusing when the functions of RGB where inverted (BGR) when instructing the color of each pixel, and the fact that the higher up the code is the lower the pixel is in the image. Hexplorer wasn't very good at showing where the code of one pixel started, and another ended.


I expect to have alot of fun learning about this, though!
I expect to have alot of fun learning about this, though!
[[File:bitmapcode.jpg|The code which instructed the image which pixels should have which colors|align:left]]

Latest revision as of 22:10, 16 September 2014

align:left

It was quite confusing when the functions of RGB where inverted (BGR) when instructing the color of each pixel, and the fact that the higher up the code is the lower the pixel is in the image. Hexplorer wasn't very good at showing where the code of one pixel started, and another ended.

I expect to have alot of fun learning about this, though!

align:left