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

Method IsLinear

vips/vips.go:736–738  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

734}
735
736func (img *Image) IsLinear() bool {
737 return C.vips_image_guess_interpretation(img.VipsImage) == C.VIPS_INTERPRETATION_scRGB
738}
739
740func (img *Image) BackupColourProfile() {
741 var tmp *C.VipsImage

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected