Skip to content

Align createImageBitmap with web-features #7348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2025

Conversation

ddbeck
Copy link
Contributor

@ddbeck ddbeck commented Jul 21, 2025

This PR proposes letting createImageBitmap() be fully supported in Firefox, despite not supporting the resizeQuality option.

Over in web-features, it was proposed to mark createImageBitmap() as being Baseline and this recently happened in . The main justification is that resizeQuality is specified as a "preference" or hint to browsers about how to scale the image and does not bind implementers to use a specific scaling algorithm or strategy. The suggestion here is that Firefox ignoring this hint is probably not an impediment to using createImageBitmap() in most applications. See web-platform-dx/web-features#3139 for further discussion.

If you merge this PR, then we'd merge web-platform-dx/web-features#3173 on web-features, to align the features and reestablish the link between them.

@Fyrd
Copy link
Owner

Fyrd commented Jul 29, 2025

This seems reasonable to me so will go ahead and merge it. I do see the possibility of support for resizeQuality being tracked independently though if it seems important to developers.

@Fyrd Fyrd merged commit 61a2503 into Fyrd:main Jul 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants