Skip to Content

This page lists 4 functions in the spql.image namespace generated from the default SPQL function catalog.

FunctionKindSummary
spql.image.exifscalar functionRead EXIF summary information from a lazy JPEG image.
spql.image.jpegscalar functionConstruct a lazy JPEG image handle over a Blob source.
spql.image.jpeg_bytesscalar functionConstruct materialized JPEG bytes from encoded bytes.
spql.image.read_jpegscalar functionRead a Blob source as materialized JPEG bytes.

spql.image.exif

Kind: scalar function

This function has multiple public overloads.

spql.image.exif(image)

Read EXIF summary information from a lazy JPEG image.

Parameters

NameRequiredDescription
imageyesNo parameter docs.

spql.image.exif(bytes)

Read EXIF summary information from materialized JPEG bytes.

Parameters

NameRequiredDescription
bytesyesNo parameter docs.

spql.image.jpeg

Kind: scalar function

Construct a lazy JPEG image handle over a Blob source.

Signature

spql.image.jpeg(source)

Parameters

NameRequiredDescription
sourceyesNo parameter docs.

spql.image.jpeg_bytes

Kind: scalar function

Construct materialized JPEG bytes from encoded bytes.

Signature

spql.image.jpeg_bytes(bytes)

Parameters

NameRequiredDescription
bytesyesNo parameter docs.

spql.image.read_jpeg

Kind: scalar function

Read a Blob source as materialized JPEG bytes.

Signature

spql.image.read_jpeg(source)

Parameters

NameRequiredDescription
sourceyesNo parameter docs.
Last updated on