Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-vips-8.5.9-lp152.3.6 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: python-vips Distribution: openSUSE Leap 15.2
Version: 8.5.9 Vendor: openSUSE
Release: lp152.3.6 Build date: Sat Feb 29 18:28:51 2020
Group: Development/Libraries/Python Build host: obs-arm-1
Size: 1393183 Source RPM: vips-8.5.9-lp152.3.6.src.rpm
Packager: https://bugs.opensuse.org
Url: http://jcupitt.github.io/libvips/
Summary: Python bindings for VIPS image processing library
This package contains the Python bindings for the VIPS library.

Provides

Requires

License

LGPL-2.1

Changelog

* Mon Dec 11 2017 avvissu@yandex.by
  - Update to 8.5.9:
    * make --fail stop jpeg read on any libjpeg warning
    * don't build enumtypes so often, removing perl as a compile dependency
    * fix a crash with heavy use of draw operations from language bindings
  - Change in 8.5.8
    * fix transparency detection in merge
    * define env var VIPS_WARNING to hide warning messages
    * shut down dzsave output earlier to help mark-sweep bindings
    * fix webp thumbnail upscale
  - Change in 8.5.7
    * better smartcrop
    * transform cmyk->rgb automatically on write if there's an embedded profile
      and the saver does not support cmyk
    * fix DPI mixup in svgload ... we were writing images about 20% too large
  - Change in 8.5.6
    * tiff read with start page > 0 could break edge tiles or strips
    * raise b64 limit to allow for huge profiles
    * fix error return in blob save
    * tag vipsprofile as py2
    * don't cache thumbnail
  - Change in 8.5.5
    * doc polishing
    * more improvements for truncated PNG files
    * improve corrupted jpg handling
    * fix small test suite issues on os x
  - Change in 8.5.4
    * don't depend on image width when setting n_lines
  - Change in 8.5.3
    * more link fixing in docs
    * revise cache sizing again to help out of order errors under heavy load
  - Change in 8.5.2
    * better behaviour for truncated PNG files
    * missing proto for vips_tiffsave_buffer()
    * move some docs from the wiki and blog into core libvips docs
    * add support for markdown in docs
  - Change in 8.5.1
    * init more classes earlier
  - Change in 8.5.0
    * rewritten buffer system is safer and frees memory earlier
    * added tiff save to buffer
    * added dzsave save to buffer (zip only)
    * revise header get/set functions
    * better vipsheader behaviour with complex field types
    * added vips_image_hasalpha()
    * added vips_thumbnail() / vips_thumbnail_buffer()
    * webpload/webpsave read and write icc, xmp, exif metadata
    * better >4gb detect for zip dzsave output [Felix Bünemann]
    * all loaders have a @fail option, meaning fail on first warning, though it
      only does anything for jpg and csv
    * add vips_image_get_fields() to help bindings
    * add tiff multi-page read/write
    * add VIPS_META_PAGE_HEIGHT metadata
    * IM6/IM7 magickload supports page/n/page-height, all_frames deprecated
    * gifload supports n/page-height
    * added #defines for VIPS_SONAME, VIPS_LIBRARY_CURRENT, VIPS_LIBRARY_REVISION,
      VIPS_LIBRARY_AGE
    * better support for bscale / bzero in fits images
    * deprecate vips_warn() / vips_info(); use g_warning() / g_info() instead
    * vipsthumbnail supports much fancier geometry strings
    * vips_thumbnail() has new @size option
    * fix --vips-cache-max etc.
    * add compute reordering, plus some new API to support it:
      vips_reorder_margin_hint() and vips_reorder_prepare_many(), thanks
      aferrero2707
    * kick load operations from cache on read error
    * fix return from C++ assignment operator overloads (+=, -= etc)
    * add @max_slope to vips_hist_local() to implement CLAHE
    * vips_gaussnoise() pixels are reproducible on recalc
    * max/min sort values by y and x coordinate
    * tiff read uses libtiff scanline API if rows-per-strip is large
    * vips_region_shrink() knows about alpha, helps dzsave and tiffsave
    * use expat, not libxml, for XML load ... removes a required dependency, since
      we get expat as part of glib
    * new sequential mode infrastructure is faster and more flexible
    * add vips_smartcrop(), based on sharp's smartcropper
    * vipsthumbnail has a --smartcrop option
    * added vips_rot90() etc. convenience functions
    * fix vips_resize() bug when hscale and vscale were very different
  - Update homepage and sourceURL
