Mercurial > geeqie.yaz
view doc/faq.html @ 1189:9e424170e958
Do not hardcode exif formatted prefix.
author | zas_ |
---|---|
date | Thu, 27 Nov 2008 19:10:59 +0000 |
parents | c564ab6c11fc |
children |
line wrap: on
line source
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" /> <title>Frequently Asked Questions - Geeqie User Manual</title> <link rel="stylesheet" type="text/css" href="style.css" media="all" /> <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" /> <link rel="stylesheet" type="text/css" href="style_print.css" media="print" /> </head> <body lang="en-US" dir="ltr" xml:lang="en-US"> <div class="navtop"> <table width="100%" border="0" cellpadding="4" cellspacing="0"> <col id="navtop_col1" width="33%"></col> <col id="navtop_col2" width="33%"></col> <col id="navtop_col3" width="33%"></col> <tr> <th> <p class="previous"><a href="index.html">Previous</a> </p> </th> <th> <p class="navtop_title">Frequently Asked Questions</p> </th> <th> <p class="next"><a href="introduction.html">Next</a> </p> </th> </tr> </table> </div> <hr /> <h1>Frequently Asked Questions</h1> <h2 class="faq">Image viewing</h2> <h3 class="faq">How do I keep images smaller than the visible area from enlarging when the zoom is set to “fit to window” ?</h3> <p>In the preferences dialog, under the “Image” tab, disable “Allow enlargement of image for zoom to fit”.</p> <h2 class="faq">Command line</h2> <h3 class="faq">How do I open an image in an existing Geeqie application ?</h3> <p>Use the “-r” command line option to send commands to an existing Geeqie, for a list of commands supported by the remote switch run:</p> <pre><code>geeqie --remote-help</code></pre> <h3 class="faq">How do I set the slide show delay when starting Geeqie in slide show from the command line ?</h3> <p>The delay can not be set when used with the standard -s command line switch, as -s uses the delay stored in the configuration file. For this use the remote command -ss to start the slide show after setting the delay with -d, the order of the command line is important, for example a 12 second slide show delay:</p> <pre><code>geeqie -r -d12 -ss</code></pre> <p class="note"><span class="note_label">Note that if geeqie is running prior to this command, the slide show should also be stopped prior to changing the delay:</span></p> <pre><code>geeqie -r -sS -d12 -ss</code></pre> <h2 class="faq">Miscellaneous</h2> <h3 class="faq">I want to be able to edit images with Geeqie</h3> <p>Geeqie is an image <i>viewer</i>. There is, and never will be, a plan to add editing features. I recommend gimp for image editing.</p> <hr /> <div class="navbottom"> <table width="100%" border="0" cellpadding="4" cellspacing="0"> <col id="navbottom_col1" width="33%"></col> <col id="navbottom_col2" width="33%"></col> <col id="navbottom_col3" width="33%"></col> <tr> <th> <p class="previous"><a href="index.html">Previous</a> </p> </th> <th> <p class="navbottom_title"><a href="index.html">Contents</a> </p> </th> <th> <p class="next"><a href="introduction.html">Next</a> </p> </th> </tr> </table> </div> <div class="footer">Geeqie User Manual</div> <div class="bottomspacer"> </div> </body> </html>