UtilsLib REALbasic Support Plugin

RawBitmap Class

A class to handle bitmaps without dependency to REALbasic Graphics functions, which will make image processing work in console applications.

(This class is undocumented and unsupported currently, until other plugins will start using it).

Object
   RawBitmap

class RawBitmap

Constructors

RawBitmapConstructs a new 4 channel RawBitmap with a given width and given height.
RawBitmapConstructs a new RawBitmap with a given width, given height and given number of channels.
RawBitmapConstructs a new RawBitmap with a given width, given height, given number of channels and given rowBytes value.

Properties

ChannelsReturns the number of channels in the bitmap.
HeightReturns the height of the Bitmap in pixels.
HorizontalResolution
RowBytesReturns the number of bytes in each row of the bitmap.
VerticalResolution
WidthReturns the width of the Bitmap in pixels.

Supported Platforms:

  • PPC - MacOS 9
  • Carbon - MacOS 9 and MacOS X (PEF)
  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86