You are not logged in.
Hi All;
Phototonic is a fast and functional image viewer and organizer, inspired by the traditional image viewer design (i.e. thumbnails and viewer layouts).
Phototonic developed in C++/Qt and released under GNU General Public License v3.
Home page: http://oferkv.github.io/phototonic/
AUR: https://aur.archlinux.org/packages/?O=0 … _Search=Go
Bugs/Requests: https://github.com/oferkv/phototonic/issues
Last edited by daf666 (2014-11-22 10:53:09)
Offline
I like it so far, I find phototonic simple and efficient. Is there a way to customize the keyboard shortcuts?
Thank you for sharing!
Offline
@skualito: Thanks.
Currently not (only by recompiling).
I guess customizing the shortcuts is inevitable, Opened a new issue: https://github.com/oferkv/phototonic/issues/22
Offline
Already does quite a lot in a tiny package!
Other features I'd look for: zoom to original size; and in context menu: show image information; 'open with ...' (associated with MIME-type and/or customisable?)
Will watch its development with interest ... many thanks for making it available.
:-)
Offline
@ninian: Thanks!
"Zoom to original" option already there, "image info" an existing issue, opened a new issue for "open with".
@orschiro: I am not too familiar with Shotwell.
Offline
@orschiro: Thanks! Yep, issue #17 (tagging).
Offline
@skualito: keyboard shortcuts customization is now implemented, enjoy
Offline
@skualito: keyboard shortcuts customization is now implemented, enjoy
That's cool !!
Offline
@ninian FYI Added a basic "Open With" option. Also now image info is displayed in the status bar when selecting a thumb.
Offline
@ninian FYI Added a basic "Open With" option. Also now image info is displayed in the status bar when selecting a thumb.
Ah, thank you! Will look forward to testing it out when I get back to my Arch system tomorrow.
;-)
Offline
Offline
@orschiro: hehe... cool
Offline
Very nice and lightweight tool!
Any chance of EXIF parsing/display?
Offline
Thanks nojan
I am opening an issue for EXIF support. This is mostly for displaying image information (that was embedded in the image during taking the shot by the camera), and also rotating the image automatically yes?
Phototonic will have to include an additional lib to support this (not supported by Qt by default).
I am not sure if this means crossing the line between "light" and "not so light"... What do others think about this?
Offline
Thanks nojan
I am opening an issue for EXIF support. This is mostly for displaying image information (that was embedded in the image during taking the shot by the camera), and also rotating the image automatically yes?
Phototonic will have to include an additional lib to support this (not supported by Qt by default).
I am not sure if this means crossing the line between "light" and "not so light"... What do others think about this?
libexif is about 2MB, exiv2 about 4MB (supports iptc, too) Then you have three options to include it.
1) create a plugin interface and use a plugin , then using libexif as optdepend is possible
2a) simply hardcode it
2b) hardcode it, but make it a compile-time switch with defines.
Last edited by progandy (2014-04-16 13:51:20)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
Thanks nojan
I am opening an issue for EXIF support. This is mostly for displaying image information (that was embedded in the image during taking the shot by the camera), and also rotating the image automatically yes?
That is precisely what I meant The photographer in me likes to be able to check things aperture and shutter when browsing images. Automagic rotation is of course nice to.
My vote is on a compile time switch to make it optional in a clean, uncluttered way.
Offline
Thanks guys, this is helpful. I think I will go with the smaller lib or which ever is more common. As for implementation, something like "View->show EXIF info" that will show a panel with all relevant data and switches.
Offline
Good news nogan, preliminary Exif support is now available, heres a taste:
Use the Git AUR phototonic package to install: https://aur.archlinux.org/packages/phototonic-git/
Please gimme feedback.
I am planning to add a filtering line for tags, save capability and tags.
exiv2 is now a dependency because Tags will be a main feature...
Offline
Hello,
thank you for this interesting project! I'm interested in an image viewer
and organizer which is independend of a desktop environment. Unfortunately
I have a lot of pictures in cr2 format. Any chance to have support for that format ?
Offline
@Tristelune: Sure, added issue for supporting additional formats.
Offline
Thank you very much! I'll wait until the raw format will be supported. After that I'll consider to use Phototonic.
I'm eager to test it!
Offline
Good news everyone! v0.99 is released.
Note that Exiv2 is now a dependency (This is a must, in order to retain image metadata when editing and saving images).
V0.99 highlights:
Exif support (with automatic image rotation option).
File name filtering option.
Images can now be rotated freely to any angle.
New Image and Copy and Paste image data options.
File system tree and Image Info panes can be removed or docked.
Other bug fixes...
Offline
Latest version is really nice! The EXIF support is just what I wanted, great job!
Offline