MCPcopy 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
238func (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

PagesLoadedMethod · 0.95
getImageSizeMethod · 0.80
transformAnimatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected