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 check similarity of two images that have different pixelization

I am running a python code to check similarity of Quora and Twitter users profiles photos, but i am not …

python image-processing user-profile image-scaling image-comparison
How can I transform XY coordinates and height/width on a scaled image to an original sized image?

Related Question I am trying to do the same thing as in the linked question, but with C#. I am …

c# image-scaling
What is the best way to scale images in Java?

I have a web application written in Java (Spring, Hibernate/JPA, Struts2) where users can upload images and store them …

java image web-applications graphics image-scaling
How do I do high quality scaling of a image?

I'm writing some code to scale a 32 bit RGBA image in C/C++. I have written a few attempts that …

c++ c image image-manipulation image-scaling
Scale an image which is stored as a byte[] in Java

I upload a file with a struts form. I have the image as a byte[] and I would like to …

java image image-scaling
android layout scaling with fixed aspect ratio on different phones

I have a layout with two ImageView inside. Each image has a fixed aspect ratio, for example first image is 320…

android image-scaling
How to scale an image (in data URI format) in JavaScript (real scaling, not using styling)

We are capturing a visible tab in a Chrome browser (by using the extensions API chrome.tabs.captureVisibleTab) and receiving …

javascript image-manipulation base64 google-chrome-extension image-scaling
Create thumbnail and reduce image size

I have very large images (jpg) and i want to write a csharp program to loop through the files and …

c# file image size image-scaling
Blackberry - how to resize image?

I wanted to know if we can resize an image. Suppose if we want to draw an image of 200x200 …

graphics blackberry drawing custom-controls image-scaling
Markdown: smaller images sizes not supported by GitHub?

I want to downsize some of my images in my README.md on GitHub and it works fine in my …

github markdown image-scaling