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

Method RgbColourspace

vips/vips.go:817–819  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

815}
816
817func (img *Image) RgbColourspace() error {
818 return img.Colorspace(C.VIPS_INTERPRETATION_sRGB)
819}
820
821func (img *Image) Colorspace(colorspace Interpretation) error {
822 if img.Type() == colorspace {

Callers 1

applyFiltersMethod · 0.80

Calls 1

ColorspaceMethod · 0.95

Tested by

no test coverage detected