* Sun Jan 08 2017 dmitry_r@opensuse.org
  - Update to version 8.4.5, bugfix release
* Tue Nov 22 2016 jengelh@inai.de
  - RPM group classification fix and description update
* Tue Nov 08 2016 avvissu@yandex.by
  - Update to 8.4.3:
    * fix error detection in gif_close
    * fix tiny threading memleak
    * improve compatibility with very old glib, see #548
  - Change in 8.4.2:
    * small doc improvements
    * fix error message for metadata fetch type mismatch
    * resolve a race condition in thread shutdown, thanks Lovell
  - Change in 8.4:
    * many more wepsave options [Felix Bünemann]
    * added quant_table option to wepsave [Felix Bünemann]
    * added @n option to pdfload, thanks andris
    * dzsave won't write empty tiles in google mode, thanks bverem,
      perog, felixbuenemann
    * allow nested [] in CLI args
    * restore BandFmt on unpremultiply in vipsthumbnail
    * better python detection and build [Felix Bünemann]
    * max-alpha defaults to 65535 for RGB16/GREY16
    * added radsave_buffer [Henri Chain]
    * support tiff orientation tag
    * autorotate option for tiff load
    * tiffsave converts for jpg if jpg compression is turned on
    * tiffsave supports --strip
    * conversions to GREY16 could lock
    * free pixel buffers on image close as well as thread exit
      thread buffers clogging up the system
    * dzsave can write compressed zips [Felix Bünemann]
    * vips_image_write() only refs the input when it has to ... makes
      it easier to combine many images in bounded memory
    * VImage::write() implementation was missing
    * VImage::write() return value changed from void to VImage to help
      chaining
    * added C++ arithmetic assignment overloads, += etc.
    * VImage::ifthenelse() with double args was missing =0 on options
    * better accuracy for reducev with smarter multiplication
    * better quality for vips_resize() with linear/cubic kernels
    * pyvips8 can create new metadata
    * better upsizing with vips_resize()
    * add imagemagick v7 support, thanks sachinwalia2k8
    * added vips_worley(), vips_perlin() noise generators
    * added vips_convf(), vips_convi(), vips_convasep(), vips_conva()
      im_conv*() functions rewritten as classes
    * vips_convsep() calls vips_convasep() for the approximate case
    * new fixed-point vector path for convi is up to about 2x faster
    * gif loader can make 1, 2, 3, or 4 bands depending on file contents
    * support --strip for pngsave
    * add svgz support [Felix Bünemann]
    * rename boostrap.sh -> autogen.sh to help snapcraft
    * support unicode filenames on Windows
    * added VIPS_ROUND as well as VIPS_RINT
    * resize/reduce*/shrink*/affine now round output size to nearest rather
      than rounding down, thanks ioquatix
    * better support for tile overlaps in google maps mode in dzsave
    * dzsave puts vips-properties.xml in the main dir for gm and zoomify
      layouts
    * resize and reduce have @centre option for centre convention
      downsampling
    * vipsthumbnail uses centre convention to better match imagemagick
  - Change in 8.3.4:
    * better transparency handling in gifload, thanks diegocsandrim
  - Change in 8.3.3:
    * fix performance regression in 8.3.2, thanks Lovell
    * yet more robust vips file reading
  - Change in 8.3.2:
    * more robust vips image reading
    * more robust tiff read [Matt Richards]
  - Change in 8.3.1:
    * rename vips wrapper script, it was still vips-8.2, thanks Benjamin
    * export C++ operator overloads for MSVC linking [Lovell]
    * fix magickload @page with GraphicsMagick
    * add giflib5 support
    * allow resize >1 on one axis, <1 on the other
    * vips_resize has an optional @kernel argument
    * fix giflib4 detection [felixbuenemann]
  - Change in 8.3:
    * add vips_reduce*() ... a fast path for affine downsize
    * vips_resize() uses vips_reduce() with lanczos3
    * bicubic is better on 32-bit int images
    * add pdfload, svgload, gifload for PDF, SVG and GIF rendering
    * vipsthumbnail knows about pdfload and svgload
    * added @page param to magickload
    * matload is more specific (thanks bithive)
    * lower mem use for progressive jpg decode
    * sharpen has a new @sigma param, @radius is deprecated
    * sharpen allows a much greater range of parameters
    * sharpen defaults now suitable for screen output
    * better handling of deprecated args in python
    * much better handling of arrayimage command-line args
    * faster hist_find (Lovell Fuller)
    * webpload has a @shrink parameter for shrink-on-load
    * vipsthumbnail knows about webp shrink-on-load
    * better behaviour for vips_cast() shift of non-int types (thanks apacheark)
    * python .bandrank() now works like .bandjoin()
    * vipsthumbnail --interpolator and --sharpen switches are deprecated
    * switches to disable PPM, Rad and Analyze support
    * added VIPS_COUNT_PIXELS(), overcomputation tracking
    * @out_format in vips_system() can contain [options]
    * webpsave_buffer no longer ignores @lossless, thanks aaron42net
    * float tiff tagged as scRGB to match photoshop convention, thanks Murat
    * better jpeg autorot, thanks otto
  - Change in 8.2.4:
    * fix nohalo and vsqbs interpolators, thanks Rafael
  - Change in 8.2.3:
    * fix a crash with SPARC byte-order labq vips images
    * fix parsing of filenames containing brackets, thanks shilpi230
    * fix hist_entropy (lovell)
    * small fixes to radiance load
  - Update patch:
    * vips-libexif-header.patch -> vips-8.4.2_libexif-header.patch
  - Disable pyvips8: not available for version 8.0
  - Use pkgconfig(style)
  - Use _typelibdir and _girdir macros
  - Spec file cleanup
