二进制怪兽
导航
首页
生活兴趣
技术笔记
学习成长
项目实战
工作相关
心情
归档
友链
关于
收藏
藏书阁
动漫-电影-电视
人生清单
美食美景集
工具箱
工具箱
工具网站
AHK常用脚本
专栏
冒险岛专栏
cppsoeasy
linux入门
Windows驱动入门
游戏辅助开发
图片在线处理
拖拽上传
浏览...
Options
strict
checkOrientation
retainExif
maxWidth
maxHeight
minWidth
minHeight
width
height
resize
none
contain
cover
quality
0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
1
NaN
mimeType
convertTypes
convertSize
处理前图片
(original image)
下载
lastModified:
{{ input.lastModified || 'N/A' }}
lastModifiedDate:
{{ input.lastModifiedDate || 'N/A' }}
name:
{{ input.name || 'N/A' }}
type:
{{ input.type || 'N/A' }}
size:
{{ input.size | prettySize }}
处理后图片
(processed image)
下载
lastModified:
{{ output.lastModified || 'N/A' }}
lastModifiedDate:
{{ output.lastModifiedDate || 'N/A' }}
name:
{{ output.name || 'N/A' }}
type:
{{ output.type || 'N/A' }}
size:
{{ output.size | prettySize }}
({{ ((1 - (output.size / input.size)) * 100).toFixed(2) }}% off)