|
|
|
|
|
by binarycrusader
2242 days ago
|
|
The greys are stored at every resolution? What do you mean? The web page states: 16-'color' palette via dither patterns. Each pattern is treated as a separate color for fill tool However, I suspect this is the bit (no pun intended) you're missing: save images as a 16-color greyscale (which will import back into Strike with all patterns intact), or as 1-bit black and white image |
|
Try it for yourself. Draw one single pixel in one of the middle greys.
Now zoom in.
You can see the dithering pattern now matter how far you zoom in.
How does it know what dithering pattern to keep drawing? There are sixteen to choose from. That requires 4 bits. But we drew just one pixel, so we have just 1 bit of information.
How do you think they're getting 4 bits of information from 1 bit? They can't be - that's impossible. It must be storing the colour you chose for each pixel and then be drawing the dither pattern each time.
> save images as a 16-color greyscale (which will import back into Strike with all patterns intact)
I'm not missing anything. Again - try this as a thought experiment. Draw a single pixel in a mid grey. Export as an image. You'll see a grey colour. How do you think it's recreated that grey from the dither pattern... when the dither 'pattern' is just one single pixel either on or off as that's all we drew? It can't possibly be doing that, can it? That's nonsense. It must be storing each colour per pixel when drawing.