Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 541 Bytes

File metadata and controls

13 lines (8 loc) · 541 Bytes

Image Example

The most simple way to insert an image into the document.

Custom type detection

Templater handles specific types in a special way. One of such types is a BufferedImage (Java) and Image (.NET). When buffered image is detected tag will be replaced with an appropriate image.

Templater image type

Templater has image specific type: ImageInfo for direct image manipulation. By default during startup low-level converters are registered to detect BufferedImage and ImageInputStream and convert them into ImageInfo.