images

package
v2.0.6+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2020 License: AGPL-3.0 Imports: 28 Imported by: 0

Documentation

Overview

Package images provides default implementation of image related tasks.

Index

Constants

View Source
const (
	METADATA_EXIF               = "ImageExif"
	METADATA_GEOLOCATION        = "GeoLocation"
	METADATA_COMPAT_ORIENTATION = "image_exif_orientation"
)
View Source
const (
	METADATA_THUMBNAILS       = "ImageThumbnails"
	METADATA_IMAGE_DIMENSIONS = "ImageDimensions"

	METADATA_COMPAT_IS_IMAGE                  = "is_image"
	METADATA_COMPAT_IMAGE_WIDTH               = "image_width"
	METADATA_COMPAT_IMAGE_HEIGHT              = "image_height"
	METADATA_COMPAT_IMAGE_READABLE_DIMENSIONS = "readable_dimension"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CleanThumbsTask

type CleanThumbsTask struct {
	Client client.Client
}

func (*CleanThumbsTask) GetName

func (c *CleanThumbsTask) GetName() string

GetName returns this action unique identifier.

func (*CleanThumbsTask) Init

func (c *CleanThumbsTask) Init(job *jobs.Job, cl client.Client, action *jobs.Action) error

Init passes parameters to the action.

func (*CleanThumbsTask) Run

Run the actual action code

type ExifProcessor

type ExifProcessor struct {
	// contains filtered or unexported fields
}

func (*ExifProcessor) ExtractExif

func (e *ExifProcessor) ExtractExif(ctx context.Context, node *tree.Node) (*exif.Exif, error)

func (*ExifProcessor) GetName

func (e *ExifProcessor) GetName() string

GetName returns this action unique identifier

func (*ExifProcessor) Init

func (e *ExifProcessor) Init(job *jobs.Job, cl client.Client, action *jobs.Action) error

Init passes parameters to the action

func (*ExifProcessor) Run

Run the actual action code

type ThumbnailData

type ThumbnailData struct {
	Format string `json:"format"`
	Size   int    `json:"size"`
	Id     string `json:"id"`
}

type ThumbnailExtractor

type ThumbnailExtractor struct {
	Client client.Client
	// contains filtered or unexported fields
}

func (*ThumbnailExtractor) GetName

func (t *ThumbnailExtractor) GetName() string

GetName returns this action unique identifier.

func (*ThumbnailExtractor) Init

func (t *ThumbnailExtractor) Init(job *jobs.Job, cl client.Client, action *jobs.Action) error

Init passes parameters to the action.

func (*ThumbnailExtractor) Run

Run the actual action code.

type ThumbnailsMeta

type ThumbnailsMeta struct {
	Processing bool
	Thumbnails []ThumbnailData `json:"thumbnails"`
}

Jump to

Keyboard shortcuts

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