https://bugzilla.wikimedia.org/show_bug.cgi?id=31078
--- Comment #3 from Markus Glaser <[email protected]> 2011-09-21 23:04:56 UTC --- In PagedTiffHandler we treat a multipage image as a single page one if it has only one page. The reason is that single pages don't have page selectors on the image page, which I thought would just be some GUI overhead for the user if there is only one page. Declaring such files as "not multipage" seemed to be an easy way to achieve this. I admit, though, we hadn't thought about other extensions relying on such information. So I suggest we switch to the documented behaviour in PagedTiffHandler and always return true. I have to do a few tests and then I'll check it in. The GUI issue remains, but I suggest we treat that separately. -- 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
