diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-07-04 01:33:59 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-07-04 01:33:59 -0600 |
| commit | dad8cb95bc82afa3eeba3af27de730cba4969cde (patch) | |
| tree | 600bc02462410156d568379bd1f8cbb13038a52c /docs | |
| parent | 644f46904a7d603001f8972eefff58d2c81977db (diff) | |
document that additional image formats are supported by installing prawn-gmagick [skip ci]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/theming-guide.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/theming-guide.adoc b/docs/theming-guide.adoc index b6f12b74..050a2586 100644 --- a/docs/theming-guide.adoc +++ b/docs/theming-guide.adoc @@ -584,7 +584,8 @@ The following image types (and corresponding file extensions) are supported: * JPEG (.jpg) * SVG (.svg) -CAUTION: The GIF format (.gif) is not supported. +CAUTION: The GIF format (.gif) and BMP format (.bmp) are not supported unless you're using prawn-gmagick. +See https://github.com/asciidoctor/asciidoctor-pdf#supporting-additional-image-file-formats[support for additional image file formats] for details. Here's how an image is specified in the theme file as a bare image path: |
