Documentation ¶ Overview ¶ Options for EPUB creation. Index ¶ type Color type Crop type Image type Options func (o *Options) ImgStorage() string func (o *Options) WorkersRatio(pct int) (nbWorkers int) type View Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Color ¶ type Color struct { Foreground, Background string } type Crop ¶ type Crop struct { Enabled bool Left, Up, Right, Bottom int } type Image ¶ type Image struct { Crop *Crop Quality int Brightness int Contrast int AutoContrast bool AutoRotate bool AutoSplitDoublePage bool NoBlankImage bool Manga bool HasCover bool View *View GrayScale bool GrayScaleMode int Resize bool Format string } type Options ¶ type Options struct { Input string Output string Title string TitlePage int Author string LimitMb int StripFirstDirectoryFromToc bool Dry bool DryVerbose bool SortPathMode int Quiet bool Workers int Image *Image } func (*Options) ImgStorage ¶ func (o *Options) ImgStorage() string func (*Options) WorkersRatio ¶ func (o *Options) WorkersRatio(pct int) (nbWorkers int) type View ¶ type View struct { Width, Height int AspectRatio float64 PortraitOnly bool Color Color } Source Files ¶ View all Source files epub_options.go Click to show internal directories. Click to hide internal directories.