class documentation

class ThumbnailArg(bb.Struct): (source)

View In Hierarchy

:ivar files.ThumbnailArg.path: The path to the image file you want to thumbnail. :ivar files.ThumbnailArg.format: The format for the thumbnail image, jpeg (default) or png. For images that are photos, jpeg should be preferred, while png is better for screenshots and digital arts. :ivar files.ThumbnailArg.size: The size for the thumbnail image. :ivar files.ThumbnailArg.mode: How to resize and crop the image to achieve the desired size.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable format Undocumented
Instance Variable mode Undocumented
Instance Variable path Undocumented
Instance Variable size Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _format_value Undocumented
Instance Variable _mode_value Undocumented
Instance Variable _path_value Undocumented
Instance Variable _size_value Undocumented
def __init__(self, path=None, format=None, size=None, mode=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_format_value = (source)

Undocumented

_mode_value = (source)

Undocumented

_path_value = (source)

Undocumented

_size_value = (source)

Undocumented