-
-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add automatically parsed data (test)
[ci skip]
- Loading branch information
GitHub Actions
committed
Jul 30, 2023
1 parent
286b89c
commit 438806f
Showing
5 changed files
with
129 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
--- | ||
layout: app | ||
|
||
permalink: /lux/ | ||
description: image and panorama viewer | ||
license: GPL-3.0-or-later | ||
|
||
icons: | ||
- lux/icons/256x256/lux.png | ||
screenshots: | ||
- https://kfj.bitbucket.io/lux_screenshot_2.png | ||
|
||
authors: | ||
|
||
links: | ||
|
||
desktop: | ||
Desktop Entry: | ||
Comment: lux image and panorama viewer | ||
Comment[de_DE]: lux Bild- und Panoramabetrachter | ||
X-Category: Graphics | ||
Categories: Graphics | ||
Exec: lux %F | ||
GenericName: image and panorama viewer | ||
GenericName[de_DE]: Bild- und Panoramabetrachter | ||
MimeType: image/x-win-bitmap | ||
Name: lux | ||
Name[de_DE]: lux | ||
NoDisplay: true | ||
Icon: lux | ||
StartupNotify: true | ||
Terminal: false | ||
Type: Application | ||
X-DBUS-ServiceName: | ||
X-DBUS-StartupType: | ||
X-KDE-SubstituteUID: false | ||
X-KDE-Username: | ||
X-AppImage-Version: 1.1.7 | ||
AppImageHub: | ||
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.' | ||
X-AppImage-Type: 2 | ||
X-AppImage-Architecture: x86_64 | ||
|
||
appdata: | ||
Type: desktop-application | ||
ID: org.bitbucket.kfj.lux | ||
Name: | ||
C: lux | ||
Summary: | ||
C: image and panorama viewer | ||
Description: | ||
C: >- | ||
<p>lux is a viewer for 'ordinary' images, panoramas and panorama specifications in PTO format. The view can | ||
be zoomed, panned, rotated, made brighter/darker etc. It supports a wide range of image formats, like JPG, PNG, TIFF and | ||
openEXR - image I/O is done with libvigraimpex. It supports 'flat' images and several panoramic projections: | ||
spherical, cylindrical, stereographic, fisheye and rectilinear, both for the image and the view. For images made with | ||
a camera or smartphone which have appropriate metadata, lux will show a perspective-corrected view - lux uses libexiv2. | ||
lux can also stitch panoramas, and fuse or HDR-merge exposure brackets specified in a PTO file made with, e.g., hugin. | ||
It can not do image registration. What's seen on-screen can be exported as a 'snapshot'. lux is also good | ||
for slide shows. Many PTO features are supported, including panoramas with stacks. lux provides it's own implementation | ||
of the Burt&Adelson image splining algorithm for seamless stitching and exposure fusion, working directly from the | ||
source image set with no intermediate images.</p> | ||
ProjectLicense: GPL-3.0-or-later | ||
Launchable: | ||
desktop-id: | ||
- org.bitbucket.kfj.lux.desktop | ||
Screenshots: | ||
- default: true | ||
thumbnails: [] | ||
source-image: | ||
url: https://kfj.bitbucket.io/lux_screenshot_2.png | ||
lang: C | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>org.bitbucket.kfj.lux</id> | ||
|
||
<name>lux</name> | ||
<summary>image and panorama viewer</summary> | ||
|
||
<metadata_license>MIT</metadata_license> | ||
<project_license>GPL-3.0-or-later</project_license> | ||
|
||
<description> | ||
<p> | ||
lux is a viewer for 'ordinary' images, panoramas and panorama specifications in PTO format. The view can be zoomed, panned, rotated, made brighter/darker etc. It supports a wide range of image formats, like JPG, PNG, TIFF and openEXR - image I/O is done with libvigraimpex. It supports 'flat' images and several panoramic projections: spherical, cylindrical, stereographic, fisheye and rectilinear, both for the image and the view. For images made with a camera or smartphone which have appropriate metadata, lux will show a perspective-corrected view - lux uses libexiv2. lux can also stitch panoramas, and fuse or HDR-merge exposure brackets specified in a PTO file made with, e.g., hugin. It can not do image registration. What's seen on-screen can be exported as a 'snapshot'. lux is also good for slide shows. Many PTO features are supported, including panoramas with stacks. lux provides it's own implementation of the Burt&Adelson image splining algorithm for seamless stitching and exposure fusion, working directly from the source image set with no intermediate images. | ||
</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">org.bitbucket.kfj.lux.desktop</launchable> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image type="source">https://kfj.bitbucket.io/lux_screenshot_2.png</image> | ||
</screenshot> | ||
</screenshots> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[Desktop Entry] | ||
Comment=lux image and panorama viewer | ||
Comment[de_DE]=lux Bild- und Panoramabetrachter | ||
X-Category=Graphics | ||
Categories=Graphics;2DGraphics; | ||
Exec=lux %F | ||
GenericName=image and panorama viewer | ||
GenericName[de_DE]=Bild- und Panoramabetrachter | ||
MimeType=image/x-win-bitmap;image/x-exr;image/tiff;image/png;image/jpeg;image/bmp;application/x-ptoptimizer-script;application/lux; | ||
Name=lux | ||
Name[de_DE]=lux | ||
NoDisplay=true | ||
Icon=lux | ||
# Path= | ||
StartupNotify=true | ||
Terminal=false | ||
# TerminalOptions= | ||
Type=Application | ||
X-DBUS-ServiceName= | ||
X-DBUS-StartupType= | ||
X-KDE-SubstituteUID=false | ||
X-KDE-Username= | ||
X-AppImage-Version=1.1.7 | ||
|
||
[AppImageHub] | ||
# Dear upstream developer, please include update information in your AppImage | ||
# (e.g., with appimagetool -u) so that users can easily update the AppImage | ||
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. | ||
X-AppImage-Type=2 | ||
X-AppImage-Architecture=x86_64 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.