Skip to contents

Pipeline Orchestration

End-to-end artwork processing workflows and job management

job_add() job_update() job_get()
Pipeline Job Tracking and Progress Management
launch_artwork_pipeline() run_pipeline()
Artwork Processing Pipeline

Canvas Validation

Validate Procreate canvas structure and assess creative evidence

assess_procreate_canvas()
Assess Procreate Canvas: structure + creative evidence
is_procreate_file() is_procreate_dir()
Validate Procreate Canvas File Structure
verify_creation_period()
Verify Procreate Creation Period

Extraction Functions

Extract metadata, timestamps, and assets from canvases and images

extract_creation_window()
Extract Defensible Creation Window for Procreate Canvas
extract_create_date()
Extract Artwork Creation Date from Procreate Canvas
pl-extract-evidence
Extract Authenticity Evidence from Procreate Canvas
extract_image_meta()
Extract Technical Metadata from Artwork Image
extract_signature()
Extract Artist Signature from Procreate Canvas
extract_video_segments()
Extract Timelapse Video Segments from Procreate Canvas

Pipeline Functions

Core processing functions for artwork data generation

build_artwork_record()
Build Artwork Record for Database
commit_artwork()
Commit Artwork Record to Database
create_artwork_hash()
Generate Perceptual Hashes for Artwork Variants
create_gallery_images()
Generate Gallery-Optimized Images from Original Artwork
render_certificate()
Render Artwork Certificate
validate_table_list()
Validate table_list structure for database commit

Upload Functions

Upload artwork assets to CDN storage buckets

Color Analysis

Frame-by-frame color extraction and visualization

AI Generation

AI-powered style classification and artwork profiling

OpenSea Integration

NFT marketplace linking and metadata

create_artwork_opensea() create_artist_opensea()
Link Artwork to OpenSea NFT Marketplace

UI Modules

Shiny UI components for pipeline monitoring

pl_notification_ui() get_running_pls() pl_notification_server()
Pipeline Progress Notification UI Module