View Source Vix.Vips.MutableImage (vix v0.31.1)
Vips Mutable Image
Summary
Functions
Return the number of bands of a mutable image.
Returns a specification to start this module under a supervisor.
Returns metadata from the image
Return a boolean indicating if a mutable image has an alpha band.
Return the height of a mutable image.
Remove a metadata item from an image.
Create a metadata item on an image of the specified type. Vix converts value to specified GType
Return the shape of the image as
{width, height, bands}
.
Set the value of existing metadata item on an image. Value is converted to match existing value GType
Return the width of a mutable image.
Types
@type t() :: %Vix.Vips.MutableImage{pid: pid()}
Represents a mutable instance of VipsImage
Functions
Return the number of bands of a mutable image.
Returns a specification to start this module under a supervisor.
See Supervisor
.
Returns metadata from the image
Return a boolean indicating if a mutable image has an alpha band.
Return the height of a mutable image.
Remove a metadata item from an image.
Create a metadata item on an image of the specified type. Vix converts value to specified GType
Supported GTypes
:gint
:guint
:gdouble
:gboolean
:gchararray
:VipsArrayInt
:VipsArrayDouble
:VipsArrayImage
:VipsRefString
:VipsBlob
:VipsImage
:VipsInterpolate
Return the shape of the image as
{width, height, bands}
.
Set the value of existing metadata item on an image. Value is converted to match existing value GType
Return the width of a mutable image.