Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
813
func
(img *Image) LinearColourspace() error {
814
return
img.Colorspace(C.VIPS_INTERPRETATION_scRGB)
815
}
816
817
func
(img *Image) RgbColourspace() error {
818
return
img.Colorspace(C.VIPS_INTERPRETATION_sRGB)
Callers
1
scale
Method · 0.80
Calls
1
Colorspace
Method · 0.95
Tested by
no test coverage detected