Top "Scale" questions

The scale tag is mostly used for questions that relate to proportional resizing of images or UI elements.

How to scale overlay image in ffmpeg

How can I scale down the overlay image to scale=320:240 in ffmpeg? Wherever I try to place the scale command, …

video ffmpeg overlay scale
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 …

android layout scale imagebutton aspect-ratio
Scaling an image to max available width, keeping aspect ratio and avoiding ImageView extra space

I have this simple layout XML, and a green_square.png file which is 30X30 pixels <?xml version="1.0" encoding="…

android layout scale fill-parent
Zoom in Java Swing application

I am looking for ways to zoom in a Java Swing application. That means that I would like to resize …

java user-interface swing zoom scale
when scaling an element with css3 scale, it becomes pixelated until just after the animation is complete. I'm animating an element with a border

http://jsfiddle.net/nicktheandroid/5Ytnj/ When I add -webkit-backface-visibility: hidden; to the .circ element, it causes it to stay pixelated …

css transform scale css-transitions pixelate
How to get scaled instance of a bufferedImage

I wanted to get scaled instance of a buffered image and I did: public void analyzePosition(BufferedImage img, int x, …

java scale bufferedimage toolkit
Center Crop an Android VideoView

I am looking for something like the CENTER_CROP in ImageView.ScaleType Scale the image uniformly (maintain the image's aspect …

android scale center crop android-videoview
windows 8.1 autoscale by dpi on multiple screens (portrait and landscape) doing the opposite

I'll get to the point - I have two screens: 32" TV - Landscape mode (regular) - res: 1920x1080 20" monitor - …

scale dpi windows-8.1 multiple-monitors autosize
Is CodeIgniter a wise choice for large applications?

I keep on reading how great codeigniter is from a development standpoint. And I am sure that using the framework …

php codeigniter scalability scale
CGAffineTransform scale and translation - jump before animation

I am struggling with an issue regarding CGAffineTransform scale and translation where when I set a transform in an animation …

ios xcode scale transformation cgaffinetransform