Platforms to show: All Mac Windows Linux Cross-Platform

Back to ImageMagick7MBS module.

ImageMagick7MBS.Copyright as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the ImageMagick API copyright as a string.

See GetMagickCopyright function in ImageMagick documentation.
(Read only property)

ImageMagick7MBS.Delegates as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the ImageMagick delegate libraries.

See GetMagickDelegates function in ImageMagick documentation.
(Read only property)

ImageMagick7MBS.Epsilon as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Small value.

Two values are considered equal if the difference is smaller than epsilon.
(Read only property)

ImageMagick7MBS.Features as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the ImageMagick features.
Example
MsgBox ImageMagick7MBS.Features

See GetMagickFeatures function in ImageMagick documentation.
e.g. "Cipher DPC Modules OpenCL OpenMP(2.0)".
(Read only property)

ImageMagick7MBS.HDRI as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether HDRI is used.

If the plugin detects HDRI mode for the library, we use floats (8 and 16 bit depth) or doubles (32 and 64 bit depth).
(Read only property)

ImageMagick7MBS.HomeURL as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the ImageMagick home URL.

See GetMagickHomeURL function in ImageMagick documentation.
(Read only property)

ImageMagick7MBS.Huge as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Huge value.

Values bigger than Huge are far over the range of a quantum.
(Read only property)

ImageMagick7MBS.License as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the ImageMagick API license as a string.

See GetMagickLicense function in ImageMagick documentation.
(Read only property)

ImageMagick7MBS.LoadErrorString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The last error from LoadLibrary call.

(Read only property)

ImageMagick7MBS.MagickPrecision as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the maximum number of significant digits to be printed.

See GetMagickPrecision function in ImageMagick documentation.
(Read and Write property)

ImageMagick7MBS.MagickSignature as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns a signature that uniquely encodes the MagickCore libary version, quantum depth, HDRI status, OS word size, and endianness.

See GetMagickSignature function in ImageMagick documentation.
(Read only property)

ImageMagick7MBS.MaxColormapSize as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The maximum size of a color map.

Value is 256 for 8 bit or 65536 for higher bit depths.
(Read only property)

Some examples using this property:

ImageMagick7MBS.MaxMap as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The maximum index in a color map.

Either 255 for 8 bit or 65535 for 16 bit or higher.
(Read only property)

Some examples using this property:

ImageMagick7MBS.PackageName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the ImageMagick package name.

See GetMagickPackageName function in ImageMagick documentation.
(Read only property)

ImageMagick7MBS.QuantumDepth as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The quantum depth.

Can be 8, 16, 32 or 64 bit depending on the loaded image magick library.
(Read only property)

ImageMagick7MBS.QuantumDepthString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the ImageMagick quantum depth.

Returns the quantum depth is returned as a number.
See GetMagickQuantumDepth function in ImageMagick documentation.
(Read only property)

ImageMagick7MBS.QuantumRange as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The maximum value for the range of quantums.

Depending on quantum depth ranges from 255 to &hFFFFFFFF.
(Read only property)

ImageMagick7MBS.QuantumRangeString as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the ImageMagick quantum range.

See GetMagickQuantumRange function in ImageMagick documentation.
e.g. "((Quantum) 65535)"
(Read only property)

ImageMagick7MBS.QuantumSize as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The size of a quantum value in bytes.

Used to allocate memoryblocks of right size.
e.g. Width * Height * QuantumSize * ChannelCount.
(Read only property)

Some examples using this property:

ImageMagick7MBS.ReleaseDate as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the ImageMagick release date.

See GetMagickReleaseDate function in ImageMagick documentation.
(Read only property)

ImageMagick7MBS.Version as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the ImageMagick API version as a string.
Example
MsgBox ImageMagick7MBS.Version
// e.g. "ImageMagick 7.0.9-2 Q16 x86 2019-10-30 http://www.imagemagick.org"

See GetMagickVersion function in ImageMagick documentation.
(Read only property)

ImageMagick7MBS.VersionNumber as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property ImageMagick7 MBS GraphicsMagick Plugin 20.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the ImageMagick API version as a number.

See GetMagickVersion function in ImageMagick documentation.
e.g. &h709 for 7.0.9.
(Read only property)

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


The biggest plugin in space...