Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23rd April 2011, 02:57 AM
KKJensen's Avatar
KKJensen Offline
Registered User
 
Join Date: Sep 2006
Posts: 241
linuxfedorafirefox
Fast jpeg viewer

Hi everyone,

I'm putting together a little gphoto2 based script (for shooting a camera tethered and viewing the image asap on the screen of the computer instead of on the camera) and it finishes with displaying a jpeg (or the most recently added jpeg in a directory).

What I'm trying to find is the fastest jpeg displaying program out there...the less gui the better since it will be run from a script. So far I'm playing with xzgv, mirage and feh. The default viewer in F13 seems to be miserably slow compared to any of these options. I'm sure there's others out there.

Also, if someone has any hints about how to how to do a bash script that will close the previous open (or make it go to the most recent addition to a directory) it would be greatly appreciated. The most functionality I'm really looking for is speed and maybe the ability to go to the previous/next image with the arrow keys.

cheers!

kkjensen
Reply With Quote
  #2  
Old 23rd April 2011, 03:25 AM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128
linuxfirefox
Re: Fast jpeg viewer

For pure speed, and for viewing one image at a time, it would probably be hard to beat the "display" command, which is part of the the "ImageMagick" package. By default, display presents the image full size. If the image is larger than fits on the monitor screen, a secondary small window is displayed allowing you to drag the image around.

You can also specify a size. So if your looking at pics that are larger than your monitor viewing area, you could, for instance,

display --resize 50% /path/to/your/picture.jpg

In a bash script, for killing the current running invocation of display, just put the result of "pidof display" into a variable, then "kill $yourpidvariable".
Reply With Quote
  #3  
Old 23rd April 2011, 03:57 AM
KKJensen's Avatar
KKJensen Offline
Registered User
 
Join Date: Sep 2006
Posts: 241
linuxfedorafirefox
Re: Fast jpeg viewer

Thanks...I'll give display some attention and see how it goes. So far I'm leaning towards gqview since it reacts fast, can be fired up in full screen, pointed at one image and quickly flipped back to older images with the keyboard or mouse.

Now that I'm playing, I see my script killing the previous incidence of a viewer and then restarted a new one pointed at a different file makes the screen flickr a few times. I guess I'm going to start hunting for a way of keeping the same instance but somehow changing which image it's showing via a command in a terminal.
Reply With Quote
  #4  
Old 24th April 2011, 12:30 PM
Lars Nooden Offline
Registered User
 
Join Date: Feb 2011
Posts: 14
linuxfedorafirefox
gwenview

gwenview is also very fast
Reply With Quote
Reply

Tags
fast, jpeg, viewer

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fix Corrupt Jpeg Jpg Files saki Using Fedora 0 3rd May 2007 05:30 AM
jpeg thumnail creator robertmcnaught Using Fedora 8 15th April 2007 01:10 AM
SDL, JPEG and PIAVE OmniUni Using Fedora 1 7th November 2005 01:38 AM
how do I make gthumb default jpeg viewer? linuxted Using Fedora 1 27th June 2005 07:06 AM


Current GMT-time: 17:18 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat