GNU bug report logs - #763
multi-part images vs. image-mode

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Sat, 23 Aug 2008 00:35:02 UTC

Severity: wishlist

Merged with 10739

Found in version 24.0.93

Fixed in version 24.4

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 763 in the body.
You can then email your comments to 763 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#763; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to jidanni <at> jidanni.org:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: jidanni <at> jidanni.org
To: bug-gnu-emacs <at> gnu.org
Subject: multi-part images vs. image-mode
Date: Sat, 23 Aug 2008 08:27:25 +0800
http://www.npbmto.gov.tw/NPBO_C/Web/Data/Board/456-4.tif has seven parts,
$ identify 456-4.tif
456-4.tif[0]
456-4.tif[1]...
but using image-mode, one would never see or know more than the first.





Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#763; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Jason Rumney <jasonr <at> gnu.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #10 received at 763 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Jason Rumney <jasonr <at> gnu.org>
To: jidanni <at> jidanni.org, 763 <at> debbugs.gnu.org
Subject: Re: bug#763: multi-part images vs. image-mode
Date: Sat, 23 Aug 2008 11:52:38 +0800
severity 763 wishlist

jidanni <at> jidanni.org wrote:
> http://www.npbmto.gov.tw/NPBO_C/Web/Data/Board/456-4.tif has seven parts,
> $ identify 456-4.tif
> 456-4.tif[0]
> 456-4.tif[1]...
> but using image-mode, one would never see or know more than the first.
>   
I've added the same support that we currently have for multi-image GIF 
files to the TIFF support in CVS trunk.

This doesn't really help the user discover that multiple images exist, 
and there isn't currently a convenient way for non-programmers to select 
such subimages for display, so I'm leaving this open as a wishlist for now.





Severity set to `wishlist' from `normal' Request was from Jason Rumney <jasonr <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Sat, 23 Aug 2008 04:00:05 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#763; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #17 received at 763 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
To: Jason Rumney <jasonr <at> gnu.org>, 763 <at> debbugs.gnu.org
Cc: jidanni <at> jidanni.org
Subject: Re: bug#763: multi-part images vs. image-mode
Date: Mon, 25 Aug 2008 13:10:03 +0900
>>>>> On Sat, 23 Aug 2008 11:52:38 +0800, Jason Rumney <jasonr <at> gnu.org> said:

>> http://www.npbmto.gov.tw/NPBO_C/Web/Data/Board/456-4.tif has seven parts,
>> $ identify 456-4.tif
>> 456-4.tif[0]
>> 456-4.tif[1]...
>> but using image-mode, one would never see or know more than the first.
>> 
> I've added the same support that we currently have for multi-image GIF 
> files to the TIFF support in CVS trunk.

The file above contains 7 images but image-extension-data returns
(count 8).

				     YAMAMOTO Mitsuharu
				mituharu <at> math.s.chiba-u.ac.jp




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#763; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Stefan Monnier <monnier <at> IRO.UMontreal.CA>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #22 received at 763 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
To: Jason Rumney <jasonr <at> gnu.org>
Cc: 763 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: Re: bug#763: multi-part images vs. image-mode
Date: Thu, 04 Sep 2008 12:19:12 -0400
>> http://www.npbmto.gov.tw/NPBO_C/Web/Data/Board/456-4.tif has seven parts,
>> $ identify 456-4.tif
>> 456-4.tif[0]
>> 456-4.tif[1]...
>> but using image-mode, one would never see or know more than the first.
>> 
> I've added the same support that we currently have for multi-image GIF files
> to the TIFF support in CVS trunk.

> This doesn't really help the user discover that multiple images exist, and
> there isn't currently a convenient way for non-programmers to select such
> subimages for display, so I'm leaving this open as a wishlist for now.

I can't find information about how to display (in Elisp) the
various images.  Could someone clue me in as to where to find that info
(etc/NEWS or Elisp manual) or if it's not there, could someone add
it there?


        Stefan




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#763; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Eli Zaretskii <eliz <at> gnu.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #27 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stefan Monnier <monnier <at> IRO.UMontreal.CA>, 763 <at> debbugs.gnu.org
Cc: jasonr <at> gnu.org, jidanni <at> jidanni.org, bug-gnu-emacs <at> gnu.org
Subject: Re: bug#763: multi-part images vs. image-mode
Date: Thu, 04 Sep 2008 20:35:28 +0300
> From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
> Date: Thu, 04 Sep 2008 12:19:12 -0400
> Cc: 763 <at> emacsbugs.donarmstrong.com, jidanni <at> jidanni.org
> 
> I can't find information about how to display (in Elisp) the
> various images.  Could someone clue me in as to where to find that info
> (etc/NEWS or Elisp manual)

Is the node "Images" (in display.texi) and its subsection what you are
looking for?





Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#763; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Eli Zaretskii <eliz <at> gnu.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#763; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Stefan Monnier <monnier <at> IRO.UMontreal.CA>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #37 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 763 <at> debbugs.gnu.org, jasonr <at> gnu.org, jidanni <at> jidanni.org,
        bug-gnu-emacs <at> gnu.org
Subject: Re: bug#763: multi-part images vs. image-mode
Date: Thu, 04 Sep 2008 18:07:58 -0400
>> I can't find information about how to display (in Elisp) the
>> various images.  Could someone clue me in as to where to find that info
>> (etc/NEWS or Elisp manual)

> Is the node "Images" (in display.texi) and its subsection what you are
> looking for?

Oh, I see it's in Gif and Tiff, rather than in the generic section.
It should probably be moved to the generic section with a note about the
fact that it can only apply to Gif and Tiff (as of now).


        Stefan





Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#763; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Stefan Monnier <monnier <at> IRO.UMontreal.CA>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#763; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to Jason Rumney <jasonr <at> gnu.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #47 received at 763 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Jason Rumney <jasonr <at> gnu.org>
To: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Cc: 763 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: Re: bug#763: multi-part images vs. image-mode
Date: Fri, 05 Sep 2008 06:53:32 +0800
Stefan Monnier wrote:
>>> http://www.npbmto.gov.tw/NPBO_C/Web/Data/Board/456-4.tif has seven parts,
>>> $ identify 456-4.tif
>>> 456-4.tif[0]
>>> 456-4.tif[1]...
>>> but using image-mode, one would never see or know more than the first.
>>>
>>>       
>> I've added the same support that we currently have for multi-image GIF files
>> to the TIFF support in CVS trunk.
>>     
>
>   
>> This doesn't really help the user discover that multiple images exist, and
>> there isn't currently a convenient way for non-programmers to select such
>> subimages for display, so I'm leaving this open as a wishlist for now.
>>     
>
> I can't find information about how to display (in Elisp) the
> various images.  Could someone clue me in as to where to find that info
> (etc/NEWS or Elisp manual) or if it's not there, could someone add
> it there?
>   

In the elisp manual there is an existing description of the :index 
property for GIF images. That description now also applies to TIFF. 
There isn't currently a user-level method of displaying these.





Forcibly Merged 763 10739. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sat, 16 Feb 2013 19:59:04 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 17 Mar 2013 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 154 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.