Method: VIPS::Header#icc

Defined in:
ext/header.c

#iccString

Returns a binary string containing the raw icc header data.

Returns:

  • (String)


346
347
348
349
350
# File 'ext/header.c', line 346

static VALUE
header_icc(VALUE obj)
{
    return header_meta_get(obj, IM_META_ICC_NAME);
}