@@ -4,7 +4,9 @@ Vipsdisp can display huge (many, many gigabyte) images quickly and without
44using much memory. As well as the usual PNG, JPG, TIF, PDF, SVG, WEBP,
55JP2, JXL and GIF, it supports many scientific and technical image formats,
66including RAW, SVS, MRXS, OpenEXR, FITS, Matlab, NIfTI, Analyze, and
7- PFM. Vipsdisp supports pixel types from 1 bit mono to 128-bit double precision
7+ PFM. It can also load camera RAW images, and UltraHDR.
8+
9+ Vipsdisp supports pixel types from 1 bit mono to 128-bit double precision
810complex, you can convert image formats, it support copy-paste and drag-drop,
911and it has a range of useful visualisation tools and display modes.
1012
@@ -45,8 +47,8 @@ for each release](https://github.com/jcupitt/vipsdisp/releases).
4547
4648* It supports many scientific and technical image formats, including TIFF,
4749 WEBP, JP2K, JXL, RAW, HEIC, AVIF, PNG, JPEG, SVS, MRXS, OpenEXR, GIF, PDF,
48- SVG, FITS, Matlab, NIfTI, Analyze, etc. It supports many numeric pixel types,
49- any number of image bands, many colour spaces.
50+ UHDR, SVG, FITS, Matlab, NIfTI, Analyze, etc. It supports many numeric pixel
51+ types, any number of image bands, many colour spaces.
5052
5153* It doesn't need to keep the whole image in memory. It will only read parts
5254 that it needs for display, and it understands most pyramidal image formats.
0 commit comments