forked from jcupitt/vipsdisp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.libvips.vipsdisp.metainfo.xml
138 lines (112 loc) · 4.23 KB
/
org.libvips.vipsdisp.metainfo.xml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2023 jcupitt -->
<component type="desktop-application">
<id>org.libvips.vipsdisp</id>
<url type="homepage">https://github.com/jcupitt/vipsdisp</url>
<content_rating type="oars-1.1" />
<name>vipsdisp</name>
<summary>Image viewer</summary>
<developer_name>jcupitt</developer_name>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<recommends>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</recommends>
<description>
<p>
vipsdisp can display huge (many, many GB) images quickly and without using much memory.
As well as the usual PNG, JPG, TIF, PDF, SVG, WEBP, JP2K, JXL and GIF,
it supports many scientific and technical image formats, including SVS,
MRXS, OpenEXR, FITS, Matlab, NIfTI, Analyze, PFM, etc.
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.
</p>
</description>
<launchable type="desktop-id">org.libvips.vipsdisp.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images/shot1.png</image>
<caption>Even very large images open quickly</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images/shot2.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>
<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>
<caption>Animated images with alpha channels are also supported</caption>
</screenshot>
</screenshots>
<releases>
<release version="2.6.1" date="2023-10-12">
<description>
<p>
Asynchronous infobar updates.
</p>
</description>
</release>
<release version="2.6.0" date="2023-09-07">
<description>
<p>
Colour management. NN sampling for zoom. Better handling of
many-band images. Caching improvements. Better conversion to RGB.
More animations.
</p>
</description>
</release>
<release version="2.5.1" date="2023-07-23">
<description>
<p>Fix the progress bar (again).</p>
</description>
</release>
<release version="2.5" date="2023-07-22">
<description>
<p>Save-as dialog. Improvements to mouse scrollwheel handling.</p>
</description>
</release>
<release version="2.4" date="2022-08-19">
<description>
<p>Faster, smoother pan and zoom. Selectable image background. Better
visualisation of HDR images. Better SVG support. Better OME TIFF
support.</p>
</description>
</release>
<release version="2.3" date="2021-12-31">
<description>
<p>Better initial shrink-to-fit logic. Right-button menu on image.
Better focus handling. Better image format detection. Better
handling of tile joins. Update to libvips 8.12.</p>
</description>
</release>
<release version="2.2" date="2021-10-20">
<description>
<p>This release improves screen repainting further, adds a set of
animations for image navigation, and fixes several minor bugs.</p>
</description>
</release>
<release version="2.1" date="2021-10-15">
<description>
<p>This release has better desktop integration, and uses
gtk4-wayland.</p>
</description>
</release>
<release version="2.0" date="2021-10-14">
<description>
<p>This release improves screen repainting and adds a new "pages as
bands" display mode, useful for for OME TIFF images.</p>
</description>
</release>
<release version="1.0" date="2021-09-28">
<description>
<p>First relased version.</p>
</description>
</release>
</releases>
</component>