* Thu Apr 21 2016 normand@linux.vnet.ibm.com
  - ignore make check errors for ppc64 architecture tracked upstream
    https://github.com/jcupitt/libvips/issues/427
* Tue Feb 16 2016 eshmarnev@suse.com
  - Update to version 8.2.2
    - changes to ease compiling C++ binding with MSVC
    - reorder file tests to put slow loaders last
    - ifthenelse needs less C stack during eval
    - better rounding in bilinear interpolator
    - fix to "make check" in non-C locales
    - use compiler builtins isnan, isinf, fabs, fmin, fmax, ceil,
      floor when possible
    - tune vips_shrinkh(), 30% faster
    - remove SEQ hint from vips_subsample(), fixes cli performance
    - fix double free on attach ICC profile from file in tiff write
    - use g_assert_not_reached()
    - better vips-from-C docs
    - remove Duff from im_conv() / im_conv_f() for a 25% speedup
* Wed Oct 28 2015 dmitry_r@opensuse.org
  - Update to version 8.1.1
    * add vips_premultiply(), vips_unpremultiply()
    * change the alpha range rules for vips_flatten() to match vips_premultiply()
    * vipsthumbnail uses vips_resize() rather than its own code
    * vipsthumbnail uses vips_premultiply() for better alpha quality
    * added bandand() bandor() bandeor() convenience funcs to Python
    * oops, base64 encode could pad by up to two zero bytes
    * added VipsRefString as a thing that gi bindings can unpack
    * support "with Vips.Image as i:" in Python
    * try to support DOS CSV and PPM files on linux
    * add vips_byteswap(), remove byteswap option from vips_copy()
    * add vips_bandfold()/vips_bandunfold()
    * dzsave supports zip output > 4gb, thanks benjamin
    * add support for HSV colourspace
    * skip oversized markers in jpeg write
    * jpeg exif tags saved as name rather than title
    * can now set any jpeg exif tag, not just modify existing tags
    * add vips_hist_entropy()
    * vips_log(), vips_log10() are zero-avoiding
    * better overlap handling for dzsave, thanks robclouth
    * add @spacing option to vips_text()
    * tiff loads and saves IPCT and Photoshop data
