Skip to contents

Wrapper for certificate generation via artpixeltrace. Generates the PixelTrace authenticity certificate for a processed artwork.

Usage

render_certificate(
  artist,
  artwork,
  save_db = TRUE,
  save_cdn = TRUE,
  clean = TRUE
)

Arguments

artist

Character. Artist UUID.

artwork

Character. Artwork UUID.

save_db

Logical. Save certificate record to database (default TRUE).

save_cdn

Logical. Upload certificate to CDN (default TRUE).

clean

Logical. Clean up temp files after generation (default TRUE).

Value

List with certificate info from artpixeltrace::renderCertificate().

Details

This is the final step in the artwork processing pipeline. It: 1. Retrieves all artwork data from database 2. Generates PDF certificate with authenticity details 3. Optionally saves certificate record to database 4. Optionally uploads certificate PDF to CDN

The certificate includes: - Artwork metadata (title, dimensions, creation dates) - Artist information - PixelTrace authenticity verification - QR code linking to online verification

See also

[artpixeltrace::renderCertificate()] for underlying implementation

Other pipeline functions: build-record, commit_artwork(), createArtworkHash, create_gallery_images(), frame-analytics, frame-metrics, validate_table_list()