Skip to content

thumbnail

thumbnail #

The thumbnail file scalar; a loaded Thumbnail is the file path.

Media methods come from the shared StillImageFile.

Thumbnail #

Bases: StillImageFile

A small JPEG preview; a loaded value is its file Path.

Source code in capturegraph-lib/capturegraph/types/scalars/imaging/thumbnail.py
class Thumbnail(StillImageFile, name="edu.cornell.thumbnail", extensions=("jpeg",)):
    """A small JPEG preview; a loaded value is its file ``Path``."""

    __slots__ = ()