Loader/Saver

Warning

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_profileFunction
read_icc_profile(filepath::AbstractString; kwargs...) -> ICCProfile
read_icc_profile(io::IO; kwargs...) -> ICCProfile

Read an ICC profile from a file or IO.

source

Embedded Profile Loader

Saver

Currently, saver is not implemented.

FileIO extension

Missing docstring.

Missing docstring for add_icc_profile_format. Check Documenter's build log for details.