From fda509dfe3d9dda409637fb226219305d58db6ba Mon Sep 17 00:00:00 2001 From: synchronized Date: Fri, 27 Jul 2018 17:20:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E8=AE=BE=E7=BD=AE=E5=8A=9F=E8=83=BD(?= =?UTF-8?q?=E7=BA=AF=E6=95=B0=E5=AD=97=E3=80=81=E7=BA=AF=E5=AD=97=E6=AF=8D?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff2ac4c..5d5be8c 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ public class Test { public class Test { public static void main(String[] args) { - OutputStream outputStream = new FileOutputStream(new File("D:/a/aa.gif")); + OutputStream outputStream = new FileOutputStream(new File("D:/a/aa.png")); // 三个参数分别为宽、高、位数 SpecCaptcha specCaptcha = new SpecCaptcha(130, 48, 5);