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

7 commits

Author SHA1 Message Date
Hajime-san
32d71f5bdc cleanup premultiplyAlpha and adding test 2024-08-31 05:53:31 +09:00
Hajime-san
22cf2f9bd8 fmt 2024-08-31 05:53:26 +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
Matt Mastracci
f5e46c9bf2
chore: move cli/tests/ -> tests/ (#22369)
This looks like a massive PR, but it's only a move from cli/tests ->
tests, and updates of relative paths for files.

This is the first step towards aggregate all of the integration test
files under tests/, which will lead to a set of integration tests that
can run without the CLI binary being built.

While we could leave these tests under `cli`, it would require us to
keep a more complex directory structure for the various test runners. In
addition, we have a lot of complexity to ignore various test files in
the `cli` project itself (cargo publish exclusion rules, autotests =
false, etc).

And finally, the `tests/` folder will eventually house the `test_ffi`,
`test_napi` and other testing code, reducing the size of the root repo
directory.

For easier review, the extremely large and noisy "move" is in the first
commit (with no changes -- just a move), while the remainder of the
changes to actual files is in the second commit.
2024-02-10 20:22:13 +00:00
Renamed from cli/tests/unit/image_bitmap_test.ts (Browse further)