Total Pageviews

Sunday 28 May 2023

Linux/windows下的图片浏览器Phototonic



Phototonic 是一款Linux 下开源的轻量级图片管理浏览器,基于 QT 开发,  遵循GPL v3开源协议。体积小巧、运行快速,不依赖任何桌面环境,支持多个缩略图布局, 支持添加标签并根据标签搜索, 寻找和管理重复图片等功能。支持图片类型包括:BMP, CUR, GIF, DDS, ICO, JPEG, MNG, PBM, PGM, PNG, PPM, SVG, SVGZ, TGA, TIFF, XBM, XPM等.

------------------------------------------------------------------------------

Phototonic Image Viewer

Notice

This project is unmaintained. See Geeqie for an alternative.

About

Phototonic is an image viewer and organizer built with Qt and Exiv2, released under GNU General Public License v3. The ec1oud fork is for work on batch-processing features: specifically to take a directory full of crooked webcam shots and align them well enough to make a time-lapse video.

Features

  • Support for common image formats and GIF animation
  • Supports tagging images, and filtering images by tags (IPTC)
  • Browse thumbnails 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

Screenshot

Optional Dependencies
  • qt5-imageformats (TIFF and TGA support)
  • qt5-svg (SVG support)
Quick Build Instructions on Linux
$ tar zxvf phototonic.tar.gz
$ cd phototonic
$ qmake
$ make
$ make install

Building on Windows

Building on Windows is only supported with mingw at the moment (the source code is probably compatible with msvc, but this was not tested yet). First get the exiv2 library. Binary version is available from http://www.exiv2.org/download.html (download mingw version) or build it manually.

Note that Qt libraries must be built against the same major mingw version as exiv2 is built against (i.e. Qt built with mingw 5 and higher won't be compatible with exiv2 built with mingw 4.9). Currently exiv2 binary package for mingw is built with mingw 4.9 therefore the latest compatible Qt version available in binary is 5.6.3 (available via Qt Maintenance Tool).

If using the binary package from exiv2 website, unpack the mingw directory to the root of the repository (only mingw/lib and mingw/include are essential). Then build phototonic as usual - via qmake + mingw32-make in the console, or via QtCreator (remember to choose the compatible Qt Kit).

from https://github.com/oferkv/phototonic

No comments:

Post a Comment