1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2025-12-08 11:34:42 +00:00

Update README.md

This commit is contained in:
alpine9000
2016-03-05 20:15:48 +11:00
parent 245340205b
commit 4d820ecc22

View File

@ -32,22 +32,29 @@ There is a variable in the Makefile that sets the number of colors. This automat
So here we can see the results:
5 bitplanes
-----------
![5 bitplanes](5bitplanes-screenshot.png?raw=true)
At 5 bitplanes we don't have enough time to do 5 blits.
4 bitplanes
-----------
![4 bitplanes](4bitplanes-screenshot.png?raw=true)
3 bitplanes
-----------
![3 bitplanes](3bitplanes-screenshot.png?raw=true)
2 bitplanes
-----------
![5 bitplanes](2bitplanes-screenshot.png?raw=true)
1 bitplanes
-----------
![5 bitplanes](1bitplanes-screenshot.png?raw=true)
Lots of time left over with 1 bitplane :-D
[Download disk image](bin/blit_speed.adf?raw=true)