Versions in this module Expand all Collapse all v0 v0.0.1 Sep 23, 2024 Changes in this version + const GENERATE_COLORING_BOOK_LAMBDA_URI + func AddSheet(ctx context.Context, pdf *fpdf.Fpdf, opts *AddSheetOptions) error + func DeriveObjectImage(ctx context.Context, opts *DeriveObjectImageOptions, image_id int64) (string, error) + func GenerateColoringBookLambda(ctx context.Context, function_uri string, object_id int64) error + func Orientation(im image.Image) string + type AddSheetOptions struct + AccessionNumber string + CreditLine string + Date string + Image image.Image + ImagePath string + ImageReader io.Reader + Outline *outline.OutlineOptions + Title string + URL string + type ColoringBookRequest struct + ObjectId int64 + UpdateObject bool + type DeriveObjectImageOptions struct + Outline *outline.OutlineOptions + Reader reader.Reader