Skip to contents

For comprehensive guidance on working with this package, refer to the parent agent instructions:

Primary Reference: D:\workspace\.agents\AGENTS.md Style Guide: D:\workspace\.agents\AGENTS.styles.md


Package-Specific Notes

artpixeltrace Overview

This package provides artwork verification and certificate generation functionality:

  • Image Verification: Perceptual hashing (pHash) for artwork authenticity
  • Certificate Generation: LaTeX-based PDF certificates of authenticity
  • Shiny Interface: Web UI for certificate search and verification

Key Dependencies

  • tinytex / lualatex for certificate PDF generation
  • magick / OpenImageR for image processing
  • artutils / artcore for database and CDN access

Testing Notes

  • Tests require database access (env vars: ART_PGHOST, ART_PGPORT, etc.)
  • Tests require CDN access (env vars: ART_BUCKETS_KEY_ID, ART_BUCKETS_KEY_SECRET)
  • Certificate rendering tests require LaTeX installation

Development

See TODO.md for current action items and PLANS.md for detailed issue analysis.