png transparent image file in android -


i want save png image sd card , should without background. in sd card not see background when attach telegram see white background. here code in android:

    file filepath = environment.getexternalstoragedirectory();     file dir = new file(filepath.getabsolutepath() + "/background_eraser/");     dir.mkdirs();     mimagename = "image" + cal.gettimeinmillis() + ".png";     file = new file(dir, mimagename); 


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -