Hajime-san
24306b3ed6
remove comment
...
- https://github.com/denoland/deno/pull/25517#discussion_r1855088648
2024-11-26 11:46:42 +09:00
Hajime-san
3fcc3ab8e4
remove comment out
...
- https://github.com/denoland/deno/pull/25517#discussion_r1855078601
2024-11-26 10:37:14 +09:00
Hajime-san
ad67750587
move suggestion to runtime/format_errors.rs
...
- https://github.com/denoland/deno/pull/25517#discussion_r1801666281
- https://github.com/denoland/deno/pull/25517#discussion_r1801666872
2024-11-26 10:36:10 +09:00
Hajime-san
40c89cc30a
remove TODO
...
- https://github.com/denoland/deno/pull/25517#discussion_r1855085116
2024-11-26 10:06:33 +09:00
Hajime-san
1429013dd1
map lcms error
2024-10-24 17:55:34 +09:00
Hajime-san
50bee86fd5
update error
2024-10-24 17:40:31 +09:00
Hajime-san
529c3f0f3d
Merge branch 'main' into update-imagebitmap
2024-10-24 16:17:35 +09:00
Hajime-san
3ef4cf97c8
add comment
2024-10-20 20:22:13 +09:00
Hajime-san
cb72235e2b
remove unnecessary boilerplate
2024-10-20 20:21:01 +09:00
Hajime-san
83c40c4f1a
support imageOrientation
correctly
2024-10-20 20:17:05 +09:00
denobot
3ae10a01e0
chore: forward v2.0.2 release commit to main ( #26376 )
...
This is the release commit being forwarded back to main for 2.0.2
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-10-18 03:12:49 +02:00
denobot
3385d1252e
chore: forward v2.0.1 release commit to main ( #26338 )
...
This is the release commit being forwarded back to main for 2.0.1
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-10-16 23:48:42 +00:00
Leo Kettmeir
8b2c6fc2d2
refactor(ext/canvas): use concrete error type ( #26111 )
2024-10-12 10:00:35 -07:00
denobot
a62c7e036a
2.0.0 ( #26063 )
...
Bumped versions for 2.0.0
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-10-08 07:37:28 -07:00
Hajime-san
acc4119d74
perf: pass u8
to op
2024-10-07 13:17:47 +09:00
Hajime-san
69addc8faf
fix
2024-10-06 16:23:10 +09:00
Hajime-san
977026c332
clean up
2024-10-04 17:03:41 +09:00
Hajime-san
1b545f980a
handle 32-bit depth
2024-10-04 07:11:08 +09:00
denobot
55c2a88099
chore: release deno_* crates ( #25987 )
...
Testing once again if the crates are being properly released.
---------
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-10-02 14:27:34 +00:00
Hajime-san
5e52b862fb
update error message
2024-10-02 22:30:46 +09:00
denobot
2d3e0284d9
chore: release deno_* crates ( #25976 )
...
Test run before Deno 2.0 release to make sure that the publishing
process passes correctly.
---------
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-10-02 14:44:04 +02:00
Hajime-san
f3aa376ef3
Merge branch 'main' into update-imagebitmap
2024-10-02 21:34:05 +09:00
Hajime-san
9a9664e38f
add comments for the reference of issues about imageOrientation
2024-10-02 21:11:41 +09:00
Hajime-san
829f523f89
add unit test for imageOrientation
2024-10-02 18:55:17 +09:00
Hajime-san
3beb65b9f0
perf: return the value not a struct but a tuple
2024-09-29 23:05:03 +09:00
Hajime-san
fb6b87d656
avoid copying string
2024-09-29 17:09:05 +09:00
Hajime-san
fc4064e0d7
image_ops
takes responsibility of treat alpha channel
2024-09-29 13:53:19 +09:00
Hajime-san
8d8d726e00
avoid copying vector
2024-09-29 13:42:13 +09:00
Hajime-san
fa0132042e
fmt
2024-09-29 13:11:46 +09:00
Hajime-san
d2589142f4
clean up
2024-09-29 10:21:35 +09:00
Hajime-san
2d58fd1d62
clean up process_icc_profile_conversion
2024-09-29 10:19:31 +09:00
David Sherret
33f169beb9
chore: add code generation for @types/deno ( #25545 )
2024-09-23 19:18:52 +00:00
Hajime-san
bd77fb92f1
add comments for the reference of image mimesniff
2024-09-21 16:03:55 +09:00
Hajime-san
1de527ff7d
switch to static link for lcms2
2024-09-15 14:07:37 +09:00
Hajime-san
75d26df537
revert "support colorspaceConversion for ImageData"
2024-09-09 11:26:26 +09:00
Hajime-san
86f0000bb6
update README
2024-09-08 21:32:34 +09:00
Hajime-san
f0895c6b7b
fix error handling
2024-09-08 21:32:22 +09:00
Hajime-san
dbac50db8f
Merge remote-tracking branch 'upstream/main' into update-imagebitmap
2024-09-08 20:38:46 +09:00
Hajime-san
4bc517eab2
update README
2024-09-08 20:26:53 +09:00
Hajime-san
98e9304f2a
add unit test
2024-09-08 20:24:00 +09:00
Hajime-san
1f7524a47c
clean up
2024-09-08 20:09:49 +09:00
Hajime-san
a6604c1719
support colorspaceConversion
for Blob
2024-09-06 18:47:31 +09:00
Hajime-san
7d3e39d3af
support colorspaceConversion
for ImageData
2024-09-06 18:39:16 +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
0de8a9be8f
port to rust
2024-09-06 18:38:27 +09:00
denobot
e27a19c02c
chore: forward v1.46.3 release commit to main ( #25425 )
...
This is the release commit being forwarded back to main for 1.46.3
2024-09-04 17:16:24 +00:00
Ian Bull
cb454351d4
refactor(ext): align error messages ( #25310 )
2024-09-04 09:23:19 +02:00
Hajime-san
827e7b1cfc
handling unsupported bit depth
2024-08-31 05:53:33 +09:00