Movatterモバイル変換


[0]ホーム

URL:


Function

Vipsvalue_get_blob

Declaration[src]

void*vips_value_get_blob(constGValue*value,size_t*length)

Description[src]

Returns the data pointer from a blob. Optionally returns the length too.

blobs are things likeICC profiles orEXIF data. They are relocatable, andare saved toVIPS files for you coded as base64 inside theXML. They arecopied by copying reference-counted pointers.

Parameters

value

Type: GValue

GValue to set.

The data is owned by the caller of the function.
length

Type: size_t*

Optionally return length of memory area.

The argument will be set by the function.
The argument can beNULL.

Return value

Type: An array of guint8

The pointer heldbyvalue.

The length of the array is in thelength argument.
The data is owned by the called function.

[8]ページ先頭

©2009-2025 Movatter.jp