Hacker News new | ask | show | jobs
by missblit 1683 days ago
Your bug reported 16,384px after accounting for device scale: https://bugs.chromium.org/p/chromium/issues/detail?id=992398

I knew it'd be this number right away, because it's also the maximum screenshot height thanks to being the maximum height of a surface in Chromium (Actually last I checked this technically depends on the GL backend used, but 16kpx seems common)

1 comments

4096 was a common max GL texture size on low end hardware.