diff options
Diffstat (limited to 'tex/context/base/mkxl/lpdf-img.lmt')
-rw-r--r-- | tex/context/base/mkxl/lpdf-img.lmt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/lpdf-img.lmt b/tex/context/base/mkxl/lpdf-img.lmt index 83d3dfae6..50034c360 100644 --- a/tex/context/base/mkxl/lpdf-img.lmt +++ b/tex/context/base/mkxl/lpdf-img.lmt @@ -1345,3 +1345,7 @@ end -- end -- return true -- end + +backends.pdf.codeinjections.jpg = lpdf.injectors.jpg +backends.pdf.codeinjections.jp2 = lpdf.injectors.jp2 +backends.pdf.codeinjections.png = lpdf.injectors.png |