Aura
63243c46c3
chore: use no-const-enum ( #94 )
2024-04-20 12:27:09 +08:00
renovate[bot]
9a711ea2e5
chore: bump up @napi-rs/wasm-runtime version to ^0.2.0 ( #93 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-19 21:26:12 +08:00
renovate[bot]
dbddaf3bf0
chore: bump up all non-major dependencies ( #91 )
...
* chore: bump up all non-major dependencies
* fix image crate
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LongYinan <lynweklm@gmail.com>
2024-04-18 17:58:10 +08:00
LongYinan
6ae9c06a58
chore(release): publish
...
- @napi-rs/image@1.9.1
2024-02-22 23:44:38 +08:00
LongYinan
304227ac2b
fix(image): wasm fallback logic in js-binding file ( #88 )
2024-02-22 23:43:38 +08:00
LongYinan
caeb47b4e0
chore(release): publish
...
- @napi-rs/image@1.9.0
2024-02-19 23:44:02 +08:00
LongYinan
5c7bb9c3ab
feat: upgrade resvg ( #86 )
...
* docs: update examples and site
* feat: upgrade resvg
2024-02-19 22:45:30 +08:00
LongYinan
503adf4cd8
docs: update examples and site ( #85 )
2024-02-19 22:45:21 +08:00
LongYinan
bba3bd3ae5
chore(release): publish
...
- @napi-rs/image@1.8.0
2024-02-14 12:02:40 +08:00
LongYinan
352e7adc55
feat: add wasm build ( #81 )
2024-02-14 09:29:36 +08:00
LongYinan
eceba75142
feat: upgrade dependencies ( #73 )
2024-02-07 17:02:35 +08:00
renovate[bot]
2eaff51e71
chore: bump up all non-major dependencies ( #66 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-09 11:31:02 +08:00
LongYinan
f79ed56b4a
chore(release): publish
...
- @napi-rs/image@1.7.0
2023-09-27 11:27:08 +08:00
LongYinan
aa07979f6c
chore: upgrade dependencies ( #64 )
2023-09-27 10:34:57 +08:00
LongYinan
12e87c0842
fix: mozjpeg compile issue
2023-09-13 22:11:39 -07:00
renovate[bot]
dbf0380330
chore: bump up Rust crate mozjpeg-sys to v2 ( #61 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-14 00:04:30 +00:00
LongYinan
70a168b505
feat: upgrade dependencies ( #50 )
2023-07-30 23:42:59 +08:00
LongYinan
b1afb10512
chore(release): publish
...
- @napi-rs/image@1.6.1
2023-03-12 20:33:17 +08:00
LongYinan
cb1cf270b4
style: clippy fix
2023-03-12 16:19:34 +08:00
LongYinan
68400a9707
perf(image): lazy load the Fontdb Database
2023-03-12 15:26:36 +08:00
LongYinan
f28270b750
chore(release): publish
...
- @napi-rs/image@1.6.0
2023-02-27 19:59:18 +08:00
Bryan Lee
21a50aaa65
feat(image): support Transformer from SVG ( #44 )
2023-02-27 19:56:53 +08:00
Khafra
0fa1f3cacf
chore(image): change Buffer to Uint8Array in fromRgbaPixels ( #41 )
2023-02-16 15:17:38 +08:00
LongYinan
21d75bbe16
chore(release): publish
...
- @napi-rs/image@1.5.1
2023-01-29 13:53:39 +08:00
LongYinan
e7102224d6
fix(image): update napi to fix electron create Buffer issues ( #39 )
2023-01-29 13:51:07 +08:00
LongYinan
c111cd9d79
chore(release): publish
...
- @napi-rs/image@1.5.0
2023-01-16 23:55:17 +08:00
LongYinan
3fd7d8434f
perf(image): make overlay lazy ( #35 )
2023-01-14 11:20:56 +00:00
LongYinan
f52fd45245
feat(image): provide fast resize method ( #34 )
...
* feat: provide a way to fast resize image with SIMD
* Update
* Update x86_64-unknown-linux-gnu build
* Optimize
* Add fast resize to Transformer
* Resolve conflict
2023-01-14 18:39:54 +08:00
Bryan Lee
8bcc5de976
feat(image): implement overlay ( #33 )
...
* feat(image): implement `overlay`
* ci: fix x86_64-pc-windows-msvc build
2023-01-13 23:42:44 +08:00
LongYinan
fdd80a15bf
chore(release): publish
...
- @napi-rs/image@1.4.4
2023-01-03 21:45:12 +08:00
LongYinan
9668b4cdf6
chore(image): fix android build ( #30 )
2023-01-03 21:29:10 +08:00
LongYinan
4ab4e11e6c
chore(release): publish
...
- @napi-rs/image@1.4.3
2023-01-03 19:56:46 +08:00
LongYinan
6752e19353
chore(image): update oxipng
2023-01-03 19:37:57 +08:00
LongYinan
f04033cfe1
chore(release): publish
...
- @napi-rs/image@1.4.2
2022-12-20 18:55:39 +08:00
LongYinan
b695642560
fix(binding): early return when input images are optimized ( #28 )
...
* fix(binding): early return when input images are optimized
* ci: fix builds
* Fix build
* target feature
* Remove inline
* Thin lto
* Use GCC
2022-12-20 17:42:28 +08:00
LongYinan
8359de1282
chore(release): publish
...
- @napi-rs/image@1.4.1
2022-10-07 16:28:13 +08:00
LongYinan
7d24fd1e8d
chore: upgrade dependencies ( #26 )
2022-10-07 16:27:33 +08:00
LongYinan
9e0ef9a21e
chore(release): publish
...
- @napi-rs/image@1.4.0
2022-08-23 23:18:00 +08:00
LongYinan
07ef7de95f
chore: upgrade npm dependencies ( #23 )
2022-08-23 12:26:05 +08:00
LongYinan
d3cde1c0e2
feat(image): upgrade libwebp to 0.7 ( #22 )
2022-08-22 11:47:36 +08:00
LongYinan
e2e01fdd67
chore(release): publish
...
- @napi-rs/image@1.3.0
2022-05-18 17:51:40 +08:00
LongYinan
bd9f0c36ed
chore: upgrade dependencies
2022-05-18 17:48:10 +08:00
LongYinan
43e3938600
feat(image): implement rawPixels and rawPixelsSync
2022-05-18 17:48:10 +08:00
LongYinan
dfcd5d0974
chore(release): publish
...
- @napi-rs/image@1.2.0
2022-05-02 15:13:00 +08:00
LongYinan
2813560b92
feat(image): support decode avif and webp ( #18 )
2022-05-02 15:12:26 +08:00
LongYinan
9c19dfbed4
docs: generate og information
2022-04-25 16:25:37 +08:00
LongYinan
8bccc89f54
feat(image): implement crop
2022-04-25 16:25:37 +08:00
LongYinan
855bdd7814
chore(release): publish
...
- @napi-rs/image@1.1.2
2022-04-22 23:45:48 +08:00
LongYinan
b5825c1df6
docs(website): add manipulate documentation
2022-04-22 23:44:49 +08:00
LongYinan
e224c259d7
fix(image): manipulate image has no effect
2022-04-22 23:44:49 +08:00