i can getting the image width through MediaStore.Images.Media normally
MediaStore.Images.Media
but i need to getting the image width and height from image which selected from d
This set of utilities to work with the Size abstraction in Android.
It contains an class SizeFromImage.java You can use it like this:
ISize size = new SizeFromImage(imgFilePath); size.width(); size.hight();