Tagged Questions
The aspect-ratio tag has no wiki summary.
17
votes
6answers
2k views
Multiple screen resolutions/aspect ratios (games)
EDIT: Thanks for all your answers and comments.
After thinking about it i would rephrase the core of the question to: "How to determine and limit the minimum resolution/ratio my game is able to run ...
17
votes
5answers
3k views
Strategies for Handling Multiple Screen Resolutions and Aspect Ratios in Web Development
Back in the day, 800 x 600 was the screen resolution to design for - and maybe 640 x 480. Then along came 1024 x 768, etc, etc, etc.
But then it gets worse: now we have not only different ...
13
votes
5answers
1k views
how do i keep the aspect ratio on image buttons in android?
i have 5 square ImageButtons that i want to have lined up side by side on the bottom of the screen. I have each one set (different id's) as:
<ImageButton
android:id="@+id/box1"
...
9
votes
7answers
7k views
How Can I Only Allow Uniform Resizing in a WPF Window?
I don't want my window to be resized either "only horizontally" or "only vertically." Is there a property I can set on my window that can enforce this, or is there a nifty code-behind trick I can use?
...
8
votes
3answers
5k views
How to maintain widgets aspect ratio in Qt?
How is it possible to maintain widgets aspect ratio in Qt and what about centering the widget?
7
votes
6answers
2k views
A simple way to put a UIImage in a UIButton
I have a UIButton in my iPhone app. I set its size to 100x100.
I have an image that is 400x200 that I wish to display in the button.
The button STILL needs to stay at 100x100... and I want the ...
6
votes
1answer
225 views
device-aspect-ratio (media query) not working for Droid 2
I have some content that needs varying styles ultimately based on aspect ratio (basically it's targeted at one platform but as a "would-be-nice" I want to make the content at least appear correct on ...
6
votes
9answers
8k views
Whats the algorithm to calculate aspect ratio? I need an output like: 4:3, 16:9
I plan to use it with javascript to crop an image to fit the entire window.
I appreciate all help you can provide.
Edit: I'll be using a 3rd part component that only accepts the aspect ratio in the ...
5
votes
1answer
2k views
How do I find the natural size/dimensions of a Flash SWF file?
I've been given a Flash file (.swf extension) to put into a web page. Opening the file in my browser makes it quite blurry, so I'm assuming there is a natural size for the file, same as an image.
...
4
votes
1answer
195 views
DrawFocusRect with given aspect ratio in Delphi
I want to be able to draw a FocusRect on an image, which keeps the aspect ratio of the image. My problem is, that the FocusRect only depends on the y coordinates of the mouse. I just don't know how to ...
4
votes
3answers
2k views
Handling different screen resolutions for background images in Android?
My Android app (a text-based games) uses background images a lot in order to provide a better visual ambience. For example, if the action in the game takes you into a tavern, then you get a background ...
4
votes
1answer
717 views
How do I resize a Silverlight 3 application and all child controls and keep aspect ratio
Hi
I'm building a Silverlight 3 application and I would like it to resize depending on the size of the web browser.
I have found ...
3
votes
2answers
45 views
How do I get dynamically fluid images depending on browser window aspect ratio?
This might not be a simple question, but I try my best.
I have this example site: http://lotvonen.tumblr.com/
I have a little piece of javascript that automatically calculates the height of the inner ...
3
votes
1answer
52 views
Reconstructing Aspect Ratio of Rectangular Objects in Images
I'm working on a little project that does "scan" sheets of paper using a camera (specifically the iPhone camera).
Workflow:
Lets users take pictures of sheets of paper while I will afterwards detect ...
3
votes
3answers
80 views
How to define fixed aspect-ratio for scatter-plot
I am plotting correlation coefficients (values = 0.0:1.0) for two isotopes measured in each individual from two populations. I would like to have a fixed aspect-ratio for my scatter-plot so that the ...
3
votes
1answer
483 views
Android:Aspect ratio in cropped image captured from camera
Can we provide aspect ratio for the image captured from camera that is cropped at runtime.so for the parameter
1.intent.putExtra("crop","true"); works
2.intent.putExtra("aspectX",730); not ...
3
votes
2answers
575 views
Get aspect ratio of a monitor
I want to get aspect ratio of a monitor as two digits : width and height. For example 4 and 3, 5 and 4, 16 and 9.
I wrote some code for that task. Maybe it is any easier way to do that ? For example, ...
3
votes
4answers
112 views
Resizing N # of squares to be as big as possible while still fitting into box of X by Y dimensions. (Thumbnails!)
I have N squares.
I have a Rectangular box.
I want all the squares to fit in the box.
I want the squares to be as large as possible.
How do I calculate the largest size for the squares such that they ...
2
votes
1answer
110 views
Resize UILabel correct on top of UIImageView
My problem is as follows:
I have on top of a UIImageView some labels. The image is a formular and the UILabels represents the entries.
If I rotate the device the image inside UIImageView gets resized ...
2
votes
1answer
33 views
Trying to adjust crop coordinates to suit new aspect ratio
I am using the www.imageresizing.net tool for .NET to create a gallery and thumbnail image on the fly. What's really neat about this component is you can re-crop and resize images simply by altering a ...
2
votes
1answer
53 views
How to [window setAspectRatio:size] to a x,y+92 format
I'm creating an OS X application, and I have a video player in a web view that covers 100% of the height and width of a window The player has 16:9 format, plus 92px in height for ads and player ...
2
votes
2answers
82 views
Resizing while maintaining aspect ratio and rounding to even integers
I am allowing the user to resize an image while trying to maintain the original aspect ratio of the image.
For each resize operation I have an "offset" variable which indicates the width and height ...
2
votes
3answers
70 views
CSS: resizing logo while maintaining aspect with browser
#logo {
background: url(/images/logo.png) 0 0 no-repeat;
width: 268px;
height: 96px;
position: fixed;
top: 10px;
left: 10px;
z-index: 1000;
}
This is my logo css and when ...
2
votes
3answers
456 views
android - getContext without activity
Is it possible to get device aspect ratio before launching any activity?
I am trying to setup the width based on whether my device is identified as 'long' or 'not_long'. This should be available long ...
2
votes
1answer
1k views
How to scale SVG image to fill browser window?
This seems like it ought to be easy, but I'm just not getting something.
I want to make an HTML page containing a single SVG image that automatically scales to fit the browser window, without any ...
2
votes
1answer
1k views
How to make a resolution independent camera preview on android?
I'm making an android 1.6 app that uses phone's camera.
In order to do this app resolution independent, I need to set a compatible aspect ratio for previewing camera on a SurfaceLayout. In 1.6 sdk ...
2
votes
2answers
381 views
Finding and enforcing an aspect ratio
I have a control on my form , and i want to be able to control the width, and have the height of the control change to maintain its original aspect ratio. So that brings me to the following questions:
...
2
votes
3answers
454 views
Resizing an image
The code below works very well for resizing an image by aspect ratio by height and I can also create a separate function by width. But i'm not always sure if an image will need to be shrunk by height ...
2
votes
4answers
689 views
How do I find a dimension of aspect ratio 4:3 which fits within a predetermined size?
The problem here is I have a display window of size x by y, and I need to display an image inside the window without any scrolling, and to maintain the aspect ratio of 4:3. I have the following ...
1
vote
1answer
51 views
How can I have flexible css image sizing with max height and width while preserving image aspect ratio, without javascript?
I really thought this would be elsewhere on stack overflow, but I searched fruitlessly for length of time. Forgive me if I missed it.
I have a set of images who need to be made as large as possible ...
1
vote
2answers
40 views
css to set a div to 90% width and 3: aspect ratio
I have a div that I want to set to 90% of its parent container's width,
and I want its height to be set so a s to achieve a specific aspect ratio say 3:1.
.mydiv {width:90%, height:30%(of-width) }
...
1
vote
0answers
33 views
UIButton imageView - after UIViewContentModeScaleAspectFill how to move the image up?
I want to capture a picture using camera according to my guideline. When I saved it into a button and do the aspect ratio, the image focuses onto the middle part of the image. This would have been ...
1
vote
2answers
82 views
Auto Resizing the height and the width of a web application
I'm developing a web app and i want to auto resize three columns divs filled with a background image in order to make them fill the whole page whenever i zoom in or out with ctrl- and + exactly like ...
1
vote
1answer
37 views
Should I create a flash file for each screen size?
I created a swf file for one my clients using a screen size of 1024px x 768px (4:3 ratio), now my client wants to re-use the video in a bigger screen (TV) that still uses a 4:3 ratio but the screen ...
1
vote
1answer
266 views
Algorithm to resize image and maintain aspect ratio to fit iPhone
I'm creating a web service for an iPhone app to interact with.
When my client uploads images server-side, I want my php script to resize the image, whilst maintaining the aspect ratio, so that it ...
1
vote
2answers
159 views
Resize UIImage by keeping Aspect ratio and width
I seen in many posts for resizing the image by keeping aspect ratio. These functions uses the fixed points(Width and Height) for RECT while resizing. But in my project, I need to resize the view based ...
1
vote
5answers
158 views
How to calculate the aspect ratio by a given factor?
How do I calculate the aspect ratio (formatted as integer:integer) by a given factor?
For example, aspect ratio 16:9 has a factor of 1.778, because 16 / 9 = 1.778. But how can I find the ratio by ...
1
vote
1answer
108 views
How to Asking Device Screen Ratio (iphone or ipad)?
I want to create blocks for a iphone/ipad) game. I want to use same model so i need screen sizes for coding.
For example iPhone has 320 pixels in X coordinate. we have 8 blocks, so 320/8 = 40 ...
1
vote
3answers
930 views
Objective C: How to fix aspect ratio of image (and not change to fit imageview frame)
I am using the UIImagePickerController to select images for my app. However I am facing some challenges with regards to maintaining aspect ratio of the selected images
For example,
I have a raw ...
1
vote
1answer
915 views
Android Convert Px to Dp (Video Aspect Ratio)
I'm trying to convert pixels to dp. What is the formula?
Lets convert 640 and 480 into dp. The docs say this
The conversion of dp units to screen pixels is simple: px = dp * (dpi / 160)
But ...
1
vote
0answers
206 views
Gallery with different image sizes
I have a gallery with different image sizes the custom layout is below for Gallery, its working correctly if the image width is les than height but if image height is less than width its not working ...
1
vote
2answers
210 views
how to define embed player height in fluid design to keep the aspect ratio? (when width is 100%)
i guess the title says it all. i'd like to know if there's a solution to treat embed players like images in a fluid design...
i mean i usually set only the width of images (to 100%), and let the ...
1
vote
1answer
120 views
Automatically use resized images instead of originals in Wordpress aspect ratio?
I would appriciate Your help. I used custom field in Wordpress and created the form to upload the image in the post. Everything works fine. I also placed this code to replace the original image ( if ...
1
vote
3answers
236 views
How to proportionally (respecting aspect ratio) scale a rectangle?
I'm trying to simply take a given box of x by y and scale it up, either by setting x and finding y, or vice versa. How would this formula be expressed in Python (for readability's sake). I'm trying to ...
1
vote
1answer
2k views
android ImageButton scale and maintain aspect ratio
i have a screen that i'm trying to layout...
basically, i'm trying to evenly distribute 4 ImageButton objects vertically on a screen... i used this here to evenly distribute the items, but now am ...
1
vote
1answer
431 views
ImageMagick change aspect ratio without scaling the image
I have a large number of images that can be any dimension that I need make into the same aspect ratio (basically square). So if one image is 100x300 the output should be 300x300. What I don't want ...
1
vote
2answers
552 views
Zoom in/out how do I keep the aspect ratio?
Working Example: http://jsfiddle.net/4jmY2/4/
If you Zoom in/out (ctrl +/-) you will see the elements move around, how can I keep the aspect ratio so the content will remain the same no matter what ...
1
vote
1answer
445 views
Reducing the width/height of an image to fit a given aspect ratio. How? - Python image thumbnails
import Image
image = Image.open('images/original.jpg')
width = image.size[0]
height = image.size[1]
if width > height:
difference = width - height
offset = difference / 2
resize ...
1
vote
1answer
117 views
knowing the aspect ratio of users monitor
as a webpage developer i would like to know if there is any way i can know the aspect ratio of users monitor(those who are using a PC or a Mac). i want to forward different pages(in terms of their ...
1
vote
1answer
322 views
How do I fill the screen with a rectangle in OpenGL ortho mode?
I have a single 640x480 texture that needs to fill the screen. So far, I can make it work with a square texture, but not a rectangular one.
glViewport(0, 0, display->w, display->h);
...