Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
451
func
(img *Image) HasAlpha() bool {
452
return
C.vips_image_hasalpha(img.VipsImage) > 0
453
}
454
455
func
(img *Image) GetInt(name string) (int, error) {
456
var
i C.int
Callers
2
determineOutputFormat
Method · 0.80
saveImage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected