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 JPEGImporterMBS class.
JPEGImporterMBS.ColorSpaceCMYK = 4
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 13.4 |
C/M/Y/K
JPEGImporterMBS.ColorSpaceGrayScale = 1
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 13.4 |
Gray
JPEGImporterMBS.ColorSpaceRGB = 2
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 13.4 |
red/green/blue
JPEGImporterMBS.ColorSpaceUnknown = 0
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 13.4 |
Not set.
JPEGImporterMBS.ColorSpaceYCbCr = 3
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 13.4 |
Y/Cb/Cr (also known as YUV)
JPEGImporterMBS.ColorSpaceYCCK = 5
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 13.4 |
Y/Cb/Cr/K
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 15.2 |
Load the image into the picturedata property.
Switches on import to RGB, Gray or CMYK depending on color space of JPEG file.
JPEGImporterMBS.ModeAutoByRow = 31
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 15.2 |
Load the image into the picturedata property.
Switches on import to RGB, Gray or CMYK depending on color space of JPEG file.
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 8.4 |
Load the image into the picturedata property.
The PictureData Memoryblock uses 4 bytes per pixel.
JPEGImporterMBS.ModeCMYKbyRow = 12
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 9.1 |
Same as ModeCMYK, but PictureData contains only the current row
The PictureData Memoryblock uses 4 bytes per pixel.
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 8.7 |
Load the image into the picturedata property.
The PictureData Memoryblock uses one byte per pixel.
JPEGImporterMBS.ModeGraybyRow = 13
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 9.1 |
Same as ModeGray, but PictureData contains only the current row
The PictureData Memoryblock uses one byte per pixel.
JPEGImporterMBS.ModePicture = 0
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 8.4 |
Load the image into the picture property.
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 13.4 |
Load the image into the picturedata property.
The PictureData Memoryblock uses 1 to 4 bytes per pixel.
Check the colorspace property to know which color space is used.
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 8.4 |
Load the image into the picturedata property.
The PictureData Memoryblock uses 3 bytes per pixel.
JPEGImporterMBS.ModeRGBbyRow = 11
Type | Topic | Plugin | Version |
const | JPEG | MBS Images Plugin | 9.1 |
Same as ModeRGB, but PictureData contains only the current row
The PictureData Memoryblock uses 3 bytes per pixel.
The items on this page are in the following plugins: MBS Images Plugin.