SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for vips-doc-8.13.3-95.13.noarch.rpm :

* Sat Dec 10 2022 Dirk Müller - update to 8.13.3:
* improve rules for 16-bit heifsave [johntrunc]
* improve libspng pallette write [kleisauke]
* improve libspng pallette sort [DarthSim]
* ensure EXIF has prefix before parsing [lovell]
* fix low bit depth pallette spng save [DarthSim]
* fix thumbnail of non-sRGB images with an export profile [kleisauke]
* Sat Oct 01 2022 Dirk Müller - update to 8.13.2:
* in dzsave, add add missing include directive for errno/EEXIST
* fix 8 bit pallete PNG save [lovell]
* fix null string in buffer print [pclewis]
* revise caching of seq mode loaders [jcupitt]
* reduce latency on dzsave kill [kleisauke]
* improve text too large check [kleisauke]
* fix subifd writing for small images [ruven]
* name ICC profiles in spngsave [lovell]
* Mon Sep 12 2022 Dirk Müller - update to 8.13.1:
* fix im7 feature detection in meson
* add a summary table at the end of configure in meson
* fix libpng fallback when spng is disabled in meson
* add \"unlimited\" to jpegload
* better 0 detection in unpremultiply
* fix low bitdepth spng save [jeffska]
* fix PNG low bitdepth save of high bitdepth images
* add support for libjxl 0.7 [kleisauke]
* improve compatibility with older libgsf versions [kleisauke]
* Mon Jul 25 2022 Dirk Müller - update to 8.13.0:
* last release with autotools build system
* configure fails for requested but unmet dependencies
* add support for another quantiser
* add \"extend\", \"background\" and \"premultiplied\" to vips_mapim() to fix edge antialiasing
* add support for HDR HEIC and AVIF images
* add vips_spngsave()
* jpeg2000 load left-justifies bitdepth
* add \"password\" option to pdfload, fix byte ordering of \"background\"
* add vips_operation_block_set(), vips_block_untrusted_set()
* improve the pixel rng
* new meson build system
* improve introspection annotations
* add \"unlimited\" to heifload
* add support for regions in C++ API
* add \"maxerror\" to gifsave
* update libnsgif API
* deprecate \"properties\" option to dzsave (now always on)
* add vips_dzsave_buffer()
* always set the min stack size for pthreads, if we can
* add \"fail-on\" to thumbnail
* add \"gap\" option to vips_reduce[hv]() and vips_resize()
* add \"ceil\" option to vips_shrink()
* quality improvements for image resizing
* add vips_source_new_from_target()
* add vips_target_seek(), vips_target_read(), vips_target_new_temp()
* add vips_tiffsave_target()
* add vips_target_end(), deprecate vips_target_finish()
* add \"mixed\" to webpsave
* add support for ICC profiles and linear encoding to JXL load and save
* add \"reoptimise\" to gifsave
* add \"bitdepth\" to magicksave
* change default PNG filter to \"none\"
* Sat Jun 18 2022 Dirk Müller - update to 8.12.2:
* make exif resuint optional and default to inch
* win: don\'t set create time on inappropriate file descriptors [lovell]
* fall back to magicksave for gif if cgif is not present [erik-frontify]
* fix a crash with 0 length vectors
* change default frame delay for GIFs from 1s to 0.1s
* remove stray trailing comma from iiif3 dirnames [whalehub]
* fix TTF load [chregu]
* revise GIF save alpha threshold [jfcalvo]
* raise libpng pixel size limit from 1m to 10m pixels [jskrzypek]
* fix gif save change detector [TheEssem]
* fix load from pipe with variable size reads
* Fri Jan 21 2022 Marcus Rueckert - Update to version 8.12.1 https://github.com/libvips/libvips/releases/tag/v8.12.1 https://github.com/libvips/libvips/releases/tag/v8.12.0 https://github.com/libvips/libvips/releases/tag/v8.11.4 https://github.com/libvips/libvips/releases/tag/v8.11.3 https://github.com/libvips/libvips/releases/tag/v8.11.2 https://github.com/libvips/libvips/releases/tag/v8.11.1 https://github.com/libvips/libvips/releases/tag/v8.11.0- this update adds modules in a version specific directory which is packages as vips-modules-%{short_version}- adds buildrequires for missing features: pkgconfig(imagequant) pkgconfig(libopenjp2) >= 2.4- Fix requires of the devel package to match the pkg-config files
* Wed Jul 14 2021 Steve Kowalik - Add vips-vipsprofile-python3-shebang.patch:
* Change shebang of vipsprofile to be /usr/bin/python3
* Sat Apr 24 2021 Andreas Schneider - Update to version 8.10.6
* https://github.com/libvips/libvips/releases/tag/v8.10.6
* Sun Feb 07 2021 Wang Jun - Update to version 8.10.5
* fix potential /0 in animated webp load [lovell]
* fix spng detection
* fix vips7 webp load [barryspearce]
* fix out of bounds exif read in heifload
* fix out of bounds read in tiffload
* fix tiffsave region shrink mode [imgifty]
* add missing flushes on write to target [harukizaemon]
* hide info messages you could get with some older glibs [kleisauke]
* fix --no-strip on dzsave with icc-profiles [altert]
* relax heic is_a rules [hisham]
* better GraphicsMagick image write [bfriesen]
* add missing read loops to spng, heif, giflib and ppm load [kleisauke]
* block zero width or height images from imagemagick load [Koen1999]
* check for overflow in gifload height [lovell]
* fix msb_first default in ppm load and save [ewelot]
* force binary mode on win for connection read / write [Alreiber]
* better testing for output to target [barryspearce]
* ppmload_source was missing is_a [ewelot]
* improve webpload rounding and blending behaviour [lovell]
* fix range clip in int32 -> unsigned casts [ewelot]
* fix precision error in clip of float -> int casts [ewelot]
* fix load of HEIC images with 0 length metadata [ddennedy-gpsw]
* revise rounding in reduce [kleisauke]
* Thu Dec 10 2020 Andreas Schneider - Update to vips 8.10.2
* update magicksave/load profile handling [kelilevi]
* better demand hint rules [kaas3000]
* fix tiff thumbnail from buffer and source [vansante]
* in jpegsave, don\'t set JFIF resolution if we set EXIF resolution
* bump minimum libheif version to 1.3 [lovell]
* dzsave in iiif mode could set info.json dimensions off by one [Linden6]
* pdfload allows dpi and scale to both be set [le0daniel]
* allow gaussblur sigma zero, meaning no blur
* better heif signature detection [lovell]
* fix vips_fractsurf() typo [kleisauke]
* better heif EOF detection [lovell]
* fix gir build with g-o-i 1.66+ [László]
* improve seek behaviour on pipes
* add \"speed\" param to heifsave [lovell]
* fix regression in C path for dilate / erode [kleisauke]
* fix build with libheif save but no load [estepnv]
* Tue Oct 13 2020 Andreas Schneider - Add AVIF support via libheif
* libheif is
*only
* built with AVIF support
* HEIF is not working as it isn\'t linked against x265
* Sat Aug 15 2020 Dirk Mueller - update to vips 8.10.0: - more conformat IIIF output from dzsave [regisrob] - add AATTid to dzsave to set IIIF id property [regisrob] - add max and min to region shrink [rgluskin] - allow \\ as an escape character in vips_break_token() [akemrir] - tiffsave has a \"depth\" param to set max pyr depth - libtiff LOGLUV images load and save as libvips XYZ - add gifload_source, csvload_source, csvsave_target, matrixload_source, matrixsave_source, pdfload_source, heifload_source, heifsave_target, ppmload_source, ppmsave_target - revise vipsthumbnail flags - add VIPS_LEAK env var - add vips_pipe_read_limit_set(), --vips-pipe-read-limit, VIPS_PIPE_READ_LIMIT - revise gifload to fix BACKGROUND and PREVIOUS dispose [alon-ne] - add subsample_mode, deprecate no_subsample in jpegsave [Elad-Laufer] - add vips_isdirf() - add PAGENUMBER support to tiff write [jclavoie-jive] - add \"all\" mode to smartcrop - flood fill could stop half-way for some very complex shapes - better handling of unaligned reads in multipage tiffs [petoor] - mark old --delete option to vipsthumbnail as deprecated [UweOhse] - png save with a bad ICC profile just gives a warning - add \"premultipled\" option to vips_affine(), clarified vips_resize() behaviour with alpha channels - improve bioformats support with read and write of tiff subifd pyramids - thumbnail exploits subifd pyramids - handle all EXIF orientation cases, deprecate vips_autorot_get_angle() [Elad-Laufer] - load PNGs with libspng, if possible - deprecate heifload autorotate -- it\'s now always on - revised resize improves accuracy [kleisauke] - add --vips-config flag to show configuration info - add \"bitdepth\" param to tiff save, deprecate \"squash\" [MathemanFlo] - tiff load and save now supports 2 and 4 bit data [MathemanFlo] - pngsave AATTbitdepth parameter lets you write 1, 2 and 4 bit PNGs - ppmsave also uses \"bitdepth\" now, for consistency - reduce operation cache max to 100 - rework the final bits of vips7 for vips8 [kleisauke] - --disable-deprecated now works [kleisauke] - vipsheader allows \"stdin\" as a filename - gifload allows gifs with images outside the canvas - wasm compatibility patches [kleisauke] - webpsave has a AATTprofile param
* Mon May 04 2020 Luigi Baldoni - Update to version 8.9.2
* Too many changes to list, see ChangeLog- Dropped python subpackage (bindings now supplied separately)- Added vips-8.9.2-implicit-fortify-decl.patch- Spec cleanup
 
ICM