MCPcopy 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
234func (img *Image) Height() int {
235 return int(img.VipsImage.Ysize)
236}
237
238func (img *Image) PageHeight() int {
239 return int(C.vips_image_get_page_height(img.VipsImage))

Callers 1

PagesLoadedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected