PDA

Zobacz pełną wersję : GTKRawGallery - podgląd RAWów w linuxie



skrzat
29-06-2007, 22:10
https://sourceforge.net/projects/gtkrawgallery/

Tomasz Golinski
29-06-2007, 22:43
Nie bardzo rozumiem, do czego to służy. Mozolnie generuje podgląd... Po co? Ani korekty, ani zapisu... Toż lepiej jpgi oglądać gqviewem - przecież w podglądzie liczy się szybkość.

skrzat
03-08-2007, 08:44
Od tamtego czasu wyszły już 3 kolejne wersje (teraz jest 0.2.2)

Zmiany:
o Completely rewrited functions for raw files management. Now, you can quickly display your raw gallery and storage your photo collection thanks to the new album manager;
o Thumbnail autorotation;
o New "Open with.." menuitem to open images with Gimp or other editing tool;
o Best usability with "New Album" button on "Add Selection" dialog;
o Customizable album directory;
o Added "Remember last visited path" option;
o Several code optimizations;
o Fix known bugs;

skrzat
22-08-2007, 15:54
Wersja 0.3 - zmiany:
o New "Save as" feature with exif data preserved;
o New "Convert" feature for batch conversion of multiple selection;
o New "Slideshow" button on main window;
o Code optimization;
o Graphic interface optimization;
o Fixed "Custom toolbar icons not showed" bug;
o Fixed other bugs

skrzat
04-10-2007, 16:29
Wersja 0.4:

o Improved batch conversion code: thanks to Multi-Thread approach, now you can browse your photos with non-blocking batch conversion in background;
o Rewrited exif parser with Exiftool only support for best compatibility with raw files and best performance;
o More complete exif data list;
o Added progressbar on "Save as" function;
o Customizable columns number of the gallery with new buttons on the main window;
o Added hotkeys on Full-screen mode view;
o Fixed "Beep doesn't sound on Xfce4" bug;
o Fixed "Cannot convert 48 bit tiff images" bug;
o Fixed "Exif IsoSpeed data not displayed on NEF raw files"
o Fixed some Dialogs' response bugs;

skrzat
29-10-2007, 18:40
Wersja 0.5:

o Changed gallery implementation to make raw thumbnails singly without preprocessing them all together, that permits to enjoy immediately your photos!
o The "Open with" function was switched in a new thread for non-blocking work;
o Now you can browse raws inside directorys without write permission;
o Added a cache system for pixbuf loading improvement on detailed window and fullscreen mode;
o Preserved all metadatas recognized by Exiftool in the Conversion and "Save as" functions;
o Image Autoresizing on detailed window;
o New "Full Exif List" and "Hide Exif" buttons on detailed window;
o New "Open With" button on detailed window;
o Gallery, thumbnails label and treeviews colors costumizable;
o Costumizable thumbnails label font;
o New gallery view mode buttons;

skrzat
08-01-2008, 18:28
Wersja 0.6:

o Deleted PIL dependence porting to gtk+ 2.10
o Thumbnails cache costumizable;
o Added a new layout;
o Added thumbnail border costumizable;
o Added a fading transition in the slideshow;
o Background player in the slideshow;
o Album preview costumizable on left panel;
o Total size calculus;
o Cache level calculus;
o Automatic columns number calculus;
o Sorted folders on directory tree with autoexpansion at the last visited path;
o New Default colors button;
o New "Raw Preview" buttons on "Save As" dialog and Details window;
o New "Save as" and "Exit" buttons on Details window;
o New "Default Settings" button on Options dialog;
o New toolbar buttons;
o Fixed "Cannot rotate 48bit images" bug porting to gtk+ 2.10;
o Added input control in some dialogs;

skrzat
16-10-2008, 08:29
Jest już wersja 0.9:

o New detailed and full featured Dcraw GUI with fine controls and automatic preview;
o Image histogram: a very important tool on digital photography;
o Color enhance tools;
o Image effects and transform tools;
o New Imagemagick dependence to permit a non destructive workflow;
o Splash screen;
o Batch Processor;
o Tagging;
o New over and under-exposed pixels buttons was added;
o Preserved metadata on "save_as_png" function;
o Useful "move", "copy", "rename" and "delete" functions was added to the browser;
o Detailed thumbnail tooltip;
o Thumbnail caching was optimized;
o Image handling with left mouse button;
o Automatic thumbnails scrolling on layouts 3 and 4;
o Zoom percentage on statusbar;
o Fixed "Open with Gimp" function bug;
o Fixed "dcraw options" function bug;
o Fixed "raw image dimensions" bug on statusbar and exif panel;
o Fixed "clear cache" bug;
o Autorotation code was optimized;

skrzat
07-06-2009, 19:08
Od tamtego czasu aplikacja trochę się rozwinęła :)

Zmiany:
+ Fixed tollbutton sensitivity bug on main window;
+ Updated PythonMagickWand to newer Imagemagick versions;
+ Standard setup provided;
+ Uninstaller provided;
+ Command line access;
+ Sox dependence now is optional;
+ Added a GUI written with Tkinter to report missing dependencies;
+ Added library version control;
+ Added gamma correction to Dcraw GUI;
+ Added Median filter to Dcraw GUI (A slow function that can be an effective remedy against iso-noise);
+ New multi-threaded thumbnail generator for faster gallery loading;
+ Possibility to open files and folders dropped from window manager;
+ Desktop Entry specification compatibility permits to right click a file and open with/gtkrawgallery, and associating raw images as all common image formats to be opened with GTKRawGallery;
+ New Sqlite3 dependence;
+ Album preview autorotation;
+ Fast tag search with database support;
+ Synchronize database tool (see README);
+ Metadata writing now is optional;
+ New "Write metadata" button on tag panel;
+ Metadata processing was switched to a separate thread and progressbar window can be minimized;
+ "Clear database" button was added to the configuration dialog;
+ Image tags were added on thumbnail tooltip;
+ Keywords tag was added to exif list;
+ Sorted directory tree;
+ Hidden folders access;
+ Updated Pythonmagickwand to Imagemagick 6.5.3
+ Thumbnail quality was improved;
+ Smoother crop selection (rewritten with cairo);
+ thumbnails loading was switched to a separate thread to unblock details window;
+ Opening folder or album during gallery loading was unblocked;
+ Image zooming was unabled also in not full size workflow mode;
+ Temporary directories were made into the system /tmp folder;
+ Settings database was stored into the /home/$user/.GTKRawGallery directory;
+ Fixed "trembling" bug on image dragging;
+ Fixed a bug on grep_image_size function;
+ Fixed a bug on rename function when overwrite dialog is called;
+ Fixed "NULL size bug" on scale function;
+ Fixed autorotation bug when "cache thumbnail" option was unchecked;
+ Added thumbnail modification control on thumbnail generator;
+ Delete function was rewritten to avoid gallery reloading on layout 3 and quickly deleting wrong photos;
+ New "delete" button was added on details window;
+ The "remove from album" menuitems were removed and unified with "delete" function;
+ Added shortcuts;
+ Removed Fullscreen and Slideshow toolbuttons from details window;
+ Smoother slideshow's fading transition;
+ Details window shrinkage was unblocked for TwinView video mode;
+ "wand2pixbuf" function was improved;
+ Added exception handlers where needed;
+ Exiftool warning report;
+ Many code optimizations and fixes;