📄 visximagemagick.cpp
字号:
///////////////////////////////////////////////////////////////////////////
//
// 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -