picture

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2024 License: BSD-3-Clause Imports: 1 Imported by: 1

Documentation

Overview

package picture provides methods and data structures for internal representations of images.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PictureBookPicture

type PictureBookPicture struct {
	// The original (relative) path of the image being added to a picturebook
	Source string
	// The (relative) path of the final image to add to a picturebook
	Path string
	// The caption associated with the image being added to a picturebook
	Caption string
	// The long-form (or at least longer than a caption) text associated with the image being added to a picturebook
	Text string
	// The `blob.Bucket` instance where the image (Path) being added to a picturebook is stored.
	Bucket *blob.Bucket
	// The path of any temporary file that has been created in the process of adding an image to a picturebook
	TempFile string
}

type PictureBookPicture provides a struct containing details about an image to be added to a picturebook.

Jump to

Keyboard shortcuts

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