VisXImageMagick.cpp
资源名称:VisSDK.rar [点击查看]
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:20k
源码类别:
人物传记/成功经验
开发平台:
Visual C++
- ///////////////////////////////////////////////////////////////////////////
- //
- // NAME
- // imgMagick.cpp -- read and write image files using ImageMagick software
- //
- // DESCRIPTION
- // Defines and instantiates a subclass of CVisFileHandler
- // which reads and write images using the ImageMagick package.
- //
- // For a list of supported file types, see MagickSupportedImageFormats
- // below.
- // Note that some of these formats may not be (yet) implemented:
- // some of them require external packages, which need to be imported
- // and converted into our environment.
- //
- // SEE ALSO
- // ImageFileIO.cpp basic file i/o routines
- // convert.c ImageMagick file conversion routine
- // magick/*.[hc] ImageMagick implementation files
- // www/*.html ImageMagick documentation
- //
- // BUGS
- // We don't currently deal with colormaps. There is a slot in the
- // ImageClass for colormaps, but we have do decide several things:
- // . are colormapped images always stored using CVisByteImage
- // . if so, when you open a colormapped image, do you want the
- // indices and the color table, or just the gray value of each pixel?
- //
- // DESIGN
- //
- //
- // Copyright