viliusle / miniPaint

online image editor
http://viliusle.github.io/miniPaint/
Other
2.74k stars 634 forks source link

Exporting image as bmp on Chrome/Edge/Opera causes error #274

Closed senaiboy closed 2 years ago

senaiboy commented 2 years ago

As per title.

Error bubble "Your browser does not support this format" shows up when choosing to export image as bitmap (.bmp). Is this a bug?

viliusle commented 2 years ago

It is not a bug. Exporting as BMP works only on Firefox, other browsers does not support exporting canvas as BMP.

You should not use BMP anymore (there are much better formats), but if you must, you can switch to Firefox and generate it.