Platforms to show: All Mac Windows Linux Cross-Platform

Back to CIImageMBS class.

CIImageMBS.colorSpace as CGColorSpaceMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 13.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns if possible the color space of the image it was defined in.

This method will return nil, if the color space cannot be determined.
(Read only property)

CIImageMBS.Definition as CIFilterShapeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Return the Domain of Definition of the image.

Nil on any error.
(Read only property)

CIImageMBS.description as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 9.7 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the textual description for this image.
Example
dim p as Picture = LogoMBS(500)
dim data as string = PictureToPNGStringMBS(p,80)
dim i as new CIImageMBS(data)
MsgBox i.description

(Read only property)

CIImageMBS.Extent as CGRectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The extent of the image in world coordinates.
Example
dim f as FolderItem = SpecialFolder.Desktop.Child("test.jpg")

dim i as new CIImageMBS(f)
dim r as CGRectMBS = i.Extent

MsgBox str(r.Width)+" x "+str(r.Height)

Can be undefined. In that case x/y are -Infinity and width/height are Infinity (3.402823466 * 10^38).
(Read only property)

CIImageMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 12.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The handle to the CIImage object used internally.

(Read only property)

CIImageMBS.Height as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 12.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The height of the image in pixel.

(Read only property)

CIImageMBS.RetainCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 14.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the retain count of the CIImage reference.

This is useful for debugging.
The retain count is for the CIImage reference, not the CIImageMBS object.
(Read only property)

CIImageMBS.url as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 13.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the URL of a file based image.

Returns the URL of the image when the image was created using the imageWithContentsOfURL APIs.
This method will return nil, if the URL cannot be determined.
(Read only property)

CIImageMBS.Width as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CoreImage MBS MacCI Plugin 12.4 ✅ Yes ❌ No ❌ No ✅ Yes All
The width of the image in pixel.

(Read only property)

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


The biggest plugin in space...