1.2.0-rc1
Pre-release
Pre-release
Added
- Add support for true streaming (#33).
- A new NetVips.Extensions package containing useful helpers (#41).
- Add
Image.Switch()
,image.Case()
andimage.NewFromMemoryCopy()
operations. - Add support for the short-circuit operators (
&&
/||
). - Add
Enums.Signals
andImage.EvalDelegate
that can be used withimage.SignalConnect()
. - Add
image.RefCount()
to get the reference count of an image. - Add
NetVips.GetOperations()
to get a list of operations available within the libvips library. - Add
VipsProgress
struct to the public API.
Changed
- The
image.SetType()
function has been renamed toimage.Set()
. - The
Image.Sum()
function uses the params keyword. - Speed-up
Operation.Call
. - Free the
GValue
withinVipsObject.Set
andVipsObject.Get
earlier. - The internal function
Operation.GenerateImageClass()
has moved to the samples directory.