Skip to content

Commit be12f8b

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 7c529e6 commit be12f8b

File tree

4 files changed

+26
-41
lines changed

4 files changed

+26
-41
lines changed

apps/PhotoQuick.md

+13-19
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license: GPL-3.0-or-later
88
icons:
99
- PhotoQuick/icons/96x96/photoquick.png
1010
screenshots:
11-
- https://github.com/ksharindam/photoquick/raw/master/data/screenshots/Screenshot1.jpg
11+
- https://github.com/ksharindam/photoquick/raw/main/data/screenshots/Screenshot1.jpg
1212

1313
authors:
1414
- name: ksharindam
@@ -31,14 +31,13 @@ desktop:
3131
StartupNotify: false
3232
Terminal: false
3333
AppImageHub:
34-
X-AppImage-UpdateInformation: zsync|https://github.com/ksharindam/photoquick/releases/latest/download/PhotoQuick-amd64.AppImage.zsync
34+
X-AppImage-UpdateInformation: zsync|https://github.com/ksharindam/photoquick/releases/latest/download/PhotoQuick-x86_64.AppImage.zsync
3535
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
3636
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
3737
could not be verified. Please remember that the signature file (.sig or .asc)
3838
should be the first file given on the command line.'
3939
X-AppImage-Type: 2
4040
X-AppImage-Architecture: x86_64
41-
X-AppImage-Payload-License: GPL-3.0
4241

4342
appdata:
4443
Type: desktop-application
@@ -56,19 +55,14 @@ appdata:
5655
<p>Features :</p>
5756

5857
<ul>
59-
<li>Export to PDF</li>
60-
<li>Auto Resize to file size</li>
61-
<li>Crop in particular ratio</li>
62-
<li>Rotate, mirror, perspective transform</li>
63-
<li>Add Border</li>
64-
<li>Create photo grid for printing</li>
65-
<li>Magic Eraser (inpainting)</li>
66-
<li>Intelligent Scissor</li>
67-
<li>Filters</li>
68-
<li>Scan Page</li>
69-
<li>Auto Contrast</li>
70-
<li>White Balance</li>
71-
<li>Reduce Noise</li>
58+
<li>Save as PDF, WebP</li>
59+
<li>Save with target file size</li>
60+
<li>Perspective transform</li>
61+
<li>Photo Collage, Photo Grid for printing</li>
62+
<li>Magic Eraser or Heal Tool (inpainting)</li>
63+
<li>Intelligent Scissor (Background Remover)</li>
64+
<li>Filters (Scanned Page, Sharpen, Pencil Sketch, Vignette)</li>
65+
<li>Add more features with plugins</li>
7266
</ul>
7367

7468
<p>Get plugins from github page for more features.</p>
@@ -86,18 +80,18 @@ appdata:
8680
C: Main Window
8781
thumbnails: []
8882
source-image:
89-
url: https://github.com/ksharindam/photoquick/raw/master/data/screenshots/Screenshot1.jpg
83+
url: https://github.com/ksharindam/photoquick/raw/main/data/screenshots/Screenshot1.jpg
9084
lang: C
9185
- caption:
9286
C: PhotoGrid Dialog
9387
thumbnails: []
9488
source-image:
95-
url: https://github.com/ksharindam/photoquick/raw/master/data/screenshots/Screenshot2.jpg
89+
url: https://github.com/ksharindam/photoquick/raw/main/data/screenshots/Screenshot2.jpg
9690
lang: C
9791
- caption:
9892
C: Scissor Tool Dialog
9993
thumbnails: []
10094
source-image:
101-
url: https://github.com/ksharindam/photoquick/raw/master/data/screenshots/Screenshot3.jpg
95+
url: https://github.com/ksharindam/photoquick/raw/main/data/screenshots/Screenshot3.jpg
10296
lang: C
10397
---

database/PhotoQuick/com.ksharindam.photoquick.appdata.xml

+12-20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright (C) 2021 Arindam Chaudhuri <[email protected]> -->
2+
<!-- Copyright (C) 2021-2022 Arindam Chaudhuri <[email protected]> -->
33
<component type="desktop-application">
44
<id>com.ksharindam.photoquick</id>
55
<metadata_license>FSFAP</metadata_license>
@@ -18,23 +18,15 @@
1818

1919
<p> Features :</p>
2020
<ul>
21-
<li>Export to PDF</li>
22-
<li>Auto Resize to file size</li>
23-
<li>Crop in particular ratio</li>
24-
<li>Rotate, mirror, perspective transform</li>
25-
<li>Add Border</li>
26-
<li>Create photo grid for printing</li>
27-
<li>Magic Eraser (inpainting)</li>
28-
<li>Intelligent Scissor</li>
29-
<li>Filters</li>
30-
<li>Scan Page</li>
31-
<li>Auto Contrast</li>
32-
<li>White Balance</li>
33-
<li>Reduce Noise</li>
21+
<li>Save as PDF, WebP</li>
22+
<li>Save with target file size</li>
23+
<li>Perspective transform</li>
24+
<li>Photo Collage, Photo Grid for printing</li>
25+
<li>Magic Eraser or Heal Tool (inpainting)</li>
26+
<li>Intelligent Scissor (Background Remover)</li>
27+
<li>Filters (Scanned Page, Sharpen, Pencil Sketch, Vignette)</li>
28+
<li>Add more features with plugins</li>
3429
</ul>
35-
With Scissor tool you can erase background.
36-
You can create mask with scissor tool, thus you can blur or darken the background.
37-
Magick eraser (Inpaint) tool can be used to erase cracks or objects in scanned photos.
3830
<p>
3931
Get plugins from github page for more features.
4032
</p>
@@ -49,15 +41,15 @@
4941
<screenshots>
5042
<screenshot type="default">
5143
<caption>Main Window</caption>
52-
<image>https://github.com/ksharindam/photoquick/raw/master/data/screenshots/Screenshot1.jpg</image>
44+
<image>https://github.com/ksharindam/photoquick/raw/main/data/screenshots/Screenshot1.jpg</image>
5345
</screenshot>
5446
<screenshot>
5547
<caption>PhotoGrid Dialog</caption>
56-
<image>https://github.com/ksharindam/photoquick/raw/master/data/screenshots/Screenshot2.jpg</image>
48+
<image>https://github.com/ksharindam/photoquick/raw/main/data/screenshots/Screenshot2.jpg</image>
5749
</screenshot>
5850
<screenshot>
5951
<caption>Scissor Tool Dialog</caption>
60-
<image>https://github.com/ksharindam/photoquick/raw/master/data/screenshots/Screenshot3.jpg</image>
52+
<image>https://github.com/ksharindam/photoquick/raw/main/data/screenshots/Screenshot3.jpg</image>
6153
</screenshot>
6254
</screenshots>
6355

database/PhotoQuick/com.ksharindam.photoquick.desktop

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ StartupNotify=false
99
Terminal=false
1010

1111
[AppImageHub]
12-
X-AppImage-UpdateInformation=zsync|https://github.com/ksharindam/photoquick/releases/latest/download/PhotoQuick-amd64.AppImage.zsync
12+
X-AppImage-UpdateInformation=zsync|https://github.com/ksharindam/photoquick/releases/latest/download/PhotoQuick-x86_64.AppImage.zsync
1313
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
1414
X-AppImage-Type=2
1515
X-AppImage-Architecture=x86_64
16-
X-AppImage-Payload-License=GPL-3.0

database/PhotoQuick/screenshot.png

-1.02 KB
Loading

0 commit comments

Comments
 (0)