33<component type =" desktop-application" >
44 <id >org.libvips.vipsdisp</id >
55 <url type =" homepage" >https://github.com/jcupitt/vipsdisp</url >
6+ <branding >
7+ <color type =" primary" scheme_preference =" light" >#d4b526</color >
8+ <color type =" primary" scheme_preference =" dark" >#6360d6</color >
9+ </branding >
610 <content_rating type =" oars-1.1" />
711
8- <name >vipsdisp </name >
12+ <name >Vipsdisp </name >
913 <summary >Image viewer</summary >
1014 <developer_name >jcupitt</developer_name >
1115
2024
2125 <description >
2226 <p >
23- vipsdisp can display huge (many, many GB) images quickly and without using much memory.
27+ Vipsdisp can display huge (many, many gigabyte) images quickly and without
28+ using much memory.
2429
25- As well as the usual PNG, JPG, TIF, PDF, SVG, WEBP, JP2K , JXL and GIF,
30+ As well as the usual PNG, JPG, TIF, PDF, SVG, WEBP, JP2 , JXL and GIF,
2631it supports many scientific and technical image formats, including SVS,
27- MRXS, OpenEXR, FITS, Matlab, NIfTI, Analyze, PFM, etc .
32+ MRXS, OpenEXR, FITS, Matlab, NIfTI, Analyze, and PFM .
2833
29- vipsdisp supports pixel types from 1 bit mono to 128-bit double precision
30- complex, you can convert image formats, and it has a range of useful
31- visualisation options and display modes.
34+ Vipsdisp supports pixel types from 1 bit mono to 128-bit double precision
35+ complex, you can convert image formats, it support copy-paste and drag-drop,
36+ and it has a range of useful visualisation tools and display modes.
3237 </p >
3338 </description >
3439
@@ -37,33 +42,41 @@ visualisation options and display modes.
3742 <screenshots >
3843
3944 <screenshot type =" default" >
40- <image >https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images/shot1 .png</image >
45+ <image >https://raw.githubusercontent.com/jcupitt/vipsdisp/master/screenshots/overview .png</image >
4146 <caption >Even very large images open quickly</caption >
4247 </screenshot >
4348
4449 <screenshot >
45- <image >https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images/shot2 .png</image >
50+ <image >https://raw.githubusercontent.com/jcupitt/vipsdisp/master/screenshots/visualisation .png</image >
4651 <caption >Visualization tools let you explore technical images</caption >
4752 </screenshot >
4853
4954 <screenshot >
50- <image >https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images /save-as.png</image >
55+ <image >https://raw.githubusercontent.com/jcupitt/vipsdisp/master/screenshots /save-as.png</image >
5156 <caption >Save as lets you change image formats, and supports features like image pyramids</caption >
5257 </screenshot >
5358
5459 <screenshot >
55- <image >https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images/shot3 .png</image >
60+ <image >https://raw.githubusercontent.com/jcupitt/vipsdisp/master/screenshots/animation .png</image >
5661 <caption >Animated images with alpha channels are also supported</caption >
5762 </screenshot >
5863
5964 </screenshots >
6065
6166 <releases >
6267
68+ <release version =" 3.1.1" date =" 2024-11-09" >
69+ <description >
70+ <p >
71+ Add FITS support, improve flathub metadata.
72+ </p >
73+ </description >
74+ </release >
75+
6376 <release version =" 3.1.0" date =" 2024-10-28" >
6477 <description >
6578 <p >
66- Handle more image interpretations, add animated JXL,
79+ Handle more image interpretations, add animated JXL support ,
6780 add "preserve view settings on new image" option, better window menu.
6881 </p >
6982 </description >
0 commit comments