Platforms to show: All Mac Windows Linux Cross-Platform

Back to GMConvertMBS class.

GMConvertMBS.AutoOrient as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether to call autoOrient method to change orientation of image data to 0°.

(Read and Write property)

GMConvertMBS.Enhance as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether to run enhance command.

If true, we call enhance on the image to minimize noise.
(Read and Write property)

GMConvertMBS.Equalize as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether to run equalize command.

If set to true, we call equalize command on image (histogram equalization).
(Read and Write property)

GMConvertMBS.ImageType as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the image type.

If value is > 0, the image type is change to the given type.
(Read and Write property)

GMConvertMBS.InputData as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The input data string.

If set, we read image from this data.
(Read and Write property)

GMConvertMBS.InputFile as FolderItem

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The input folderitem.

If set input file to read.
(Read and Write property)

GMConvertMBS.InputGeometry as GMGeometryMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The input geometry.

Some formats can be loaded with different scales, so this geometry is passed to read method to define the format requested.
(Read and Write property)

GMConvertMBS.InputImage as GMImageMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The input image.

(Read and Write property)

GMConvertMBS.InputMagick as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The image magick type.

If empty, the type of file is automatically determined.
(Read and Write property)

GMConvertMBS.InputMemory as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The input data memoryblock.

If set, we read image from this data.
(Read and Write property)

GMConvertMBS.InputPath as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The input file path.

If set input file to read.
(Read and Write property)

GMConvertMBS.OutputData as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Output data as string.

(Read and Write property)

GMConvertMBS.OutputFile as FolderItem

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The folderitem where to write file.

If set, the image will be written to this file.
(Read and Write property)

GMConvertMBS.OutputImage as GMImageMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Output image object.

(Read and Write property)

GMConvertMBS.OutputMagick as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Output magick.

You can set this to a magick codec type to define output format, e.g. "jpeg".
(Read and Write property)

GMConvertMBS.OutputMemory as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Output data as memory block.

(Read and Write property)

GMConvertMBS.OutputPath as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The native file path for output.

If set, the image will be written to this path.
(Read and Write property)

GMConvertMBS.Quality as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Quality of images in range 1 to 100.

If value is > 0, we assign it to the image for setting image quality.
(Read and Write property)

GMConvertMBS.Running as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether this converter is running.

Set to true while Run method runs.
(Read only property)

GMConvertMBS.ScaleGeometry as GMGeometryMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The geometry for call to scale method.

scale method is called with this geometry (if set) to reduce image size.
(Read and Write property)

GMConvertMBS.Strip as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether to remove all profiles and text attributes from the image.

(Read and Write property)

GMConvertMBS.ThumbnailGeometry as GMGeometryMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The geometry for call to thumbnail method.

thumbnail method is called with this geometry (if set) to reduce image size.
(Read and Write property)

GMConvertMBS.Trim as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether trim command is called on image to remove extra blank space around image.

(Read and Write property)

GMConvertMBS.WantOutputData as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether you want image compressed and stored in OutputData property.

(Read and Write property)

GMConvertMBS.WantOutputMemory as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property GraphicsMagick MBS GraphicsMagick Plugin 19.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether you want image compressed and stored in OutputMemory property.

(Read and Write property)

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


The biggest plugin in space...