summarylogtreecommitdiffstats
path: root/org.enjoyingfoss.FOSStriangulator.metainfo.xml
blob: 6bd0b4c47b85b6fae096b2157a91c844dc2f03f4 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 FOSStriangulator team -->
<component type="desktop-application">
  <id>org.enjoyingfoss.FOSStriangulator</id>
  
  <name>FOSStriangulator</name>
  <summary>A tool for making triangulated illustrations out of photos</summary>
  
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>GPL-2.0-only</project_license>
  <url type="homepage">https://github.com/FOSStriangulator/FOSStriangulator</url>
  
  <description>
    <p>
      A tool for making triangulated illustrations out of photos
    </p>
  </description>
  
  <screenshots>
    <screenshot type="default">
      <caption>Triangulation preview of the default startup graphic</caption>
      <image type="source">https://raw.githubusercontent.com/FOSStriangulator/FOSStriangulator/master/meta/screenshots/FOSStriangulator-triangulation.png</image>
    </screenshot>
    <screenshot>
      <caption>View showing the original graphic and points</caption>
      <image type="source">https://raw.githubusercontent.com/FOSStriangulator/FOSStriangulator/master/meta/screenshots/FOSStriangulator-points.png</image>
    </screenshot>
    <screenshot>
      <caption>View showing the triangulation mesh</caption>
      <image type="source">https://raw.githubusercontent.com/FOSStriangulator/FOSStriangulator/master/meta/screenshots/FOSStriangulator-mesh.png</image>
    </screenshot>
    <screenshot>
      <caption>View showing the contour of the image using edge detection</caption>
      <image type="source">https://raw.githubusercontent.com/FOSStriangulator/FOSStriangulator/master/meta/screenshots/FOSStriangulator-contour.png</image>
    </screenshot>
  </screenshots>
  
  <releases>
    <release date="2020-01-19" version="1.0.0"/>
  </releases>

  <content_rating type="oars-1.1" />

  <launchable type="desktop-id">org.enjoyingfoss.FOSStriangulator.desktop</launchable>
</component>