cfimage supported types
I've run into a puzzle using cfimage trying to manipulate .JPG images. Certain files work on Machine A but not Machine B. (Exception being "Unsupported Image Type".)
GetReadableImageFormats() returns 15 formats on Machine A, only 12 on Machine B. The missing filetypes are:
- JFIF
- JPEG-LOSSLESS
- JPEG-LS
Both machines are running CF9 Standard. Machine A is 32-bit, Machine B is 64-bit.
I guess I'm wondering if something can be tweaked on Machine B to enable support for these file types. Any ideas?
