0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-12 16:59:32 -05:00
Commit graph

11 commits

Author SHA1 Message Date
Hajime-san
829f523f89 add unit test for imageOrientation 2024-10-02 18:55:17 +09:00
Hajime-san
a6604c1719 support colorspaceConversion for Blob 2024-09-06 18:47:31 +09:00
Hajime-san
396c09c24d support animated GIF 2024-09-06 18:38:35 +09:00
Hajime-san
d255518f97 support animated WebP 2024-09-06 18:38:35 +09:00
Hajime-san
d0da79eb73 support animated PNG 2024-09-06 18:38:34 +09:00
Hajime-san
827e7b1cfc handling unsupported bit depth 2024-08-31 05:53:33 +09:00
Hajime-san
32d71f5bdc cleanup premultiplyAlpha and adding test 2024-08-31 05:53:31 +09:00
Hajime-san
77703e8ba2 handling unsuportted situation
- adding `DOMExceptionInvalidStateError` in global due to handling not supported image format
- animation image is not supported currently
2024-08-31 05:53:23 +09:00
Hajime-san
b9fe5e8e37 support 8bit JPG 2024-08-31 05:53:04 +09:00
Hajime-san
198c90a5c6 basic support all image type pattern of unsigned 8bit when its blob except for JPG and animated image
- https://mimesniff.spec.whatwg.org/#matching-an-image-type-pattern
2024-08-29 17:35:54 +09:00
Hajime-san
e7a2317f5a
fix(ext/web): properly handle Blob case for createImageBitmap (#23518)
fixes https://github.com/denoland/deno/issues/22649
2024-05-07 04:47:42 -07:00