Top "Image-scaling" questions

The use of interpolation to spatially stretch or squeeze an image by manipulating the underlying image data -- directly, or through API or ABI calls.

image Scaling of picture box

i got a problem with image scaling in C#. I have a picture Box with given Size : e.g. width = 800…

c# image image-scaling
Python / Pillow: How to scale an image

Suppose I have an image which is 2322px x 4128px. How do I scale it so that both the width …

python python-imaging-library image-scaling pillow
Scale a BufferedImage the fastest and easiest way

The task: I have some images, I scale them down, and join them to one image. But I have a …

java image image-processing image-scaling
How to resize dynamically loaded image into flash (as3)

Am struggling to find the right as3 code to resize an image once it is dynamically called into the stage …

actionscript-3 flash-cs4 image-scaling image-resizing
Scaling an Image in GWT

Changing the size of an Image Widget in GWT changes the size of the image element, but does not rescale …

java gwt image-scaling
Scaling image with CSS Transition

This is how I want to scale my images, smoothly without any jumps. My attempt does not work like in …

html css css-transitions image-scaling
Bilinear image interpolation / scaling - A calculation example

I would like to ask you about some bilinear interpolation / scaling details. Let's assume that we have this matrix: |100 | 50 | |70 | 20 | This …

image image-processing interpolation image-scaling linear-interpolation
Java - I need a very fast image scaling algorithm

I am working on a Midlet application. I am finding myself in the need to scale images very often. This …

java image-processing image-manipulation midp image-scaling
Scale an image nicely in Delphi?

I'm using Delphi 2009 and I'd like to scale an image to fit the available space. the image is always displayed …

delphi graphics image-scaling timage
What is the idea behind scaling an image using Lanczos?

I'm interested in image scaling algorithms and have implemented the bilinear and bicubic methods. However, I have heard of the …

algorithm image graphics image-processing image-scaling