Re: Image viewing - a different approach
- From: "Larry W. Virden" <lvirden@xxxxxxxxx>
- Date: Tue, 22 Jan 2008 09:10:03 -0800 (PST)
On Jan 22, 11:56 am, ZB <zbREMOVE_THIS@xxxxxxxxxxxxxxxxxxxx> wrote:
I'm wondering, could be image viewing possibility solved somewhat different
All I need is a possibility to build something, which could be treated _by
external applications_ as kind of "shortcut to file" (speaking Windows
language), after clicking which there will be associated viewer launched,
and - taking image file name as parameter - such viewer will show it in its
own window.
But is it possible to make such "shortcut"? For example, by "bind"-ing, or
some other way?
In other words, how could one write a simple Tcl script in which one
could simply say:
"display this image file"
and cause the appropriate command to be invoked on either windows or
linux to display the image file
If you have the name of several image displaying programs, you could
write some tcl code that attempted to locate the various programs, and
then, once found, use the tcl exec command to start it up.
.
- Follow-Ups:
- Re: Image viewing - a different approach
- From: ZB
- Re: Image viewing - a different approach
- From: Andreas Wilm
- Re: Image viewing - a different approach
- References:
- Image viewing - a different approach
- From: ZB
- Image viewing - a different approach
- Prev by Date: Re: Portbale package for reading / displaying JPEG images
- Next by Date: Re: Portbale package for reading / displaying JPEG images
- Previous by thread: Image viewing - a different approach
- Next by thread: Re: Image viewing - a different approach
- Index(es):
Relevant Pages
|