Update of /src/master/dx/src/exec/dxmods
In directory opendx.watson.ibm.com:/tmp/cvs-serv10180/dxmods

Modified Files:
        _im_image.c 
Log Message:
Update for ImageMagick file writing. Added the functionality to put a
compression attribute on an Image and have ImageMagick set that compression
type when writing the file. Will document this later when I figure out
how it can be set in the UI as well as using it as Render->Options->
WriteImage. Fixed appending to MIFF with IM directly instead of using
DX's built in miff writing, this only affects selecting "ImageMagick 
supported format" and writing a MIFF. Fixed a bug that creaped in with
new ImageMagicks. They changed the float pixel type from 3 to 5 but luckily
they use and enum and I just use that instead. The enum exists clear back
to 5.2 so shouldn't be a problem. Removed support for anything below
version 5.2. Should add a check to configure but I think the cases of
someone using lower than 5.2 may be few and far between since it is
2 years old. 

Reply via email to