I'm attempting to use Imager (0.94) image manipulation module on Windows with ActiveState Perl (5.12.3). Attempting to read or write JPEG, GIF or PNG files I get some varation of this message:
format 'jpeg' not supported - formats bmp, ico, pnm, raw, sgi, tga available for reading
When switching to BMP format everything works as expected.
So, given that the Imager module from ActiveState does not seem to include the required libraries (DLLs?) required to read and write any useful formats Does anyone know of an alternate source of a PPM package that has whatever is required for this module to work correctly on Windows?