GNOME Bugzilla – Bug 583048
[patch] jpegdec: support for larger pictures
Last modified: 2009-05-21 21:40:11 UTC
Please describe the problem: jpegdec supports only 4096x4096px pictures currently. The spec says we can support up to 65537x65537px. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 134865 [details] [review] patch updating MAX_HEIGHT & MAX_WIDTH
Err I meant 65535x65535px ;)
will push and close after freeze. commit f405ccb44ea2d637148f6a8b31f10d161223ffd5 Author: Philippe Normand <philippe at fluendo.com> Date: Mon May 18 16:12:46 2009 +0200 jpegdec: bump max size to 65535x65535 Remove artificial jpeg image limits. Fixes #583048.