Home
last modified time | relevance | path

Searched refs:VIPS_META_XMP_NAME (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/vips/vips-8.12.0/libvips/include/vips/
H A Dheader.h53 #define VIPS_META_XMP_NAME "xmp-data" macro
/dports/graphics/vips/vips-8.12.0/libvips/foreign/
H A Dvips2jpeg.c307 if( !vips_image_get_typeof( write->in, VIPS_META_XMP_NAME ) ) in write_xmp()
309 if( vips_image_get_blob( write->in, VIPS_META_XMP_NAME, in write_xmp()
H A Dvipspng.c357 VIPS_META_XMP_NAME, text, strlen( text ) ); in vips__set_text()
1160 if( vips_image_get_typeof( in, VIPS_META_XMP_NAME ) ) { in write_vips()
1169 VIPS_META_XMP_NAME, &data, &length ) ) in write_vips()
H A Dmagick.c754 vips_buf_appendf( &vips_name, VIPS_META_XMP_NAME ); in magick_set_vips_profile_cb()
798 if( strcmp( name, VIPS_META_XMP_NAME ) == 0 ) in magick_set_magick_profile_cb()
H A Djpeg2vips.c463 return( attach_blob( im, VIPS_META_XMP_NAME, in attach_xmp_blob()
H A Dheifsave.c163 { VIPS_META_XMP_NAME, heif_context_add_XMP_metadata }
H A Dwebp2vips.c394 { VIPS_META_XMP_NAME, "XMP ", XMP_FLAG }
H A Dspngload.c191 VIPS_META_XMP_NAME, value, strlen( value ) ); in vips_foreign_load_png_set_text()
H A Dvips2tiff.c554 if( !vips_image_get_typeof( wtiff->ready, VIPS_META_XMP_NAME ) ) in wtiff_embed_xmp()
556 if( vips_image_get_blob( wtiff->ready, VIPS_META_XMP_NAME, in wtiff_embed_xmp()
H A Dheifload.c524 vips_snprintf( name, 256, VIPS_META_XMP_NAME ); in vips_foreign_load_heif_set_header()
H A Dtiff2vips.c1701 VIPS_META_XMP_NAME, data, data_length ); in rtiff_set_header()