pub unsafe extern "C" fn heif_image_get_height(
img: *const heif_image,
channel: heif_channel,
) -> c_intExpand description
Get the height of a specified image channel.
@param img the image to get the height for @param channel the channel to select @return the height of the channel in pixels, or -1 the channel does not exist in the image