Possible Duplicate:
How to edit image for e.g. permanently adding text on the image which becomes the part of that image in android?
my query is to get the size of the image and then i will edit at the bottom with the text. let say i have image and i want to edit it at the bottom using text but i dont know the size as the picture is taken by the camera or may be from Sd card storage. The problem is i can not give a static location in
canvas.drawText("Text",Xpos,Ypos,paint);
so just want size and according to that i will edit at the bottom by passing Xpos and Ypos in above methode. Can anybody help me on that...?