![]() |
![]() |
![]() |
#include "magick/studio.h"
#include "magick/blob.h"
#include "magick/blob_private.h"
#include "magick/color_private.h"
#include "magick/error.h"
#include "magick/error_private.h"
#include "magick/image.h"
#include "magick/image_private.h"
#include "magick/list.h"
#include "magick/magick.h"
#include "magick/memory_.h"
#include "magick/shear.h"
#include "magick/static.h"
#include "magick/string_.h"
#include "magick/transform.h"
Include dependency graph for mat.c:

Go to the source code of this file.
Data Structures | |
| struct | MATHeader |
Functions | |
| void | InsertRow (unsigned char *p, int y, Image *image) |
| void | InsertFloatRow (double *p, int y, Image *image, double Min, double Max) |
| void | InsertComplexFloatRow (double *p, int y, Image *image, double Min, double Max) |
| void | ReadBlobWordLSB (Image *image, size_t len, unsigned short *data) |
| void | ReadBlobWordMSB (Image *image, size_t len, unsigned short *data) |
| double | ReadBlobLSBdouble (Image *image) |
| void | ReadBlobDoublesLSB (Image *image, size_t len, double *data) |
| double | ReadBlobMSBdouble (Image *image) |
| void | ReadBlobDoublesMSB (Image *image, size_t len, double *data) |
| Image * | ReadMATImage (const ImageInfo *image_info, ExceptionInfo *exception) |
| ModuleExport void | RegisterMATImage (void) |
| ModuleExport void | UnregisterMATImage (void) |
|
||||||||||||||||||||||||
|
Definition at line 166 of file mat.c. References _PixelPacket::blue, _Image::columns, _PixelPacket::green, MagickFalse, Max, MaxRGB, Min, _PixelPacket::red, SetImagePixels(), and SyncImagePixels(). Referenced by ReadMATImage().
Here is the call graph for this function: ![]() |
|
||||||||||||||||||||||||
|
Definition at line 139 of file mat.c. References _PixelPacket::blue, _Image::columns, _PixelPacket::green, MagickFalse, Max, MaxRGB, Min, _PixelPacket::red, ScaleShortToQuantum, SetImagePixels(), and SyncImagePixels(). Referenced by ReadMATImage().
Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 90 of file mat.c. References _PixelPacket::blue, _Image::colormap, _Image::columns, ConstrainColormapIndex(), _Image::depth, GetIndexes(), _PixelPacket::green, IndexPacket, MagickFalse, _PixelPacket::red, ScaleShortToQuantum, SetImagePixels(), and SyncImagePixels().
Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 275 of file mat.c. References ReadBlobLSBdouble(), and SeekBlob(). Referenced by ReadMATImage().
Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 321 of file mat.c. References ReadBlobMSBdouble(), and SeekBlob(). Referenced by ReadMATImage().
Here is the call graph for this function: ![]() |
|
|
Definition at line 239 of file mat.c. References assert, _Image::debug, _Image::filename, GetMagickModule, LogMagickEvent(), MagickFalse, MagickSignature, ReadBlob(), _Image::signature, and TraceEvent. Referenced by ReadBlobDoublesLSB().
Here is the call graph for this function: ![]() |
|
|
Definition at line 286 of file mat.c. References assert, MagickSignature, ReadBlob(), and _Image::signature. Referenced by ReadBlobDoublesMSB().
Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 216 of file mat.c. References ReadBlobLSBShort(), and SeekBlob(). Referenced by ReadMATImage().
Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
Definition at line 228 of file mat.c. References ReadBlobMSBShort(), and SeekBlob(). Referenced by ReadMATImage().
Here is the call graph for this function: ![]() |
|
||||||||||||
|
Definition at line 359 of file mat.c. References AcquireMagickMemory(), AllocateImage(), AllocateImageColormap(), _PixelPacket::blue, CloseBlob(), CoderError, _Image::colormap, _Image::colors, _Image::columns, CorruptImageError, _Image::depth, DestroyImage(), DestroyImageList(), MATHeader::DimFlag, MATHeader::Flag1, FlopImage(), _PixelPacket::green, MATHeader::identific, MATHeader::idx, InsertComplexFloatRow(), InsertFloatRow(), InsertRow(), MagickBooleanType, MagickFalse, MagickOffsetType, Max, Min, MATHeader::NameFlag, MATHeader::ObjectSize, OpenBlob(), QuantumDepth, ReadBinaryBlobMode, ReadBlob(), ReadBlobDoublesLSB(), ReadBlobDoublesMSB(), ReadBlobLSBLong(), ReadBlobLSBShort(), ReadBlobWordLSB(), ReadBlobWordMSB(), _PixelPacket::red, RelinquishMagickMemory(), ResourceLimitError, RotateImage(), _Image::rows, ScaleCharToQuantum, SeekBlob(), MATHeader::SizeX, MATHeader::SizeY, MATHeader::StructureFlag, TellBlob(), ThrowReaderException, MATHeader::unknown0, MATHeader::unknown1, MATHeader::unknown2, MATHeader::unknown3, and MATHeader::unknown4. Referenced by RegisterMATImage().
Here is the call graph for this function: ![]() |
|
|
Definition at line 637 of file mat.c. References AcquireString(), _MagickInfo::decoder, DecoderHandler, _MagickInfo::description, MagickTrue, _MagickInfo::module, ModuleExport, ReadMATImage(), RegisterMagickInfo(), _MagickInfo::seekable_stream, and SetMagickInfo(). Referenced by RegisterStaticModules().
Here is the call graph for this function: ![]() |
|
|
Definition at line 668 of file mat.c. References ModuleExport, and UnregisterMagickInfo(). Referenced by UnregisterStaticModules().
Here is the call graph for this function: ![]() |
1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC