Save some space

This commit is contained in:
M66B 2019-02-20 17:03:05 +00:00
parent e59394a156
commit c164fafd1a
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ public class HtmlHelper {
OutputStream os = null; OutputStream os = null;
try { try {
os = new BufferedOutputStream(new FileOutputStream(file)); os = new BufferedOutputStream(new FileOutputStream(file));
bm.compress(Bitmap.CompressFormat.PNG, 100, os); bm.compress(Bitmap.CompressFormat.PNG, 90, os);
} finally { } finally {
if (os != null) if (os != null)
os.close(); os.close();