Platforms to show: All Mac Windows Linux Cross-Platform

Back to ImageMagickQ8MBS class.

ImageMagickQ8MBS.InitializeMagick(path as string = "")

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Magick MBS GraphicsMagick Plugin 5.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Initializes the ImageMagick environment.
Example
dim i as new ImageMagickQ8MBS
i.InitializeMagick("")

Path: The execution path of the current ImageMagick client.

For more details please check the ImageMagick documentation.
You need to call LoadLibrary functions to load the library before calling this.

ImageMagickQ8MBS.MagickInfoList as IMMagickInfoListQ8MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Magick MBS GraphicsMagick Plugin 5.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the list of known image formats.

Sets the last exception property.
For more details please check the ImageMagick documentation.

ImageMagickQ8MBS.NewImageList as IMImageQ8MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Magick MBS GraphicsMagick Plugin 5.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new empty image list.

For more details please check the ImageMagick documentation.

ImageMagickQ8MBS.ReadImage(info as IMImageInfoQ8MBS) as IMImageQ8MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Magick MBS GraphicsMagick Plugin 5.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Reads an image from a file.

Sets the last exception property.
Returns nil on any error.
You need to pass in an info object to describe the image.

For more details please check the ImageMagick documentation.

ImageMagickQ8MBS.ReadImageFromString(info as IMImageInfoQ8MBS, data as string) as IMImageQ8MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Magick MBS GraphicsMagick Plugin 5.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Reads an image from a string.

Sets the last exception property.
Returns nil on any error.
You need to pass in an info object to describe the image.

For more details please check the ImageMagick documentation.

ImageMagickQ8MBS.ReadImageHeaderFromString(info as IMImageInfoQ8MBS, data as string) as IMImageQ8MBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Image Magick MBS GraphicsMagick Plugin 5.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Reads the image header.

Same as ReadImageFromString except the pixel data is not read.
Sets the last exception property.
For more details please check the ImageMagick documentation.

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


The biggest plugin in space...