Limits the max RAW size to 300000x300000 pixels

This commit is contained in:
Mirco Miranda
2025-09-21 11:52:06 +02:00
parent f28cd98661
commit a457e5ddcb
2 changed files with 31 additions and 5 deletions

View File

@ -247,7 +247,7 @@ limit depends on the format encoding).
- PXR: 65,535 x 65,535 pixels
- QOI: 300,000 x 300,000 pixels
- RAS: 300,000 x 300,000 pixels
- RAW: n/a (depends on the RAW format loaded)
- RAW: 65,535 x 65,535 pixels
- RGB: 65,535 x 65,535 pixels
- SCT: 300,000 x 300,000 pixels
- TGA: 65,535 x 65,535 pixels