Files
sn0int/modules/harness/img-hash.lua
2021-09-22 01:19:59 +02:00

12 lines
239 B
Lua

-- Description: TODO your description here
-- Version: 0.1.0
-- License: GPL-3.0
-- Source: images
function run(arg)
debug(arg)
info(img_ahash(arg['value']))
info(img_dhash(arg['value']))
info(img_phash(arg['value']))
end