Top "Scaling" questions

Scaling refers to the image manipulation function of re-sizing an image.

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 …

layout xhtml svg scaling aspect-ratio
Scaled Bitmap maintaining aspect ratio

I would like to scale a Bitmap to a runtime dependant width and height, where the aspect ratio is maintained …

android bitmap scaling
How to disable web page zooming/scaling on Android?

I have written a small web app to collect some data and store it in a central database. I'm walking …

android html scaling viewport
How to scale down a UIImage and make it crispy / sharp at the same time instead of blurry?

I need to scale down an image, but in a sharp way. In Photoshop for example there are the image …

ios image uikit core-graphics scaling
Scale with CGAffineTransform and set the anchor

If I understand correctly scaling a UIView with CGAffineTransform anchors the transformation to its center. In particular: self.frame = CGRectMake(0,0,100,100); …

iphone ios scaling cgaffinetransform
Chrome, Safari ignoring max-width in table

I've got HTML code like this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.…

html google-chrome safari scaling
Resizing images to fit the parent node

How do I get an image in an ImageView to automatically resize such that it always fits the parent node? …

imageview javafx-2 scaling
What does the filter parameter to createScaledBitmap do?

The declaration of android.graphics.Bitmap.createScaledBitmap is public static Bitmap createScaledBitmap (Bitmap src, int dstWidth, int dstHeight, boolean filter) …

android scaling
PIL how to scale text size in relation to the size of the image

I'm trying to dynamically scale text to be placed on images of varying but known dimensions. The text will be …

python fonts image-manipulation python-imaging-library scaling
Is it possible to adjust a font's vertical scaling using CSS?

I am using an embedded font for the top navigational elements on a site Helvetica65 and at 16px it is …

css fonts scaling embedded-fonts