⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 Gqview,Linux下基于GTK+库写成的轻量级而能丰富的图像浏览程序。
💻
📖 第 1 页 / 共 2 页
字号:
#####################################################################                          GQview 2.1.1         (June 14, 2005) ####                                                               ####              Copyright (C) 1999 - 2005 John Ellis.            ####                                                               ####                      Use at your own risk!                    ####                                                               ####  This software released under the GNU General Public License. ####       Please read the COPYING file for more information.      #####################################################################Author: John Ellis <johne@verizon.net>e-mail: gqview@users.sourceforge.nethomepage: http://gqview.sourceforge.net BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! The 2.1.x series are all development releases, and as such may contain incredible bugs. Only use if interested in the new features. The stable release as of this writing is 2.0.0. BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA! BETA!======== README contents:    * Requirements    * Notes and changes for this release    * Installation    * Description / Features    * Documentation (keyboard shortcuts)    * Editor command macros    * Additional comments    * Translation status    * Credits======== Requirements  GTK+ 2.4.x: ftp://ftp.gtk.org/pub/gtk======== Notes and changes for this release            [section:release_notes]  Changes:    + Add support for displaying embedded jpegs in raw format files.      Includes canon (cr2, crw), fuji (raf), and nikon (nef).    + Add Exif makernote support for canon, fuji, nikon, and olympus.    + Change image display into GTK widget, including small improvements.    - Improve pan view draw speed when displaying 1000's of images.    - Change pan view color scheme to use neutral (gray) colors.    - Add option to sort pan view by embedded (Exif) image date.    - Pan view now ignores recursive symbolic links.    - Add "%w" macro to editor commands to not deactivate full screen.    - Update translations cs, it. And add small fixes for de, fr.    * Fix occasional rounding error when updating image display.    * Fix renaming a folder to an existing folder from clobbering      the existing folder.    * Fix large thumbnail save logic.    * Fix a few memory leaks.  Notes:    For translation status list, see further below.    Version in perenthesis indicates first appearance of feature or change.    (2.1.1) Add support for viewing jpeg images and EXIF embedded within    raw files for Canon (.crw, .cr2) Fujifilm (.raf), and Nikon (.nef).    Note that not all cameras that support a raw format will necessarily    save a usable jpeg in the raw file (for example some Nikon cameras only    store a tiny thumbnail within the raw .nef file).    (1.5.6) The "shared thumbnail cache" is a proposal to unify the method    of storing thumbnails, so that they are compatible between different    applications. Using this option will allow GQview to share it's    thumbnails with, and use thumbnails from, other applications. Current    releases of GNOME (through nautilus and gthumb) and the gimp use this    new thumbnailing system. The latest draft of the thumbnail standard    is located on freedesktop.org in the standards section, and links to:      http://triq.net/~jens/thumbnail-spec/index.html    The shared thumbnail standard and GQview's classic mechanism can    not be used at the same time, enabling the "use shared thumbnail cache"    option will disable the use of classic thumbnails and use the new    shared thumbnails.    (1.5.6) Collections contained in $HOME/.gqview/collections are now    updated when moving or renaming files, even if the collection is not    open at the time.    (1.5.6) The new option to the keep the full screen window above other    windows is only available when using at least GTK+ 2.4.0    (1.5.5) Dialog buttons are now ordered as recommended by the GNOME HIG.    The GNOME Human Interface Guidelines live at:       http://developer.gnome.org/projects/gup/hig/    To restore the old button order you must be using GTK 2.6 and set    the "gtk-alternative-button-order" key to TRUE in the gtkrc file:       $HOME/.gtkrc-2.0    by changing or adding this line:       gtk-alternative-button-order = 1    (1.5.5) The dithering option is now a hidden option, to change it    please refer to section 10.7 of the manual (help -> contents).    (1.5.0) Keywords and comments can now be entered for a file. Two places    allow keyword and comment entry. The first is via the new image details    sidebar accessed with (Ctrl-K), and the second is a details tab in the    properties dialog. If multiple files are selected, two buttons are    available: One allows adding the keywords to the selected files, the    other replaces existing keywords with the new keywords.    Keyword and comment metadata is stored in $(HOME)/.gqview/metadata, and    mirrors the existing filesystem tree. Metadata filenames have a suffix    of .meta appended. If 'cache into .thumbnails' is enabled, metadata is    stored locally to the original file in a hidden subfolder ".metadata".    If write permissions do not allow local saving of metadata, GQview falls    back to the default $(HOME)/.gqview/metadata location.    (1.5.0) Search dialog (F3 key) types:       Path       searches files in the entered folder.       Comments   searches all file metadata stored in ~/.gqview/metadata.       Results    searches the current list of results, allowing refinement.    (1.3.6) Drag and drop has been significantly improved, with a few    changes. Button 1 will now initiate a drag, button 2 will still work    for this, the difference is button 2 will not change the selection.    (1.3.6) A middle button click will now toggle selection of clicked item.    (1.3.5) UTF-8 and filenames: GQview works fine if your filenames    correctly match the prefered locale encoding (LANG environment    variable), and prints errors on the console when they do not.    (1.3.3) Safe delete does not include undo, you will need to go to the    trash folder and retrieve the file(s) manually. The files can be viewed    by clicking the view button near the safe delete option in the preferences    window. Files moved to the trash folder are prefixed with a 6 digit    number. Lower numbers are older, and deleted (permanently) first when the    trash size limit is reached.    (1.3.2) New in 1.3.2 are sidebars for exif data display and a sort    manager. Exif (ctrl + E) should be self explanatory. The Sort manager is a    directory list that allows copying or moving the displayed image to that    destination with one click of the button - very helpful when visually    sorting many images into subdirectories. To edit, reorder, or remove items    in the sort list, use the right click menu. The keyboard can also be used    by moving the focus to the desired button, then pressing menu/ctrl+f10 key    to display the popup menu, or shift+up/shift+down keys to change the    button location in the list. Items can also be added to the list by    dragging a directory onto the list.  Code hackers:    If you plan on making any major changes to the code that will be offered    for inclusion to the main source, please contact me first - so that we    can avoid duplication of effort. A good example is porting any part of    GQview that uses deprecated widgets to GTK2 widgets, there are already    several such patches floating around. This is especially true if the    change is listed in the TODO!                                             -John ( johne@verizon.net )  Known bugs:    see the TODO file.======== Installation  Compilation: ./configure ; make  General install: make install  Removal: make uninstall    - To build an RPM binary:         on RedHat 6.x, 7.x use 'rpm -tb gqview-x.x.x.tar.gz'.         on RedHat 8 and 9 use 'rpmbuild -tb gqview-x.x.x.tar.gz'.         on other rpm distros, it depends on which version of rpm is used, if         the option fails with the rpm command, try rpmbuild.      Where the resulting package is placed is distribution specific, for      example in RedHat it is placed in /usr/src/redhat/RPMS/{architecture}/======== Description / Features  GQview is a graphics file viewer. Basic features:    - Single click image viewing / navigation.    - Zoom functions.    - Thumbnails, with optional caching and .xvpics support.    - Multiple file selection for move, copy, delete, rename, drag and drop.    - Drag and drop.    - Slideshow.    - Full screen.    - Ability to open images in external editors (configurable).    - Collections.    - Comparison of images to find duplicates by name, size, date,      dimensions, or image content similarity.    - EXIF support.======== Documentation (brief)                         [section:documentation]  Keyboard commands:    [PageDown], [Keypad PageDown]      next image    [PageUp], [Keypad PageUp]          previous image    [Home], [Keypad Home]              first image in list    [End], [Keypad End]                last image in list    [Tab]                              tab completion in path entry window    [Escape]                           cancel completion in path entry window  Keyboard commands valid when image has focus (image has black rectangle)    arrow keys, [Keypad arrows]        pan image    [Shift] - arrow keys               pan image faster    [Space]                            next image    [Backspace] , B                    previous image  File menu related:    [Ctrl] - N                         new window    C                                  new empty collection    O                                  open collection    D                                  open a Find Duplicates window    [Shift]- P                         open Print dialog    [Ctrl] - F                         new folder    [Ctrl] - C                         copy file    [Ctrl] - M                         move file    [Ctrl] - R                         rename file    [Ctrl] - D, [Delete]               delete file    [Ctrl] - W                         close window    [Ctrl] - Q                         exit GQview  Edit menu related:    [Ctrl] - 1 .. 0                    run external editor    [Ctrl] - A                         select all files    [Ctrl] - [Shift] - A               unselect all files    [Ctrl] - P                         display image properties window    [Ctrl] - O                         configure Options    ]                                  rotate image clockwise    [                                  rotate image counterclockwise    [Shift] - R                        rotate image 180 degrees    [Shift] - M                        mirror image (horizontal)    [Shift] - F                        flip image (verticle)  View menu related:    +, =, [Keypad +]                   zoom in    -, [Keypad -]                      zoom out    Z, [Keypad /]                      zoom to original size    X, [Keypad *]                      zoom to fit within window    W                                  zoom to fit width of window    H                                  zoom to fit height of window    1, 2, 3, 4                         zoom to Nx (3 = 3x)    9, 8, 7                            zoom to -2, -3, -4, respectively    T                                  toggle thumbnails in list view    [Ctrl] - L                         display files as list view    [Ctrl] - I                         display files as icon view    [Ctrl] - T                         toggle tree view of directories    R                                  refresh list    L                                  (Un)float file selection area    [ctrl] - H                         (Un)hide file selection area    [Ctrl] - K                         toggle Keywords sidebar    [Ctrl] - E                         toggle EXIF sidebar    [Ctrl] - S                         toggle sort manager sidebar    F, V                               toggle full screen    S                                  toggle slide show    P                      	       (Un)pause slideshow  Collection windows:    arrows, [Keypad arrows]            move selection    [Shift] + arrows                   select multiple images    [Ctrl] + arrows                    move without changing selection    [Space]                            select only image with focus    [Ctrl] + [Space]                   toggle selection of image with focus    [Home], [Keypad Home]              move focus to top of images    [End], [Keypad End]                move focus to end of images      (shift and ctrl work with Home, End, PageUp/Down as with arrows)    [Ctrl] - A                         select all images    [Ctrl] - [Shift] - A               unselect all images    [Delete], [Keypad Delete]          remove selected images from collection                                       (does not delete file)    [Ctrl] - L                         add images from main window file list    [Ctrl] - T                         toggle display of icon filename text    N                                  sort collection by name    D                                  sort collection by date    B                                  sort collection by size (bytes)    P                                  sort collection by location (path)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -