summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/grph-chk.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/grph-chk.lua')
-rw-r--r--tex/context/base/mkiv/grph-chk.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/grph-chk.lua b/tex/context/base/mkiv/grph-chk.lua
index fedd8d3ca..f286dedd6 100644
--- a/tex/context/base/mkiv/grph-chk.lua
+++ b/tex/context/base/mkiv/grph-chk.lua
@@ -207,7 +207,7 @@ function checkers.png(data) -- same as jpg (for now)
local used = data.used
if request and used and not request.scanimage then
local identify = graphics.identify
- local inject = lpdf.injectors.png
+ local inject = lpdf.injectors.png -- currently pdf specific
local found = false
request.scanimage = function(t)
local result = wrappedidentify(identify,t.filename)