Skip to content

FreeSlave/phototonic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phototonic Image Viewer

About

Phototonic is an image viewer and organizer built with Qt and Exiv2, released under GNU General Public License v3.

Features

  • Supports common image formats and GIF animation.
  • Supports tagging images and filtering images by tags (IPTC).
  • Load thumbnails and browse recursively down a folder tree.
  • Dynamic thumbnails loading.
  • Image transformation and color manipulation.
  • Display image information and metadata
  • Does not depend on any desktop environment.

Latest Updates:

15 Jan 2018
  • Back after a long break
  • Code cleanup and removal of useless features.
  • Lots of bug fixes.
  • Added Remove Image Metadata action.
  • Enhanced keyboard settings.
  • Enhanced image info.
12 Nov 2015 - v1.7.1
  • Changes to the way layouts are being switched, now faster and more efficient
  • Fixed issue with not reading image tags correctly when exif data was missing from image
  • Added Negate option to image tags filtering
  • Docks can now be nested to create more customized layouts
  • Some enhancements to Tags user experience and icons
  • Fixed issue with limited zoom functionality
  • Better error handling when reading corrupted images
  • New translations added
8 Aug 2015 - v1.6.17
  • Image tags improvements and bug fixes
  • Changes to default key mapping
  • Small fixes to image extensions
  • Fixed issue with thumb label appearing after rename when labels are not displayed
  • Improvements to image feedback
  • Some dialog usability fixes
  • Added Negativity settings per color channel
  • Fixed colors manipulations for images with alpha channel and non animated GIF images
  • Other Bug fixes
4 Jul 2015 - v1.6.6
  • Improved tags usability and performance
  • Bug fixes
6 Jun 2015 - v1.6.2
  • Image tags, tagging images and filtering images by tags
  • Delete confirmation is now configurable
  • Improvements to drag and drop
  • A more sophisticated Dir-completer
  • Many many more fixes and improvements, thanks to the contributors!
Optional Dependencies
  • qt5-imageformats (TIFF and TGA support)
  • qt5-svg (SVG support)
Quick and Dirty Build Instructions
$ tar -zxvf phototonic.tar.gz
$ cd phototonic
$ qmake
$ make
$ make install
$ sudo make install

About

Image Viewer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.3%
  • QMake 0.7%