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 -

dataset - MPAndroidchart returning no chart Data available -

post - imageshack API cURL -