After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 167009 - Support multi-page TIFF files
Support multi-page TIFF files
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
unspecified
Other Linux
: Low enhancement
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on: 65902
Blocks:
 
 
Reported: 2005-02-10 23:59 UTC by Paul Bryan
Modified: 2005-05-25 04:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Multipage tiff for testing (775.20 KB, image/tiff)
2005-05-23 16:08 UTC, Nickolay V. Shmyrev
Details

Description Paul Bryan 2005-02-10 23:59:53 UTC
A perfect addition to Evince in my opinion would be support for multi-page TIFF
files.

Rationale:

1. Scanned-in multi-page documents are often stored in multi-image TIFF files.

2. Faxes (yes, those old-fashioned paper transmissions) are almost always stored
as multi-image CCITT Group 3 or Group 4 TIFF files.

If this is confirmed as a good idea in principle, I would be happy to help with
the implementation.
Comment 1 Bryan W Clark 2005-02-16 20:00:45 UTC
I think the multi-page tiff format would be a great edition to Evince.

Is there a different mime-type for multi-page TIFF images from regular TIFF
images?  Not that this matters too much, but unless we're doing all images it'd
be nice to only do muti-page document types.

Please hop on irc and the mailing list to start discussion with the other
developers.
Comment 2 Paul Bryan 2005-02-17 01:35:20 UTC
I've added myself to the mailing list.

It seems Evince is already providing support for single-page document types,
including TIFF. I'm not sure if this was intentional or not.
Comment 3 Jonathan Blandford 2005-02-17 17:10:22 UTC
Currently, gdk-pixbuf doesn't support image collections.  When it does, we
should just add support for those (which is much easier than handling tiff files
ourselves.)  Unfortunately, that isn't going to land until GTK+ 2.8.
Comment 4 Paul Bryan 2005-02-17 18:18:08 UTC
Will handling image collections imply the handling of multi-page TIFF files?
Image collections means (to me) a directory full of image files. A multi-page
TIFF file is a single TIFF file containing multiple pages.
Comment 5 Jonathan Blandford 2005-02-21 18:41:50 UTC
The collection support was actually one image file w/ many images, as tiff, ico,
and gif support.  However, it might not make it into 2.8 at all.
Comment 6 Nickolay V. Shmyrev 2005-05-23 16:08:55 UTC
Created attachment 46801 [details]
Multipage tiff for testing
Comment 7 Jonathan Blandford 2005-05-25 04:50:34 UTC
Committed initial support for this.  We could make it much more sophisticated,
but lets do that in different bugs.