Platforms to show: All Mac Windows Linux Cross-Platform
ImagePlaygroundMBS class New in 25.0
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | ImagePlayground | MBS Swift Plugin | 25.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The image playground to generate images with Apple Intelligence.
Requires macOS 15.2 or iOS 18.2.
- 3 events
- event Cancelled
- event CreatedImage(file as FolderItem)
- event Hidden
- 4 properties
- property ConceptCount as Integer
- property Handle as Integer
- property ImageFile as FolderItem
- property SourceImage as Picture
- 6 methods
- method AddConcept(text as String)
- method AddExtractedConcept(text as String, Title as String = "")
- method ClearConcepts
- method Constructor
- method Destructor
- method Present
- shared method Available as Integer
- 5 constants
Availability
Constant | Value | Description |
---|---|---|
AvailabilityAvailable | 1 |
Image Playground is available. |
AvailabilityNotAvailable | 2 |
Not available. |
AvailabilityOldOS | 3 |
You have an older operation system. |
AvailabilityUnknown | 0 |
Status not yet checked. |
AvailabilityUnsupportedPlatform | 4 |
Unsupported platform, e.g. Windows |
This class has no sub classes.
Some examples using this class:
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 25.0
- MBS Xojo Plugins, version 24.6pr6
- Use Image Playground in Xojo
- MBS Xojo Plugins, version 24.6pr5
Release notes
- Version 25.0
- Added ImagePlaygroundMBS class for macOS Sequoia.
The items on this page are in the following plugins: MBS Swift Plugin.
