diff --git a/README.md b/README.md index 13a7113..c6d9fa5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/images/save-as.png b/images/save-as.png deleted file mode 100644 index c680a8a..0000000 Binary files a/images/save-as.png and /dev/null differ diff --git a/images/shot1.png b/images/shot1.png deleted file mode 100644 index 30f311b..0000000 Binary files a/images/shot1.png and /dev/null differ diff --git a/images/shot2.png b/images/shot2.png deleted file mode 100644 index d2e5755..0000000 Binary files a/images/shot2.png and /dev/null differ diff --git a/images/shot3.png b/images/shot3.png deleted file mode 100644 index 6f47733..0000000 Binary files a/images/shot3.png and /dev/null differ diff --git a/org.libvips.vipsdisp.json b/org.libvips.vipsdisp.json index 2203de6..6cf137c 100644 --- a/org.libvips.vipsdisp.json +++ b/org.libvips.vipsdisp.json @@ -457,7 +457,7 @@ { "type" : "git", "url" : "https://github.com/jcupitt/vipsdisp.git", - "tag" : "v3.1.0" + "tag" : "v3.1.1" } ] } diff --git a/org.libvips.vipsdisp.metainfo.xml b/org.libvips.vipsdisp.metainfo.xml index 7f3c150..85ee777 100644 --- a/org.libvips.vipsdisp.metainfo.xml +++ b/org.libvips.vipsdisp.metainfo.xml @@ -3,9 +3,13 @@ org.libvips.vipsdisp https://github.com/jcupitt/vipsdisp + + #d4b526 + #6360d6 + - vipsdisp + Vipsdisp Image viewer jcupitt @@ -20,15 +24,16 @@

-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.

@@ -37,22 +42,22 @@ visualisation options and display modes. - https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images/shot1.png + https://raw.githubusercontent.com/jcupitt/vipsdisp/master/screenshots/overview.png Even very large images open quickly - https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images/shot2.png + https://raw.githubusercontent.com/jcupitt/vipsdisp/master/screenshots/visualisation.png Visualization tools let you explore technical images - https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images/save-as.png + https://raw.githubusercontent.com/jcupitt/vipsdisp/master/screenshots/save-as.png Save as lets you change image formats, and supports features like image pyramids - https://raw.githubusercontent.com/jcupitt/vipsdisp/master/images/shot3.png + https://raw.githubusercontent.com/jcupitt/vipsdisp/master/screenshots/animation.png Animated images with alpha channels are also supported @@ -60,10 +65,18 @@ visualisation options and display modes. + + +

+ Add FITS support, improve flathub metadata. +

+
+
+

- 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.

diff --git a/org.libvips.vipsdisp.png b/org.libvips.vipsdisp.png index 35ddf0d..3cdeef3 100644 Binary files a/org.libvips.vipsdisp.png and b/org.libvips.vipsdisp.png differ diff --git a/screenshots/animation.png b/screenshots/animation.png new file mode 100644 index 0000000..ffe3687 Binary files /dev/null and b/screenshots/animation.png differ diff --git a/screenshots/overview.png b/screenshots/overview.png new file mode 100644 index 0000000..8fa4046 Binary files /dev/null and b/screenshots/overview.png differ diff --git a/screenshots/save-as.png b/screenshots/save-as.png new file mode 100644 index 0000000..7223246 Binary files /dev/null and b/screenshots/save-as.png differ diff --git a/screenshots/visualisation.png b/screenshots/visualisation.png new file mode 100644 index 0000000..3c10c10 Binary files /dev/null and b/screenshots/visualisation.png differ