Skip to main content

Functions

f
createImageBitmap

Create a new ImageBitmap object from a given source.

    Interfaces

    Type Aliases

    T
    ColorSpaceConversion

    Specifies whether the image should be decoded using color space conversion. Either none or default (default). The value default indicates that implementation-specific behavior is used.

      T
      ImageBitmapSource

      The ImageBitmapSource type represents an image data source that can be used to create an ImageBitmap.

        T
        ImageOrientation

        Specifies how the bitmap image should be oriented.

          T
          PremultiplyAlpha

          Specifies whether the bitmap's color channels should be premultiplied by the alpha channel.

            T
            ResizeQuality

            Specifies the algorithm to be used for resizing the input to match the output dimensions. One of pixelated, low (default), medium, or high.

              Back to top