Add "Extract EXIF" operation

This commit is contained in:
toby 2017-04-29 15:44:39 -04:00
parent 31e5d785fe
commit 1b8a25ec88
6 changed files with 152 additions and 0 deletions

View file

@ -15,6 +15,7 @@ import "./tests/operations/Base58.js";
import "./tests/operations/ByteRepr.js";
import "./tests/operations/Compress.js";
import "./tests/operations/FlowControl.js";
import "./tests/operations/Image.js";
import "./tests/operations/MorseCode.js";
import "./tests/operations/StrUtils.js";

File diff suppressed because one or more lines are too long