From 0605741ae5fbb538da953137a8e65d5fb308c732 Mon Sep 17 00:00:00 2001 From: Hashimoto Miyuki <42384796+Mishini@users.noreply.github.com> Date: Wed, 3 Mar 2021 19:25:42 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f65ec27..2fd93e1 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,8 @@ dpid "myImage.jpg" 0 256 // downscales to 256px height, keeping aspect ratio dpid "myImage.jpg" 128 0 0.5 // downscales to 128px width, keeping aspect ratio, using lamdba=0.5 dpid "myImage.jpg" 128 128 // downscales to 128x128px, ignoring aspect ratio -| dpid原版 | python版 |golang版| +| org 200x300 | dpid lamdba=0.5 |dpid lamdba=0.8| | ---- | ---- |----| -| ![dpid](https://github.com/Mishini/dpid/blob/master/nds.png) | ![python](https://github.com/Mishini/dpid/blob/master/python.png) |![golang](https://github.com/Mishini/dpid/blob/master/golang.png)| +| ![raw200](https://github.com/Mishini/dpid/blob/master/AuroraTree_Wallace_200.png) | ![dpid 0.5](https://github.com/Mishini/dpid/blob/master/AuroraTree_Wallace_2048.jpg_200x300_0.5.png) |![dpid 0.8](https://github.com/Mishini/dpid/blob/master/AuroraTree_Wallace_2048.jpg_200x300_0.8.png)| - -放大后可看出区别 -为了方便制作小尺寸头像顺便编译了其他平台的版本,论坛自带的头像处理缩小后太糊了 -