Top "Image-resizing" questions

Image resizing is the downscaling or upscaling of an image.

How do I fill white background while resize image

Current background is black. How to change the color to be white? #assuming the mime type is correct switch ($imgtype) { …

php gd image-resizing resize-image
Qt: How do I resize an image and maintain its proportions?

This Qt example shows how to resize an image contained in a dialog, so that when the dialog is resized, …

c++ image qt image-resizing
How can I resize a picture before displaying it in a view with Android Universal Image Loader?

I successfully applied the Universal Image Loader library (1.8.3 version) to my app, and I'm trying to resize the image before …

android resize image-resizing universal-image-loader
Dropzone.js + Client Side Image Resizing

I want to integrate Dropzone.js with a Client Side Image Resizing. I know that there is a function to …

resize image-resizing dropzone.js
Changing the sizemode of a background image in picturebox

My aim was to change the background image and set it's SizeMode as Stretch. Tried a lot so far, any …

c# winforms background-image picturebox image-resizing
MVC3/Razor thumbnail/resize image ideas?

Is there an easy and dynamic way to create thumbnails and resize images in MVC3/Razor? A helper, libary, anything? …

asp.net-mvc-3 image razor thumbnails image-resizing
Gnuplot: add key outside plot without resizing plot

In gnuplot, I can put the key outside the plots using this command: set key outside; set key right top; …

plot gnuplot image-resizing
Python: How to resize an image using PIL module

I'm trying to resize an image to 500x500px but got this error: File "C:\Python27\lib\site-packages\PIL\Image.…

python python-2.7 python-2.x image-resizing
Convert and resize SVG to PNG

I am trying to convert SVG to PNG (or any raster format) and resize at the same time. I thought …

svg imagemagick png image-resizing
Resize image without distortion keeping aspect ratio then crop excess using WideImage

I have an area on a site that I am working on that will display a users profile image that …

php image-resizing