epuboptions

package
v2.0.0-...-c09f89d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Options for EPUB creation.

Index

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL