Top "Image-size" questions

The image-size tag is for questions related to the resizing, cropping, compression and retrieving the size of images in the context of source code.

Get the displayed size of an image inside an ImageView

The code is simple: <ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/cat"/&…

android image drawable image-size
what should be the size of Drawer Header Image?

public DrawerProfile(Context context) { super(context); HeaderImageView = new ImageView(context); HeaderImageView.setVisibility(VISIBLE); HeaderImageView.setScaleType(ImageView.ScaleType.CENTER); HeaderImageView.setImageResource(…

android android-layout navigation-drawer drawerlayout image-size
How to check image quality/resolution/dpi/ppi?

i want to check selected input image file's current quality (Resolution/dpi/ppi). my control is image uploader jquery plugin. …

javascript jquery image resolution image-size
Android: Handling images size for multiple screens

I find it really hard to handle images with Android, I think it's the hardest part of Android development... 1) I …

android image screen image-size
What sizes should an Image in an navigation drawer be?

What sizes should the image be for each phone size (HDPI, MDPI, XHDPI, XXHDPI) in the navigation drawer like this …

android navigation-drawer image-size
Android. Obtaining image size from it's resource id

This is a part of my Activity: private ImageView mImageView; private int resource; @Override protected void onCreate(Bundle savedInstanceState) { super.…

android image resources image-size
Set image max size

I need to set maximum height and width of a image in <img> tag. For example say max …

javascript html image image-size
How to get dimensions of image file in Delphi?

I want to know width and height of an image file before opening that file. So, how to do that? …

image delphi dimensions image-size
material-ui-next: Setting image size to fit a container

I've started out with Material-ui-next and have some problems with displaying images that they use the entire size of a …

css reactjs material-ui image-size
php code in wordpress for image uploading

Please help with php code: I have following code what makes only 360x514 images to be uploaded only. My question …

php wordpress image image-size