Loader/Saver
ColorProfiles assumes that the profile data to be loaded is valid and appropriate. Attempting to load a maliciously crafted profile may use up memory and CPU resources.
Loader
ColorProfiles will create different instances of tags, even if they share the same data.
ColorProfiles.read_icc_profile — Functionread_icc_profile(filepath::AbstractString; kwargs...) -> ICCProfile
read_icc_profile(io::IO; kwargs...) -> ICCProfileRead an ICC profile from a file or IO.
Embedded Profile Loader
ColorProfiles.read_icc_profile_in_jpeg — Functionread_icc_profile_in_jpeg(io::IO) -> ICCProfileRead an ICC profile embedded in a JPEG (JFIF) file.
Saver
Currently, saver is not implemented.
FileIO extension
Missing docstring for add_icc_profile_format. Check Documenter's build log for details.