https://bugzilla.wikimedia.org/show_bug.cgi?id=31078
--- Comment #4 from Brion Vibber <[email protected]> 2011-09-21 23:10:09 UTC --- Ok, per all info I can find (eg <http://www.awaresystems.be/imaging/tiff/faq.html#q3>) there's no difference between a single-page and multi-page TIFF other than having multiple pages: the image file directory blocks form a linked list, and there's simply only one for a single-page file. And it looks to me like the things which deal with multiple-page output in the UI are actually checking pageCount() as well to see if there actually are multiple pages to deal with. So there shouldn't be negative consequences to just flipping it to return true consistently. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
