commit | 6ffac4f82693ad89a3bee1bb27047f3b8bf03ba0 | [log] [tgz] |
---|---|---|
author | Cristy <urban-warrior@imagemagick.org> | Sun Aug 23 10:55:57 2015 -0400 |
committer | Cristy <urban-warrior@imagemagick.org> | Sun Aug 23 10:55:57 2015 -0400 |
tree | 18fcd694f3c1f0a67d3069c20c4d7b5bbacc5326 | |
parent | 4285cbc39ebce08b5c849c22d9ebc8614a3e780a [diff] [blame] |
Support inline images with data URLS
diff --git a/MagickCore/coder.c b/MagickCore/coder.c index ccf57e1..3b94c06 100644 --- a/MagickCore/coder.c +++ b/MagickCore/coder.c
@@ -108,6 +108,7 @@ { "CR2", "DNG" }, { "CRW", "DNG" }, { "CUR", "ICON" }, + { "DATA", "INLINE" }, { "DCR", "DNG" }, { "DCX", "PCX" }, { "DFONT", "TTF" },