Platforms to show: All Mac Windows Linux Cross-Platform

Back to IMImageInfo7MBS class.

IMImageInfo7MBS.BlobToImage(Data as MemoryBlock) as IMImage7MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
BlobToImage implements direct to memory image formats. It returns the blob as an image.

See BlobToImage function in ImageMagick documentation.

See also:

IMImageInfo7MBS.BlobToImage(Data as String) as IMImage7MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
BlobToImage implements direct to memory image formats. It returns the blob as an image.

See BlobToImage function in ImageMagick documentation.

See also:

IMImageInfo7MBS.Clone as IMImageInfo7MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Makes a copy of the given image info object.

See CloneImageInfo function in ImageMagick documentation.

IMImageInfo7MBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates an empty image info.

See CloneImageInfo function in ImageMagick documentation.

See also:

IMImageInfo7MBS.Constructor(ImageInfo as IMImageInfo7MBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a copy of an existing image info.

See CloneImageInfo function in ImageMagick documentation.

See also:

IMImageInfo7MBS.PingBlob(Data as MemoryBlock) as IMImage7MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Pings a blob.

Reads image attributes, but not image data.
See PingBlob function in ImageMagick documentation.

See also:

IMImageInfo7MBS.PingBlob(Data as String) as IMImage7MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Pings a blob.

Reads image attributes, but not image data.
See PingBlob function in ImageMagick documentation.

See also:

IMImageInfo7MBS.PingImage as IMImage7MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns all the properties of an image or image sequence except for the pixels.

It is much faster and consumes far less memory than ReadImage. On failure, a nil image is returned and exception describes the reason for the failure.

See PingImage function in ImageMagick documentation.

IMImageInfo7MBS.PingImages(filename as String) as IMImage7MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Pings one or more images and returns them as an image list.

See xx function in ImageMagick documentation.

IMImageInfo7MBS.ReadImage as IMImage7MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Reads an image or image sequence from a file or file handle.

The method returns a nil if there is a memory shortage or if the image cannot be read. On failure, a nil image is returned and exception describes the reason for the failure.

See ReadImage function in ImageMagick documentation.

IMImageInfo7MBS.ReadImages(filename as String) as IMImage7MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Reads one or more images and returns them as an image list.

See xx function in ImageMagick documentation.

IMImageInfo7MBS.ReadInlineImage(filename as String) as IMImage7MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Reads a Base64-encoded inline image or image sequence.

The method returns a nil if there is a memory shortage or if the image cannot be read. On failure, a nil image is returned and exception describes the reason for the failure.

See ReadInlineImage function in ImageMagick documentation.

IMImageInfo7MBS.WriteImage(image as IMImage7MBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Writes an image or an image sequence to a file or file handle.

If writing to a file is on disk, the name is defined by the filename member of the image object. WriteImage returns False is there is a memory shortage or if the image cannot be written. Check the exception member of image to determine the cause for any failure.

See WriteImage function in ImageMagick documentation.

IMImageInfo7MBS.WriteImages(image as IMImage7MBS, filename as String) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Writes an image sequence into one or more files.

While WriteImage can write an image sequence, it is limited to writing the sequence into a single file using a format which supports multiple frames. WriteImages, however, does not have this limitation, instead it generates multiple output files if necessary (or when requested). When ImageInfo's adjoin flag is set to False, the file name is expected to include a printf-style formatting string for the frame number (e.g. "image02d.png").

See WriteImages function in ImageMagick documentation.

The items on this page are in the following plugins: MBS GraphicsMagick Plugin.


The biggest plugin in space...