{"id":231,"date":"2020-03-20T11:32:54","date_gmt":"2020-03-20T03:32:54","guid":{"rendered":"https:\/\/badgameshow.com\/fly\/?p=231"},"modified":"2020-05-19T14:28:28","modified_gmt":"2020-05-19T06:28:28","slug":"util-bitmap%e8%bd%89file","status":"publish","type":"post","link":"https:\/\/badgameshow.com\/fly\/util-bitmap%e8%bd%89file\/","title":{"rendered":"Util Bitmap\u8f49File"},"content":{"rendered":"<p>PATH = \u6a94\u6848\u4f4d\u5740<br \/>\n50 = \u54c1\u8cea\u65780~100<\/p>\n<pre><code class=\"language-Java line-numbers\">private File saveImage(Bitmap bmp) {\n        File file = new File(PATH);\n        try {\n            FileOutputStream fos = new FileOutputStream(file);\n            bmp.compress(Bitmap.CompressFormat.JPEG, 50, fos);\n            fos.flush();\n            fos.close();\n        } catch (IOException e) {\n            e.printStackTrace();\n        }\n\n        return file;\n    }\n<\/code><\/pre>\n\n<div style=\"font-size: 0px; height: 0px; line-height: 0px; margin: 0; padding: 0; clear: both;\"><\/div>","protected":false},"excerpt":{"rendered":"<p>PATH = \u6a94\u6848\u4f4d\u5740 50 = \u54c1\u8cea\u65780~100 private File saveImage(Bitmap &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"pgc_sgb_lightbox_settings":"","footnotes":""},"categories":[9],"tags":[13,14,16],"class_list":["post-231","post","type-post","status-publish","format-standard","hentry","category-util","tag-android","tag-java","tag-util"],"_links":{"self":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/comments?post=231"}],"version-history":[{"count":3,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/231\/revisions"}],"predecessor-version":[{"id":488,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/posts\/231\/revisions\/488"}],"wp:attachment":[{"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/media?parent=231"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/categories?post=231"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/badgameshow.com\/fly\/wp-json\/wp\/v2\/tags?post=231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}