Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ PageHeight
Method
PageHeight
vips/vips.go:238–240 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
236
}
237
238
func
(img *Image) PageHeight() int {
239
return
int(C.vips_image_get_page_height(img.VipsImage))
240
}
241
242
// Pages returns number of pages in the image file.
243
//
Callers
3
PagesLoaded
Method · 0.95
getImageSize
Method · 0.80
transformAnimated
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected