unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#763: multi-part images vs. image-mode
@ 2008-08-23  0:27 jidanni
  2008-08-23  3:52 ` Jason Rumney
  0 siblings, 1 reply; 8+ messages in thread
From: jidanni @ 2008-08-23  0:27 UTC (permalink / raw)
  To: bug-gnu-emacs

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.







^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#763: multi-part images vs. image-mode
  2008-08-23  0:27 bug#763: multi-part images vs. image-mode jidanni
@ 2008-08-23  3:52 ` Jason Rumney
  2008-08-23  4:00   ` Processed (with 5 errors): " Emacs bug Tracking System
                     ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jason Rumney @ 2008-08-23  3:52 UTC (permalink / raw)
  To: jidanni, 763

severity 763 wishlist

jidanni@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.







^ permalink raw reply	[flat|nested] 8+ messages in thread

* Processed (with 5 errors): Re: bug#763: multi-part images vs. image-mode
  2008-08-23  3:52 ` Jason Rumney
@ 2008-08-23  4:00   ` Emacs bug Tracking System
  2008-08-25  4:10   ` YAMAMOTO Mitsuharu
  2008-09-04 16:19   ` Stefan Monnier
  2 siblings, 0 replies; 8+ messages in thread
From: Emacs bug Tracking System @ 2008-08-23  4:00 UTC (permalink / raw)
  To: Jason Rumney; +Cc: Emacs Bugs

Processing commands for control@emacsbugs.donarmstrong.com:

> severity 763 wishlist
bug#763: multi-part images vs. image-mode
Severity set to `wishlist' from `normal'

> jidanni@jidanni.org wrote:
Unknown command or malformed arguments to command.

> > http://www.npbmto.gov.tw/NPBO_C/Web/Data/Board/456-4.tif has seven parts,
Unknown command or malformed arguments to command.

> > $ identify 456-4.tif
Unknown command or malformed arguments to command.

> > 456-4.tif[0]
Unknown command or malformed arguments to command.

> > 456-4.tif[1]...
Unknown command or malformed arguments to command.

Too many unknown commands, stopping here.

Please contact me if you need assistance.

Don Armstrong
(administrator, Emacs bugs database)





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#763: multi-part images vs. image-mode
  2008-08-23  3:52 ` Jason Rumney
  2008-08-23  4:00   ` Processed (with 5 errors): " Emacs bug Tracking System
@ 2008-08-25  4:10   ` YAMAMOTO Mitsuharu
  2008-09-04 16:19   ` Stefan Monnier
  2 siblings, 0 replies; 8+ messages in thread
From: YAMAMOTO Mitsuharu @ 2008-08-25  4:10 UTC (permalink / raw)
  To: Jason Rumney, 763; +Cc: jidanni

>>>>> On Sat, 23 Aug 2008 11:52:38 +0800, Jason Rumney <jasonr@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@math.s.chiba-u.ac.jp






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#763: multi-part images vs. image-mode
  2008-08-23  3:52 ` Jason Rumney
  2008-08-23  4:00   ` Processed (with 5 errors): " Emacs bug Tracking System
  2008-08-25  4:10   ` YAMAMOTO Mitsuharu
@ 2008-09-04 16:19   ` Stefan Monnier
  2008-09-04 17:35     ` Eli Zaretskii
  2008-09-04 22:53     ` Jason Rumney
  2 siblings, 2 replies; 8+ messages in thread
From: Stefan Monnier @ 2008-09-04 16:19 UTC (permalink / raw)
  To: Jason Rumney; +Cc: 763, jidanni

>> 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






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#763: multi-part images vs. image-mode
  2008-09-04 16:19   ` Stefan Monnier
@ 2008-09-04 17:35     ` Eli Zaretskii
  2008-09-04 22:07       ` Stefan Monnier
  2008-09-04 22:53     ` Jason Rumney
  1 sibling, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2008-09-04 17:35 UTC (permalink / raw)
  To: Stefan Monnier, 763; +Cc: bug-gnu-emacs, jidanni

> From: Stefan Monnier <monnier@IRO.UMontreal.CA>
> Date: Thu, 04 Sep 2008 12:19:12 -0400
> Cc: 763@emacsbugs.donarmstrong.com, jidanni@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?







^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#763: multi-part images vs. image-mode
  2008-09-04 17:35     ` Eli Zaretskii
@ 2008-09-04 22:07       ` Stefan Monnier
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Monnier @ 2008-09-04 22:07 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: bug-gnu-emacs, jidanni, 763

>> 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






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#763: multi-part images vs. image-mode
  2008-09-04 16:19   ` Stefan Monnier
  2008-09-04 17:35     ` Eli Zaretskii
@ 2008-09-04 22:53     ` Jason Rumney
  1 sibling, 0 replies; 8+ messages in thread
From: Jason Rumney @ 2008-09-04 22:53 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 763, jidanni

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.







^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-09-04 22:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-23  0:27 bug#763: multi-part images vs. image-mode jidanni
2008-08-23  3:52 ` Jason Rumney
2008-08-23  4:00   ` Processed (with 5 errors): " Emacs bug Tracking System
2008-08-25  4:10   ` YAMAMOTO Mitsuharu
2008-09-04 16:19   ` Stefan Monnier
2008-09-04 17:35     ` Eli Zaretskii
2008-09-04 22:07       ` Stefan Monnier
2008-09-04 22:53     ` Jason Rumney

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).