diff --git a/80386/images/fun/README.md b/80386/images/fun/README.md new file mode 100644 index 0000000..d00415c --- /dev/null +++ b/80386/images/fun/README.md @@ -0,0 +1,10 @@ + +![rainbow_disaster](rainbow_disaster_1024.jpg) + +This image was inadvertently created during early attempts at automated bit extraction. I had the idea to use OpenCV to perform an adaptive threshold on the microcode photo-mosaic, then segment the thresholded image into connected regions. + +Each region was mapped to a different color. I guess the idea was to try to extract the contours of the polysilicon. Unfortunately there are too many "leaks" regardless of what thresholding values you attempt to use, thus the effect of color spilling downwards, like dripping paint. + +This has no educational value whatsoever, I just think it looks cool. + +- GloriousCow diff --git a/80386/images/fun/rainbow_disaster_1024.jpg b/80386/images/fun/rainbow_disaster_1024.jpg new file mode 100644 index 0000000..0ba30d2 Binary files /dev/null and b/80386/images/fun/rainbow_disaster_1024.jpg differ diff --git a/80386/images/fun/rainbow_disaster_big.jpg b/80386/images/fun/rainbow_disaster_big.jpg new file mode 100644 index 0000000..2abc38d Binary files /dev/null and b/80386/images/fun/rainbow_disaster_big.jpg differ