Top "Scaling" questions

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

Image scaling by CSS: is there a webkit alternative for -moz-crisp-edges?

I have an image that is 100x100 in pixels. I want to show it twice the size, so 200x200 and …

css image firefox webkit scaling
Larger Image to fit in picturebox

As you'll can see the first image is the size of (1024*768) and it is correctly displayed in the picturebox and …

vb.net image scaling
How to scale images on a html5 canvas with better interpolation?

First of all: what am I trying to do? I have an application to view images. It uses the canvas …

javascript html canvas scaling interpolation
What's the difference between CENTER_INSIDE and FIT_CENTER scale types?

I can't tell the difference between ImageView.ScaleType.CENTER_INSIDE and ImageView.ScaleType.FIT_CENTER. CENTER_INSIDE Scale the image …

android imageview android-imageview scaling scaletype
Why feature scaling in SVM?

I found that scaling in SVM (Support Vector Machine) problems really improve its performance... I have read this explanation: "The …

machine-learning svm scaling
How to create an ImageView that fills the parent height and displays an Image as big as possible?

I have an ImageView that is defined in the following way: <ImageView android:id="@+id/cover_view" android:layout_…

android layout scaling imageview
How to auto resize the image for responsive design with pure css?

I have tried to auto resize the image using the CSS property max-width, but it does't work in IE7 and …

html css image scaling
Android: high quality image resizing / scaling

I need to scale down images coming from a Network stream without losing quality. I am aware of this solution …

android algorithm image scaling
Making Sense of Android meta-viewport scaling: What am I missing?

I have been trying to determine how the viewport -- and the contents within -- are affected by the viewport …

android html scaling
Full viewport height scaling div just css no js... Possible?

Ok, I'm trying to get a div to scale and the height is always the height of the viewport. I'm …

css height scaling viewport