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.

How to scale an Image in ImageView to keep the aspect ratio

In Android, I defined an ImageView's layout_width to be fill_parent (which takes up the full width of the …

android android-imageview image-scaling
HTML img scaling

I'm trying to display some large images with HTML img tags. At the moment they go off the edge of …

html image-scaling
Resizing an Image without losing any quality

How can I resize an image, with the image quality unaffected?

c# image image-scaling
c# Image resizing to different size while preserving aspect ratio

I'm trying to resize an image while preserving the aspect ratio from the original image so the new image doesn't …

c# image-processing system.drawing image-scaling
High Quality Image Scaling Library

I want to scale an image in C# with quality level as good as Photoshop does. Is there any C# …

c# image image-processing image-manipulation image-scaling
How to scale a BufferedImage

Following the javadocs, I have tried to scale a BufferedImage without success here is my code: BufferedImage image = MatrixToImageWriter.getBufferedImage(…

java image image-processing bufferedimage image-scaling
Android ImageView scale smaller image to width with flexible height without cropping or distortion

Often asked, never answered (at least not in a reproducible way). I have an image view with an image that …

android imageview image-scaling
Image scaling and rotating in C/C++

What is the best way to scale a 2D image array? For instance, suppose I have an image of 1024 x 2048 …

c++ c image image-scaling
Is there a way to load image as bitmap to Glide

Im looking for a way to use bitmap as input to Glide. I am even not sure if its possible. …

android image-resizing android-glide image-scaling
Resizing an image in asp.net without losing the image quality

I am developing an ASP.NET 3.5 web application in which I am allowing my users to upload either jpeg,gif,…

c# asp.net image image-scaling