Why is BMP image height & width capped at 65535 pixels? #2191
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's because early bitmap versions only allowed 2 bytes max per dimension. We should actually update the rules to max out based upon the header version. Happy to accept a PR if you're keen. |
Beta Was this translation helpful? Give feedback.
It's because early bitmap versions only allowed 2 bytes max per dimension. We should actually update the rules to max out based upon the header version. Happy to accept a PR if you're keen.