Skip to content

Commit

Permalink
try to pass flathub meta guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed Nov 9, 2024
1 parent 0d74988 commit 1549e1c
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 17 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ very commented C.

It all works, though see the TODO list below.

[![Screenshot](images/shot1.png)](images/shot1.png)
[![Screenshot](screenshots/overview.png)](screenshots/overview.png)

[![Screenshot](images/shot2.png)](images/shot2.png)
[![Screenshot](screenshots/screenshots/visualisation.png)](screenshots/visualisation.png)

[![Screenshot](images/shot3.png)](images/shot3.png)
[![Screenshot](screenshots/save-as.png)](screenshots/save-as.png)

[![Screenshot](images/save-as.png)](images/save-as.png)
[![Screenshot](screenshots/animation.png)](screenshots/animation.png)

https://youtu.be/KSoBkO2_HtE

Expand Down
Binary file removed images/save-as.png
Binary file not shown.
Binary file removed images/shot1.png
Binary file not shown.
Binary file removed images/shot2.png
Binary file not shown.
Binary file removed images/shot3.png
Binary file not shown.
2 changes: 1 addition & 1 deletion org.libvips.vipsdisp.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
{
"type" : "git",
"url" : "https://github.com/jcupitt/vipsdisp.git",
"tag" : "v3.1.0"
"tag" : "v3.1.1"
}
]
}
Expand Down
37 changes: 25 additions & 12 deletions org.libvips.vipsdisp.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
<component type="desktop-application">
<id>org.libvips.vipsdisp</id>
<url type="homepage">https://github.com/jcupitt/vipsdisp</url>
<branding>
<color type="primary" scheme_preference="light">#d4b526</color>
<color type="primary" scheme_preference="dark">#6360d6</color>
</branding>
<content_rating type="oars-1.1" />

<name>vipsdisp</name>
<name>Vipsdisp</name>
<summary>Image viewer</summary>
<developer_name>jcupitt</developer_name>

Expand All @@ -20,15 +24,16 @@

<description>
<p>
vipsdisp can display huge (many, many GB) images quickly and without using much memory.
Vipsdisp can display huge (many, many gigabyte) images quickly and without
using much memory.

As well as the usual PNG, JPG, TIF, PDF, SVG, WEBP, JP2K, JXL and GIF,
As well as the usual PNG, JPG, TIF, PDF, SVG, WEBP, JP2, JXL and GIF,
it supports many scientific and technical image formats, including SVS,
MRXS, OpenEXR, FITS, Matlab, NIfTI, Analyze, PFM, etc.
MRXS, OpenEXR, FITS, Matlab, NIfTI, Analyze, and PFM.

vipsdisp supports pixel types from 1 bit mono to 128-bit double precision
complex, you can convert image formats, and it has a range of useful
visualisation options and display modes.
Vipsdisp supports pixel types from 1 bit mono to 128-bit double precision
complex, you can convert image formats, it support copy-paste and drag-drop,
and it has a range of useful visualisation tools and display modes.
</p>
</description>

Expand All @@ -37,33 +42,41 @@ visualisation options and display modes.
<screenshots>

<screenshot type="default">
<image>https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images/shot1.png</image>
<image>https://raw.githubusercontent.com/jcupitt/vipsdisp/master/screenshots/overview.png</image>
<caption>Even very large images open quickly</caption>
</screenshot>

<screenshot>
<image>https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images/shot2.png</image>
<image>https://raw.githubusercontent.com/jcupitt/vipsdisp/master/screenshots/visualisation.png</image>
<caption>Visualization tools let you explore technical images</caption>
</screenshot>

<screenshot>
<image>https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images/save-as.png</image>
<image>https://raw.githubusercontent.com/jcupitt/vipsdisp/master/screenshots/save-as.png</image>
<caption>Save as lets you change image formats, and supports features like image pyramids</caption>
</screenshot>

<screenshot>
<image>https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images/shot3.png</image>
<image>https://raw.githubusercontent.com/jcupitt/vipsdisp/master/screenshots/animation.png</image>
<caption>Animated images with alpha channels are also supported</caption>
</screenshot>

</screenshots>

<releases>

<release version="3.1.1" date="2024-11-09">
<description>
<p>
Add FITS support, improve flathub metadata.
</p>
</description>
</release>

<release version="3.1.0" date="2024-10-28">
<description>
<p>
Handle more image interpretations, add animated JXL,
Handle more image interpretations, add animated JXL support,
add "preserve view settings on new image" option, better window menu.
</p>
</description>
Expand Down
Binary file modified org.libvips.vipsdisp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/animation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/save-as.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/visualisation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1549e1c

Please sign in to comment.