Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renzhezhilu/webp2jpg-online-demo
Here are some libraries about using the browser to do image processing (format conversion), and make the corresponding demo pages.这里收集了一些关于使用浏览器做图片处理(格式转换)的库,并制作了相应的演示页面。
https://github.com/renzhezhilu/webp2jpg-online-demo
image-conversion squoosh squoosh-demo wasm-demo
Last synced: about 18 hours ago
JSON representation
Here are some libraries about using the browser to do image processing (format conversion), and make the corresponding demo pages.这里收集了一些关于使用浏览器做图片处理(格式转换)的库,并制作了相应的演示页面。
- Host: GitHub
- URL: https://github.com/renzhezhilu/webp2jpg-online-demo
- Owner: renzhezhilu
- License: apache-2.0
- Created: 2020-10-07T16:51:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T16:52:36.000Z (over 1 year ago)
- Last Synced: 2024-11-08T00:37:16.778Z (4 days ago)
- Topics: image-conversion, squoosh, squoosh-demo, wasm-demo
- Language: JavaScript
- Homepage: https://renzhezhilu.github.io/webp2jpg-online-demo/
- Size: 15.4 MB
- Stars: 41
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - renzhezhilu/webp2jpg-online-demo - Here are some libraries about using the browser to do image processing (format conversion), and make the corresponding demo pages.这里收集了一些关于使用浏览器做图片处理(格式转换)的库,并制作了相应的演示页面。 (JavaScript)
README
# browser-image-conversion-dome
这里集合了[webp2jpg-online](https://github.com/renzhezhilu/webp2jpg-online)用到的功能demo
### 地址
[github page](https://renzhezhilu.github.io/browser-image-conversion-dome/) or [gitee page](https://renzhezhilu.gitee.io/browser-image-conversion-dome/)### format conversion
|format|demo|intput data type|from|
|---|-----|---|---|
|mozjpeg|✔️|[Uint8ClampedArray](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray)|[squoosh](https://github.com/GoogleChromeLabs/squoosh)|
|avif|✔️|[Uint8ClampedArray](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray)|[squoosh](https://github.com/GoogleChromeLabs/squoosh)|
|webp|✔️|[Uint8ClampedArray](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray)|[squoosh](https://github.com/GoogleChromeLabs/squoosh)|
|gif to webp|✔️| [arrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)| [wasm-im](https://github.com/mk33mk333/wasm-im)|
|svg tiny|✔️|svg text|[libsvgo](https://github.com/dr-js/libsvgo)
|psd to png|||[WASM-ImageMagick](https://github.com/KnicKnic/WASM-ImageMagick)
||||[Magick.WASM](https://github.com/dlemstra/Magick.WASM)