Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultBannedFiles = []string{
`@eaDir/`,
`@__thumb/`,
`SYNOFILE_THUMB_*.*`,
`Lightroom Catalog/`,
`thumbnails/`,
`.DS_Store/`,
`/._*`,
`.photostructure/`,
`Recently Deleted/`,
}
Functions ¶
This section is empty.
Types ¶
type StackOptions ¶
type StackOptions struct {
// ManageHEICJPG determines whether to manage HEIC to JPG conversion options.
ManageHEICJPG filters.HeicJpgFlag `mapstructure:"manage_heic_jpg" json:"manage_heic_jpg" toml:"manage_heic_jpg" yaml:"manage_heic_jpg"`
// ManageRawJPG determines how to manage raw and JPEG files.
ManageRawJPG filters.RawJPGFlag `mapstructure:"manage_raw_jpg" json:"manage_raw_jpg" toml:"manage_raw_jpg" yaml:"manage_raw_jpg"`
// BurstFlag determines how to manage burst photos.
ManageBurst filters.BurstFlag `mapstructure:"manage_burst" json:"manage_burst" toml:"manage_burst" yaml:"manage_burst"`
// ManageEpsonFastFoto enables the management of Epson FastFoto files.
ManageEpsonFastFoto bool `` /* 127-byte string literal not displayed */
Filters []filters.Filter
Groupers []groups.Grouper
}
func (*StackOptions) RegisterFlags ¶
func (so *StackOptions) RegisterFlags(flags *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.