* Wed May 06 2015 dmitry_r@opensuse.org
  - Update to version 8.0.2
    * remove old doc stuff, lots of doc improvements
    * add fliphor(), flipver(), rot90(), rot180(), rot270(), median(),
      dilate(), erode() convenience methods to Python and C++
    * python: use [] to index and slice image bands, use () to get a point
    * c++: use [] to band index, () returns a vector<double>
    * add shift option to cast
    * sRGB2scRGB and scRGB2sRGB scale 16-bit alpha to and from 8-bit
    * add magickload_buffer() [mcuelenaere]
    * add vips_foreign_is_a_buffer() [mcuelenaere]
    * added test_foreign.py, plus more test images
    * added vips_region_shrink(), fast x2 shrinker
    * rewritten tiff writer is about 3 - 4x faster at making pyramids
    * jpg, magick, png, tiff readers now use only 1 fd per input image
    * added vips_info_set(), vips_progress_set(), vips_profile_set()
    * better conversion to greyscale
    * add vips_image_copy_memory(), improves stability with heavy threading
    * jpegsave supports new mozjpeg features [lovell]
    * add vips_vipsload(), vips_vipssave()
* Fri Feb 13 2015 dmitry_r@opensuse.org
  - Update to version 7.42.3
    * Bug fixes and small improvements see included ChangeLog file for details
* Mon Jan 12 2015 dmitry_r@opensuse.org
  - Update to version 7.42.1
    * See included ChangeLog file for details
    * Remove obsolete vips-date-and-time.patch
  - Fix libexif headers path
    * vips-libexif-header.patch
  - Build with webp support
  - Enable post-build tests
* Wed Oct 22 2014 dmitry_r@opensuse.org
  - Update to version 7.40.11
    * See included ChangeLog file for details

Files

/usr/lib64/python2.7/site-packages/vipsCC
/usr/lib64/python2.7/site-packages/vipsCC/VDisplay.py
/usr/lib64/python2.7/site-packages/vipsCC/VDisplay.pyc
/usr/lib64/python2.7/site-packages/vipsCC/VDisplay.pyo
/usr/lib64/python2.7/site-packages/vipsCC/VError.py
/usr/lib64/python2.7/site-packages/vipsCC/VError.pyc
/usr/lib64/python2.7/site-packages/vipsCC/VError.pyo
/usr/lib64/python2.7/site-packages/vipsCC/VImage.py
/usr/lib64/python2.7/site-packages/vipsCC/VImage.pyc
/usr/lib64/python2.7/site-packages/vipsCC/VImage.pyo
/usr/lib64/python2.7/site-packages/vipsCC/VMask.py
/usr/lib64/python2.7/site-packages/vipsCC/VMask.pyc
/usr/lib64/python2.7/site-packages/vipsCC/VMask.pyo
/usr/lib64/python2.7/site-packages/vipsCC/__init__.py
/usr/lib64/python2.7/site-packages/vipsCC/__init__.pyc
/usr/lib64/python2.7/site-packages/vipsCC/__init__.pyo
/usr/lib64/python2.7/site-packages/vipsCC/vdisplaymodule.so
/usr/lib64/python2.7/site-packages/vipsCC/verrormodule.so
/usr/lib64/python2.7/site-packages/vipsCC/vimagemodule.so
/usr/lib64/python2.7/site-packages/vipsCC/vmaskmodule.so


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:09:08 2024