Top "Image-resizing" questions

Image resizing is the downscaling or upscaling of an image.

How to stop GD2 from washing away the colors upon resizing images?

I have developed a photo sharing community site using CodeIgniter 1.7. Photos that are uploaded by members are automatically resized in …

php codeigniter image-resizing gd2
Can I use a URL as the source for imagecreatefromjpeg() without enabling fopen wrappers?

I know it’s possible to use imagecreatefromjpeg(), imagecreatefrompng(), etc. with a URL as the ‘filename’ with fopen(), but I'm …

php url image-resizing imagecreatefrompng
download image from remote source and resize then save

Do any of you know of a good php class I can use to download an image from a remote …

php image-resizing
How to specify image size in HTML Doxygen?

I am trying to manually specify the image size in the HTML generated by Doxygen. However, as I read in …

documentation doxygen image-resizing
TikZ, resizing and fitting

I want to take a PGF picture, scale it down (scaling the text as well, so \resizebox would be perfect) …

latex image-resizing tikz
Which free image resizing library can I use for resizing and probably serving images?

I have used Umbraco and there is very nice ImageGen library there which allows to resize images 'on the fly' …

c# asp.net image image-resizing
Resize image with mogrify without keeping aspect ratio

I feel silly for having to ask such a simple question, but I have spent the past hour having absolutely …

imagemagick image-resizing mogrify
Resize with ImageMagick with a maximal width / height

The command imageconvert.exe in.jpg -resize 800x600 out.jpg resizes the image so that it keeps original ratio, with …

image imagemagick image-resizing
Crop image to a square according to the size of a UIView/CGRect

I have an implementation of AVCaptureSession and my goal is for the user to take a photo and only save …

ios uiimage crop image-resizing cgrect
Responsive image map resizing with imageMapster: do I misunderstand what scaleMap does?

When an image is styled with CSS to grow or shrink to occupy available space in the container DIV, what …

responsive-design image-resizing imagemapster