Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to TiffPictureMBS class.
TiffPictureMBS.ResolutionUnit as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | 4.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
constants:
RESUNIT_NONE | 1 | no meaningful units |
RESUNIT_INCH | 2 | english |
RESUNIT_CENTIMETER | 3 | metric |
TiffPictureMBS.RowsPerStrip as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | 4.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Should be same as the height for our uses. (with one strip)
(Read and Write property)
TiffPictureMBS.SampleFormat as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | 15.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Value is 1 for unsigned integer, 2 for signed integer, 3 for IEEE floating point, 4 for untyped data (e.g. JPEG compressed), 5 for complex signed int and 6 for complex IEEE floating point.
(Read and Write property)
TiffPictureMBS.SamplesPerPixel as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | 3.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
SamplesPerPixel= 1=Grayscale, 3=RGB, 4=CMYK, ...
Photometric= 0 or 1=Grayscale depending on white point, 2=RGB, 5=CMYK, ...
For other formats see:
http://partners.adobe.com/asn/developer/pdfs/tn/TIFF6.pdf
(Read and Write property)
TiffPictureMBS.Software as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | 4.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The data for this property is stored in the Tiff file.
(Read and Write property)
TiffPictureMBS.StripSize as UInt64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | 13.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
TiffPictureMBS.TileRowSize as UInt64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | 13.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
TiffPictureMBS.TileSize as UInt64
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | 13.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
TiffPictureMBS.Version as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | 5.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Updated to 3.7.1 in plugin version 5.0.
(Read only property)
TiffPictureMBS.VersionString as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | 5.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
TiffPictureMBS.VerticalPosition as Single
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | 4.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The data for this property is stored in the Tiff file.
(Read and Write property)
TiffPictureMBS.VerticalResolution as Single
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | 4.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Value depends on ResolutionUnit value.
The data for this property is stored in the Tiff file.
(Read and Write property)
TiffPictureMBS.width as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
TiffPictureMBS.YieldTicks as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | TIFF | MBS Images Plugin | 7.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
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)
The items on this page are in the following plugins: MBS Images Plugin.