Skip to contents

Retrieves performance metrics computed during artwork processing. These stats power the analytics displays on artwork detail pages - brush stroke counts, drawing hours, color usage, and technique indicators.

Stats are computed once during upload and cached. Use these values for comparisons, benchmarking, and progress tracking.

Usage

getArtworkStats(artist, artwork, cn = NULL)

Arguments

artist

Artist UUID

artwork

Artwork UUID

cn

Optional database connection for query batching

Value

List with metrics: brush_strokes, drawing_hours, ave_bpm, n_unique_colors, share_of_spectrum, and additional computed stats