Source: factory.core/ObjDocumentDelegate.py
Abstract base class for document type delegate handlers.
Each delegate is responsible for generating icon and preview
images for a specific category of file types (3D models, audio,
spreadsheets, EPUB, web code).
...
| Method | Signature | Description |
|---|---|---|
| generate_icon | generate_icon(input_path: str, output_path: str, icon_size: int = 128) -> None |
Generate a thumbnail icon image for the given file. |