A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap below:

ImageBitmap - Web APIs | MDN

ImageBitmap

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨September 2021⁩.

Note: This feature is available in Web Workers.

The ImageBitmap interface represents a bitmap image which can be drawn to a <canvas> without undue latency. It can be created from a variety of source objects using the Window.createImageBitmap() or WorkerGlobalScope.createImageBitmap() factory method. ImageBitmap provides an asynchronous and resource efficient pathway to prepare textures for rendering in WebGL.

ImageBitmap is a transferable object.

Instance properties
ImageBitmap.height Read only

An unsigned long representing the height, in CSS pixels, of the ImageBitmap.

ImageBitmap.width Read only

An unsigned long representing the width, in CSS pixels, of the ImageBitmap.

Instance methods
ImageBitmap.close()

Disposes of all graphical resources associated with an ImageBitmap.

Specifications Specification HTML
# imagebitmap
Browser compatibility

Loading…

See also Help improve MDN Was this page helpful to you?

Yes No

Learn how to contribute

This page was last modified on ⁨May 16, 2025⁩ by MDN contributors.

View this page on GitHub

•

Report a problem with this content

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.5