Skip to content

Commit 887070f

Browse files
committed
final update for 4.1.0
1 parent 1414867 commit 887070f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ flatpak install flathub org.libvips.vipsdisp
4545
## Features
4646

4747
* It supports many scientific and technical image formats, including TIFF,
48-
WEBP, JP2K, JXL, HEIC, AVIF, PNG, JPEG, SVS, MRXS, OpenEXR, GIF, PDF, SVG,
49-
FITS, Matlab, NIfTI, Analyze, etc. It supports many numeric pixel types,
48+
WEBP, JP2K, JXL, RAW, HEIC, AVIF, PNG, JPEG, SVS, MRXS, OpenEXR, GIF, PDF,
49+
SVG, FITS, Matlab, NIfTI, Analyze, etc. It supports many numeric pixel types,
5050
any number of image bands, many colour spaces.
5151

5252
* It doesn't need to keep the whole image in memory. It will only read parts

org.libvips.vipsdisp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@
425425
"builddir" : true,
426426
"buildsystem" : "autotools",
427427
"config-opts" : [
428+
"--disable-examples",
428429
"--enable-openmp",
429430
"--enable-jpeg",
430431
"--enable-zlib",
@@ -465,7 +466,7 @@
465466
{
466467
"type" : "git",
467468
"url" : "https://github.com/jcupitt/vipsdisp.git",
468-
"tag" : "v4.1.0-rc1"
469+
"tag" : "v4.1.0"
469470
}
470471
]
471472
}

0 commit comments

Comments
 (0)