Top "Dimensions" questions

Dimensions of an array define its size and shape -- the arangement of elements in the array.

How to get screen dimensions as pixels in Android

I created some custom elements, and I want to programmatically place them to the upper right corner (n pixels from …

android layout screen pixel dimensions
Numpy array dimensions

I'm currently trying to learn Numpy and Python. Given the following array: import numpy as np a = np.array([[1,2],[1,2]]) Is …

python arrays numpy dimensions
Get file size, image width and height before upload

How can I get the file size, image height and width before upload to my website, with jQuery or JavaScript?

javascript jquery html dimensions image-size
Total width of element (including padding and border) in jQuery

As in the subject, how can one get the total width of an element, including its border and padding, using …

jquery dimensions
Get image dimensions

I have an url to the image, like $var = http://example.com/image.png How do I get its dimensions …

php image dimensions
How to get the the dimensions of an image file?

I have a file called FPN = "c:\ggs\ggs Access\images\members\1.jpg " I'm trying to get the dimension of …

c# image dimensions
Check image dimensions (height and width) before uploading image using PHP

How can I check for height and width before uploading image, using PHP. Must I upload the image first and …

php image file-upload dimensions
Different values folders in android

I am creating different values folders in my app (values, values-ldpi, values-mdpi, values-hdpi, values-xhdpi, values-nodpi, values-w360dp-mdpi). But some devices …

android resources dimensions
Find the dimensions of a multidimensional Python array

In Python, is it possible to write a function that returns the dimensions of a multidimensional array (given the assumption …

python arrays dimensions
"Incorrect number of dimensions" error, help me understand why

Organization of this question: I. Background II. The Problem/Question III. Steps Taken to Make this Question Good IV. Update: …

r dimensions