Top "Scale" questions

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

Scale UIView and all its children

I have an UIView with around 50 UIButtons. All button positions were given in pixels, relative to the left upper corner …

ios objective-c uiview scale subview
White space around css3 scale

I have a small issue I want to fix, but can't find any good answer : When I use a scale …

css scale
OpenGL transformations (glScale, glTranslate, etc)

I'm learning about openGL and how to do transformations such as translating and scaling. I know you have to usually …

opengl scale transformation translate
CSS scale several images to fit viewport keeping aspect ratio

I'm creating a gallery where I want to list all images from an album on one page : Big Picture style : …

css image scale aspect-ratio
gnuplot: how to use a*(10^b) format on axis

I am using really big numbers (milions) on my x-axis, so when I use set format x %6.0f I got …

axis scale gnuplot
What is the difference between 'log' and 'symlog'?

In matplotlib, I can set the axis scaling using either pyplot.xscale() or Axes.set_xscale(). Both functions accept three …

python matplotlib scale logarithm
How do I count decimal places in SQL?

I have a column X which is full of floats with decimals places ranging from 0 (no decimals) to 6 (maximum). I …

sql sql-server-2008 floating-point decimal scale
CSS: make div width proportional to height

This is a little tricky to explain, but: I want a responsive-height div (height: 100%) that will scale the width proportional …

html css scale
Opencv multiply scalar and matrix

I have been trying to achieve something which should pretty trivial and is trivial in Matlab. I want to simply …

opencv matrix scale multiplication scalar
Android resize bitmap keeping aspect ratio

I have a custom view (1066 x 738), and I am passing a bitmap image (720x343). I want to scale the bitmap …

android bitmap scale