Mercurial > geeqie
view doc/faq.html @ 1105:215e102c1819
Drop most old css classes.
author | zas_ |
---|---|
date | Sun, 09 Nov 2008 12:48:00 +0000 |
parents | 83cf0c9e300f |
children | 7cd49c6dc302 |
line wrap: on
line source
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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" /> </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> <thead> <tr> <td> <p class="previous"><a href="index.html">Previous</a> </p> </td> <td> <p class="navtop_title">Frequently Asked Questions</p> </td> <td> <p class="next"><a href="introduction.html">Next</a> </p> </td> </tr> </thead> </table> </div> <hr /> <h1>Frequently Asked Questions</h1> <p><span class="gq-faq-5">1. Image viewing</span> </p> <p>1.1 How do I keep images smaller than the visible area from enlarging when the zoom is set to “fit to window” ?</p> <p>In the preferences dialog, under the “Image” tab, disable “Allow enlargement of image for zoom to fit”.</p> <p><br /> <br /> </p> <p><br /> <br /> </p> <p><span class="gq-faq-5">9. Command line</span> </p> <p>9.1 How do I open an image in an existing Geeqie application ?</p> <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 class="gq-faq-9"> geeqie --remote-help </pre> <p><br /> <br /> </p> <p>9.2 How do I set the slide show delay when starting Geeqie in slide show from the command line ?</p> <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 class="gq-faq-9"> geeqie -r -d12 -ss </pre> <p><br /> <br /> </p> <p>Note that if geeqie is running prior to this command, the slide show should also be stopped prior to changing the delay:</p> <pre class="gq-faq-9"> geeqie -r -sS -d12 -ss </pre> <p><br /> <br /> </p> <p><br /> <br /> </p> <p><span class="gq-faq-5">10. Miscellaneous</span> </p> <p>10.1 I want to be able to edit images with Geeqie</p> <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> <p><br /> <br /> </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> <thead> <tr> <td> <p class="previous"><a href="index.html">Previous</a> </p> </td> <td> <p class="navbottom_title"><a href="index.html">Contents</a> </p> </td> <td> <p class="next"><a href="introduction.html">Next</a> </p> </td> </tr> </thead> </table> </div> <div class="footer">Geeqie User Manual</div> <div class="bottomspacer"> </div> </body> </html>