wok diff libvips/description.txt @ rev 25108
Fix open-iscsi
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 23 20:48:12 2022 +0000 (2022-06-23) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libvips/description.txt Thu Jun 23 20:48:12 2022 +0000 1.3 @@ -0,0 +1,13 @@ 1.4 +Libvips is a demand-driven, horizontally threaded image processing library. 1.5 +Compared to similar libraries, libvips runs quickly and uses little memory. 1.6 + 1.7 +It has around 300 operations covering arithmetic, histograms, convolution, 1.8 +morphological operations, frequency filtering, colour, resampling, statistics 1.9 +and others. 1.10 +It supports a large range of numeric formats, from 8-bit int to 128-bit complex. 1.11 +Images can have any number of bands. 1.12 +It supports a good range of image formats, including JPEG, TIFF, PNG, WebP, 1.13 +FITS, Matlab, OpenEXR, PDF, SVG, HDR, PPM, CSV, GIF, Analyze, NIfTI, DeepZoom, 1.14 +and OpenSlide. 1.15 +It can also load images via ImageMagick or GraphicsMagick, letting it load 1.16 +formats like DICOM.