MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / ColourProfileImported

Method ColourProfileImported

vips/vips.go:772–775  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

770}
771
772func (img *Image) ColourProfileImported() bool {
773 imported, err := img.GetIntDefault("imgproxy-icc-imported", 0)
774 return imported > 0 && err == nil
775}
776
777func (img *Image) ExportColourProfile() error {
778 var tmp *C.VipsImage

Callers 1

colorspaceToResultMethod · 0.80

Calls 1

GetIntDefaultMethod · 0.95

Tested by

no test coverage detected