7 ms·
I would guess 3 colour channels at 16bit (i.e. 2 bytes) (2^32)÷(1920×1080×4×3×2) = 86
by brokencube 1y ago
I would guess 3 colour channels at 16bit (i.e. 2 bytes)
(2^32)÷(1920×1080×4×3×2) = 86
- TheBicPen 1y agoWhere does the 4 come from? I thought it was R+G+B+A, but you already have 3 colour channels in that calculation
- brokencube 1y agoYep, my logic is faulty there. And even if we assume that it's 24bpp color, that's still a factor of 2 out.