
Generate Gallery-Optimized Images from Original Artwork
Source:R/create-gallery-image.R
create_gallery_images.RdCreates web-optimized image variants and carousel crops from the high-resolution main artwork image. Gallery images are sized for fast loading while maintaining visual quality.
Details
This function produces: - Resized main image as variant-1.png (30 - Additional variants from vault uploads (variant-2.png, etc.) - Seven random carousel crops for homepage/gallery carousel display
All generated images are uploaded to the art-data CDN under the gallery prefix for public access.
Carousel crops are randomly sampled from the center 50 (25
See also
Other pipeline functions:
build-record,
commit_artwork(),
createArtworkHash,
frame-analytics,
frame-metrics,
render_certificate(),
validate_table_list()