Commit 657e881
committed
adding a new magic number for JPG compatibility
-an artist was using a JPG image from internet.
-trying to publish it from Jabuka, it was failing.
-IECore.Reader.create using IECore.JPGImageReader.canRead was assuming the file couldn't be read.
-the magic number test was returning false because we wasn't using this specific magic number value.
-Hence, I add this new magic value.
-I runned the test fine.1 parent cf4f98c commit 657e881
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments