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

Method HasAlpha

vips/vips.go:451–453  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

449}
450
451func (img *Image) HasAlpha() bool {
452 return C.vips_image_hasalpha(img.VipsImage) > 0
453}
454
455func (img *Image) GetInt(name string) (int, error) {
456 var i C.int

Callers 2

determineOutputFormatMethod · 0.80
saveImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected