Versions in this module Expand all Collapse all v0 v0.0.2 Aug 20, 2023 Changes in this version + type CheckPreview interface + Check func(typ types_.FileType, size_px int) error + type CheckSource interface + Check func(original storage_.StorageOBJ, originalSVG bool, thumb_size int) error + type Converter struct + CheckPreview CheckPreview + CheckSource CheckSource + Converters []converter_.ConverterTyp + L logger_.Logger + func (c *Converter) Do(source, save storage_.StorageOBJ, originalSVG bool, typThumb types_.FileType, ...) (err error)