Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ Height
Method
Height
vips/vips.go:234–236 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
232
}
233
234
func
(img *Image) Height() int {
235
return
int(img.VipsImage.Ysize)
236
}
237
238
func
(img *Image) PageHeight() int {
239
return
int(C.vips_image_get_page_height(img.VipsImage))
Callers
1
PagesLoaded
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected