Kept simplified,make it ASAP
String tmpImg = "Leon456.png"; OutputStream os = null; try { os = new FileOutputStream(loc + tmpImg); bitmap.compress(CompressFormat.PNG, 100, os); } catch(IOException e) { Log.e("combineImages", "problem combining images", e); }
String tmpImg = "Leon456.png";
OutputStream os = null;
try {
os = new FileOutputStream(loc + tmpImg);
bitmap.compress(CompressFormat.PNG, 100, os);
} catch(IOException e) {
Log.e("combineImages", "problem combining images", e);
}
沒有留言:
張貼留言