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

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -