Hajime-san
|
1f7524a47c
|
clean up
|
2024-09-08 20:09:49 +09:00 |
|
Hajime-san
|
7d3e39d3af
|
support colorspaceConversion for ImageData
|
2024-09-06 18:39:16 +09:00 |
|
Hajime-san
|
0de8a9be8f
|
port to rust
|
2024-09-06 18:38:27 +09:00 |
|
Hajime-san
|
32d71f5bdc
|
cleanup premultiplyAlpha and adding test
|
2024-08-31 05:53:31 +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 |
|
Kenta Moriuchi
|
84db80642a
|
chore: replace 'call' to 'execute' in error messages (#22579)
Since both "call" and "execute" were used in error messages, I replaced them with "execute," which is more used.
|
2024-03-10 02:23:14 +00:00 |
|
Leo Kettmeir
|
1007358768
|
refactor: move ImageData to web extension (#22295)
Signed-off-by: Leo Kettmeir <crowlkats@toaxl.com>
|
2024-02-07 01:11:15 +01:00 |
|
Bartek Iwańczuk
|
95e4741f00
|
refactor: migrate runtime/ and ext/canvas/ to virtual ops module (#22196)
|
2024-01-31 23:17:49 +01:00 |
|
Leo Kettmeir
|
8f76762793
|
feat(web): ImageBitmap (#21898)
|
2024-01-22 12:08:01 +01:00 |
|