BitmapFactory.Options options = new BitmapFactory.Options();
options.inSampleSize = 0;
Bitmap myBitmap = BitmapFactory.decodeFile(picture.getAbsolutePath(), options);
}
VKRequest get = new VKRequest("users.get", VKParameters.from(VKApiConst.USER_IDS, "1,2,44");