Method: VIPS::Header#icc
- Defined in:
- ext/header.c
#icc ⇒ String
Returns a binary string containing the raw icc header data.
346 347 348 349 350 |
# File 'ext/header.c', line 346 static VALUE header_icc(VALUE obj) { return (obj, IM_META_ICC_NAME); } |