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
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | JPEG | MBS Images Plugin | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This class is not depending on any library! It works without QuickTime even on System 7, but as it contains everything needed this method is around 100 KB big!
Bases on libjpeg.
Constant | Value | Description |
---|---|---|
ColorSpaceCMYK | 4 |
C/M/Y/K Example |
ColorSpaceGrayScale | 1 |
Gray |
ColorSpaceRGB | 2 |
red/green/blue |
ColorSpaceUnknown | 0 |
Not set. |
ColorSpaceYCbCr | 3 |
Y/Cb/Cr (also known as YUV) |
ColorSpaceYCCK | 5 |
Y/Cb/Cr/K |
Constant | Value | Description |
---|---|---|
kOrientationBottomLeft | 4 |
row 0 bottom, col 0 lhs |
kOrientationBottomRight | 3 |
row 0 bottom, col 0 rhs |
kOrientationLeftBottom | 8 |
row 0 lhs, col 0 bottom |
kOrientationLeftTop | 5 |
row 0 lhs, col 0 top |
kOrientationRightBottom | 7 |
row 0 rhs, col 0 bottom |
kOrientationRightTop | 6 |
row 0 rhs, col 0 top |
kOrientationTopLeft | 1 |
row 0 top, col 0 lhs |
kOrientationTopRight | 2 |
row 0 top, col 0 rhs |
Constant | Value | Description |
---|---|---|
ModeAuto | 30 |
Load the image into the picturedata property. Switches on import to RGB, Gray or CMYK depending on color space of JPEG file. Example |
ModeAutoByRow | 31 |
Load the image into the picturedata property. Switches on import to RGB, Gray or CMYK depending on color space of JPEG file. Example |
ModeCMYK | 2 |
Load the image into the picturedata property. The PictureData Memoryblock uses 4 bytes per pixel. |
ModeCMYKbyRow | 12 |
Same as ModeCMYK, but PictureData contains only the current row The PictureData Memoryblock uses 4 bytes per pixel. |
ModeGray | 3 |
Load the image into the picturedata property. The PictureData Memoryblock uses one byte per pixel. Example |
ModeGraybyRow | 13 |
Same as ModeGray, but PictureData contains only the current row The PictureData Memoryblock uses one byte per pixel. |
ModePicture | 0 |
Load the image into the picture property. |
ModeRaw | 20 | Load the image into the picturedata property. more |
ModeRGB | 1 |
Load the image into the picturedata property. The PictureData Memoryblock uses 3 bytes per pixel. Example |
ModeRGBbyRow | 11 |
Same as ModeRGB, but PictureData contains only the current row The PictureData Memoryblock uses 3 bytes per pixel. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Images Plugin.
JPEGImporterMarkerMBS - JPEGMovieMBS