imageHeight

Gets the height of an image.

Arguments

  • path - The path to the image file.

Example

{
  "$template": {
    "test": "{{imageHeight('resources/textures/particle/particles.png')}}"
  }
}