Platforms to show: All Mac Windows Linux Cross-Platform

Back to JPEGImporterMBS class.

Previous items

JPEGImporterMBS.VerticalResolution as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property JPEG MBS Images Plugin 3.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The vertical resolution.

(Read and Write property)

JPEGImporterMBS.WarningMessage as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property JPEG MBS Images Plugin 8.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The last warning message reported.

(Read and Write property)

JPEGImporterMBS.Width as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property JPEG MBS Images Plugin ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The width of the picture.

0 if the loading of the picture failed.
(Read and Write property)

JPEGImporterMBS.XMPData as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property JPEG MBS Images Plugin 8.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The XMP Data stored in the file.

Only used when ReadXMPData is set to true before you import the image.
The string contains the binary content of a xmp data on disc.
Value is "" if no data was found.
(Read and Write property)

JPEGImporterMBS.YieldTicks as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property JPEG MBS Images Plugin 7.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
How much time is given back to Xojo for other ticks.
Example
dim j as JPEGImporterMBS // your importer
j.YieldTicks=6 // only use 1/10th of a second

If value is greater than zero, the application will yield to another RB thread after the given number of ticks have passed. 60 ticks are one second. Using a small value can slow down processing a lot while a big value keeps your application not responding to mouse clicks.
If you use this property with e.g. 6 as the value, you may also want to use this method in a thread so you can handle mouse events or let Xojo redraw a progressbar.
(Read and Write property)

Previous items

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


💬 Ask a question or report a problem
The biggest plugin in space...