OSX builds not using IM's built in tiff + jpeg libs?
Posted: 2009-02-22T20:10:11-07:00
I noticed that under OSX, a default build of IM won't include TIFF or JPEG support because 'configure' doesn't find tiff or jpeg libraries. (Apparently OSX doesn't come with them).
I understand installing MacPorts and using that to install the external tiff and jpeg libs will solve the problem, and am going that route, but I guess I'm curious:
Doesn't IM have its own TIFF and JPEG readers (coders/tiff.c and coders/jpeg.c),
and if so, why doesn't 'configure' fail over to using them?
I'm thinking maybe these built-in files are old and shouldn't be used, but since they're part of the distro, it has me wondering..
I understand installing MacPorts and using that to install the external tiff and jpeg libs will solve the problem, and am going that route, but I guess I'm curious:
Doesn't IM have its own TIFF and JPEG readers (coders/tiff.c and coders/jpeg.c),
and if so, why doesn't 'configure' fail over to using them?
I'm thinking maybe these built-in files are old and shouldn't be used, but since they're part of the distro, it has me wondering..