Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.4.1
-
None
Description
QImage should support saving images with a large width or height that exceeded libpng's default limits (1,000,000).
According to libpng's manual, the limits can be overridden with png_set_user_limits().
QImage should enlarge these limits (probably up to the max 2^31) for libpng.