-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
executable file
·31 lines (23 loc) · 1.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>browser-image-conversion-dome</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>browser-image-conversion-dome <a href="https://github.com/renzhezhilu/browser-image-conversion-dome" >github</a></h1>
<h4>
Here are some libraries about using the browser to do image processing (format conversion), and make the corresponding demo pages.
这里收集了一些关于使用浏览器做图片处理(格式转换)的库,并制作了相应的演示页面。
</h4>
<h3><a href="./src/avif_enc.html" >avif_enc.html</a></h3>
<h3><a href="./src/mozjpeg_enc.html" >mozjpeg_enc.html</a></h3>
<h3><a href="./src/mozjpeg_enc_worker.html" >mozjpeg_enc_worker.html</a></h3>
<h3><a href="./src/webp_enc.html" >webp_enc.html</a></h3>
<h3><a href="./src/webp_enc_open_lossless.html" >webp_enc_open_lossless.html</a></h3>
<h3><a href="./src/svgo_es6/test-output-webpack.html" >svg tiny.html</a></h3>
<h3><a href="./src/gifToWebp/gifToWebp.html" >gif -> webp.html</a></h3>
</body>
</html>