Revisions of vips

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 258034 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 24)
- Update to version 7.40.11
  * See included ChangeLog file for details
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 23)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 245810 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 22)
- Update to version 7.40.6
  * fix similarity rotate+scale
  * fix 16-bit PNG save
  * fix vipsthumbnail on many-core systems
  * fix a race in im_maxpos_avg()
  * limit n_thr on tiny images
  * don't exit() on memleak detected, just warn
  * add "autocrop" option to openslide load
  * argh fix affine, again, there were sometimes black bars with
    nohalo and the vips8 interface
  * pngsave in interlaced mode makes a copy of the image, so it's
    always seq 
  * vipsthumbnail shrinks to 1/2 window_size
  * vipsthumbnail has an anti-alias filter between shrink and affine
  * vipsthumbnail defaults to bicubic 
  * better rounding behaviour for fixed-point bicubic reduces noise
  * fix colour for openslide read associated
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 242810 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 21)
- Update to version 7.40.4
  * fix vips_rawsave_fd(), im_point()
  * vips_scale() now does round to nearest to avoid rounding errors
  * improve im_openout() compat macro
  * more robust vips_system()
  * add webp support to vips7 
  * fix interlaced thumbnails in vipsthumbnail
  * fits save now caches the image before write, so it's top-to-bottom
  * add --properties argument to dzsave
  * dzsave write to zip stops at 4gb
  * improve short option name handling
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 238953 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 20)
- Update to version 7.40.1
  * revise man.1 pages
  * fix vips_guess_prefix()
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 224037 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 18)
- Update to version 7.38.5
  * jpeg load from buffer could write to input, thanks Lovell
  * fix webpload from buffer, thanks Lovell
  * vips_sequential() could fail under heavy load
  * remove support for seq mode read for operations like extract
  * --sharpen=none option to vipsthumbnail was broken
  * more locking on property create and lookup to help very-threaded systems (forwarded request 224036 from Dmitry_R)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 221252 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 17)
- Update to version 7.38.3
  * undeprecate VIPS_MASK_IDEAL_HIGHPASS and friends
  * auto RAD decode for affine
  * falsecolour was not working for some image types
  * foreign memory buffer images did not have the right dhint,
    broke command-line falsecolour on sequential images
  * support many Radiance readers active at once
  * add secret "rgbjpeg" flag to vips_tiffsave() to help IIP (forwarded request 221251 from Dmitry_R)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 214619 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 16)
- Update to version 7.38.1
  * bump soname
  * better conversion to and from scrgb/xyz for rad (hdr) 
  * fix --interpolate flag to vipsthumbnail (forwarded request 214615 from Dmitry_R)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 214388 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 15)
- Update to version 7.38.0
  * redone im_rotate_*mask45(), im_gauss_*mask*(), im_log_*mask(),
    im_dilate(), im_erode(), im_rank_image(), im_compass(),
    im_linedet(), im_gradient(), im_convsep(), im_convsep_f(),
    im_fastcor(), im_spcor(), im_sharpen() as classes
  * im_gradcor() deprecated
  * vips_init() now does some ABI compat checking, though this
    change requires an ABI break
  * add "interlace" option to vips_jpegsave()
  * remove vips_image_copy_fields() and vips_demand_hint() and add 
    vips_image_pipeline() to do both jobs
  * vipsthumbnail allows non-square bounding boxes, thanks seth
  * add vips_matrixprint()
  * add @point subsample mode to vips_subsample()
  * im_contrast_surface() deprecated: it was slower than calling
    conv a few times
  * radiance load supports sequential read
  * rewritten radiance decode is much faster
  * add vips_crop(), a synonym for vips_extract_area()
  * rename vips_gammacorrect() as vips_gamma(), now takes 1 / exp
  * vips_gamma() works for any format
  * add --linear mode to vipsthumbnail
  * support XYZ as a PCS for vips_icc_import() and vips_icc_export()
  * add --strip option to jpegsave
  * added vips_gaussblur() convenience function
  * added --vips-profile, records and dumps thread timing and memory 
    use info 
  * added vipsprofile, visualises --vips-profile output
  * auto-vectorization-friendly inner loops
  * added vips::init() and vips::shutdown() to C++ API (forwarded request 214386 from Dmitry_R)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 211811 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 14)
- Update to version 7.36.5
  * better cache sizing in unbuffered sequential mode
  * allow larger tile_size in dzsave
  * remove use of PATH_MAX to help gnu hurd
  * fix vips_hist_match()
  * improve compat with im_init_world()

- Update to version 7.36.3
  * reverse similarity rotation direction to match the convention
    used elsewhere in vips
  * fix blocked caching of sequential load operations
  * fix cache flags
  * fix --delete option to vipsthumbnail (forwarded request 211808 from Dmitry_R)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 203667 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 13)
- Update to version 7.36.2
  * better jpeg startup
  * rename jpeg bool type to reduce confusion between libraries
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 202637 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 12)
- Update to version 7.36.1
  * small bugfixes
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 202382 from Dmitry Roshchin's avatar Dmitry Roshchin (Dmitry_R) (revision 11)
- Update to version 7.36.0
  * added vips_matrixload() and vips_matrixsave(), load and save
    vips mat format
  * rename image arrays as image matrices ... INTERPRETATION_ARRAY ->
    INTERPRETATION_MATRIX etc. 
  * rewrite im_buildlut(), im_identity*(), im_maplut(),
    im_falsecolour(), im_gammacorrect(), im_histgr(), im_histcum(),
    im_histnorm(), im_heq(), im_histnD(), im_histindexed(),
    im_histspec(), im_invertlut(), im_lhisteq(), im_stdif(),
    im_project(), im_profile(), im_tone_build*(), im_mpercent*(),
    im_ismonotonic() as classes
  * vips_hist_local(), vips_stdif() do any number of bands
  * thin vips8 wrapper for im_histplot()
  * added vips_error_freeze() / vips_error_thaw()
  * used freeze() / thaw() to stop file format sniffers logging
    spurious errors
  * vipsthumbnail uses embedded jpg thumbnails if it can 
  * rename vips_diag() as vips_info(), add --vips-info flag
  * deprecate im_hsp()
  * added vips_webpload(), vips_webpload_buffer(), vips_webpsave(),
    vips_webpsave_buffer(), vips_webpsave_mime()
  * tiff reader allows separate planes for strip read
  * tiff reader and writer allow many more formats,
    eg. 32-bit int, complex, etc. 
  * tiff reader and writer allow any number of bands
  * added vips_image_new_matrixv()
  * dzsave basename param now called filename, so you can use .dz
    as a destination (basename is still there but deprecated)
  * new _UNBUFFERED sequential mode saves memory in some important cases
  * vips_conv() is a simple wrapper over the old convolution functions (forwarded request 202380 from Dmitry_R)
Displaying revisions 21 - 40 of 50
openSUSE Build Service is sponsored by