-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathphototonic.appdata.xml
27 lines (27 loc) · 1.14 KB
/
phototonic.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>phototonic.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Phototonic</name>
<summary>View photos on your computer</summary>
<description>
<p>Phototonic is an image viewer and organizer built with Qt and Exiv2. Features:</p>
<ul>
<li>Support for common image formats and GIF animation</li>
<li>Supports tagging images, and filtering images by tags (IPTC)</li>
<li>Browse thumbnails recursively down a folder tree</li>
<li>Dynamic thumbnails loading</li>
<li>Image transformation and color manipulation</li>
<li>Display image information and metadata</li>
<li>Does not depend on any desktop environment</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/oferkv/phototonic/master/images/screenshot.jpg</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/oferkv/phototonic</url>
<url type="bugtracker">https://github.com/oferkv/phototonic/issues</url>
</component>