Código:
la imagen tiene un ancho de 1280 pero al traerla con ese código y me dice que la imagen mide 835.Drawable drawable = getResources().getDrawable(R.drawable.azul); bitmap = ((BitmapDrawable)drawable).getBitmap(); Toast.makeText(this,"width "+bitmap .getWidth() ,3).show();
alguno sabe que pude ser?
saludos