-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathio.github.saeugetier.photobooth.metainfo.xml
More file actions
65 lines (63 loc) · 2.45 KB
/
io.github.saeugetier.photobooth.metainfo.xml
File metadata and controls
65 lines (63 loc) · 2.45 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component type="desktop-application">
<id>io.github.saeugetier.photobooth</id>
<name>Photobooth</name>
<developer id="io.github.saeugetier">
<name>Timm Eversmeyer</name>
</developer>
<summary>A photobooth application.</summary>
<description>
<p>Photobooth is a photobooth application designed to be used with a camera and a printer. Features:</p>
<ul>
<li>Capture photos via a camera</li>
<li>Create collage from captured photos.</li>
<li>Print single photos or collages</li>
<li>View and reprint captures in a gallery</li>
<li>Background removal via neural network or green screen.</li>
<li>Selectable image filter effects</li>
</ul>
</description>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>
<content_rating type="oars-1.1" />
<project_license>GPL-3.0</project_license>
<metadata_license>CC0-1.0</metadata_license>
<url type="homepage">https://saeugetier.github.io/photobooth/</url>
<launchable type="desktop-id">io.github.saeugetier.photobooth.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/saeugetier/photobooth/refs/heads/develop/screenshots/Main.png</image>
<caption>Main page</caption>
</screenshot>
</screenshots>
<releases>
<release version="0.7.1" date="2025-07-22">
<description translate="no">
<p>NCNN as secondary neural network runtime for accelerated execution on Raspberry Pi. Several bugfixes for better user experience with flatpak build.</p>
</description>
</release>
<release version="0.7.0" date="2025-05-25">
<description translate="no">
<p>Initial release with flatpak. New implementation of background removal filter. Port from Qt5 to Qt6.</p>
</description>
</release>
<release version="0.6.2" date="2025-03-19">
<description translate="no">
<p>Bugfix release.</p>
</description>
</release>
<release version="0.6.1" date="2024-05-22">
<description translate="no">
<p>Bugfix release. Fix default layouts and printer busy indicator. </p>
</description>
</release>
<release version="0.6.0" date="2024-05-21">
<description translate="no">
<p>Initial public release. Minimal viable feature set.</p>
</description>
</release>
</releases>
</component>