Extracts color palette from an image file by reading and processing the raster data. Filters out transparent pixels and common background colors.
See also
Other data-access:
artHasNFT(),
db-frame-analytics,
getArtistOpensea(),
getArtistStyleMap(),
getArtworkIndex(),
getArtworkMeta(),
getArtworkOpensea(),
getArtworkProfile(),
getArtworkProfileFull(),
getArtworkStats(),
getVerificationInfo(),
get_artist_by_slug(),
get_artist_collections_summary(),
get_artist_recent_works(),
get_artist_stats()
Examples
if (FALSE) { # \dontrun{
colors <- getImageRaster("path/to/artwork.png")
head(colors)
} # }