Save some space

pull/149/head
M66B 7 years ago
parent e59394a156
commit c164fafd1a

@ -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();

Loading…
Cancel
Save