<emit source="imgs"></emit>
Provided by module: Tags: RXML tags
Similar to <imgs> but works as a emit plugin. This emit source
returns dimensions and type for a given image file.
Attributes
- src="string"
-
The path to the file that should be inspected.
- quiet="string"
-
If provided, silently ignore run-time errors such as image not found.
-
&_.type; (provided by Tags: RXML tags)
The type of the image. Supported types are "gif", "jpeg", "png",
"psd"and "tiff".
-
&_.xsize; (provided by Tags: RXML tags)
The width of the image.
-
&_.ysize; (provided by Tags: RXML tags)
The height of the image.