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

Method LinearColourspace

vips/vips.go:813–815  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

811}
812
813func (img *Image) LinearColourspace() error {
814 return img.Colorspace(C.VIPS_INTERPRETATION_scRGB)
815}
816
817func (img *Image) RgbColourspace() error {
818 return img.Colorspace(C.VIPS_INTERPRETATION_sRGB)

Callers 1

scaleMethod · 0.80

Calls 1

ColorspaceMethod · 0.95

Tested by

no test coverage detected