Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JPEG uses 2 bytes to store width and height, so the maximum dimension of either is 65,535. libjpeg and derivatives use a maximum dimension size of 65,500, and that is used by pillow. When creating a jpeg, clamp the maximum dimmension to 65,000 whether we requested resizing or not.
- Loading branch information