Open Bug 1821907 Opened 1 year ago Updated 1 year ago

Support AVIF encoding? (e.g. canvas.toBlob('image/avif'))

Categories

(Core :: Graphics: ImageLib, enhancement)

enhancement

Tracking

()

People

(Reporter: saschanaz, Unassigned)

References

(Blocks 1 open bug)

Details

It seems AVIF encoding is not supported as we don't have encoder implementation here. Should it be supported?

Note that Blink doesn't have it either: https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/platform/image-encoders/image_encoder_utils.cc;l=33-60;drc=79bb66cf71ad8038b36faa4bf742a42c0a300a0b (although they support AV1 encoding via VideoEncoder, as await VideoEncoder.isConfigSupported({ codec: 'av01.0.01M.08', width: 256, height: 256 }) returns supported: true.)

Summary: Support canvas.toBlob('image/avif')? → Support AVIF encoding? (e.g. canvas.toBlob('image/avif'))
You need to log in before you can comment on or make changes to this bug.