Top "Resize-image" questions

Use this tag for questions about resizing an image in the context of its shape/resolution.

Batch resize images and output images to new folder with ImageMagick

Current image folder path: public_html/images/thumbs Output image folder path: public_html/images/new-thumbs I have 10 video thumbs …

image imagemagick image-resizing resize-image mogrify
Nearest-neighbor interpolation algorithm in MATLAB

I am trying to write my own function for scaling up an input image by using the Nearest-neighbor interpolation algorithm. …

matlab image-processing interpolation nearest-neighbor resize-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
Is there a 100% Java alternative to ImageIO for reading JPEG files?

We are using Java2D to resize photos uploaded to our website, but we run into an issue (a seemingly …

java jpeg java-2d javax.imageio resize-image
How to resize image after being uploaded in ASP.NET Core 2.0

I want to resize an image and save this image multiple times with different sizes into a folder. I have …

asp.net-core-2.0 system.drawing resize-image
HTML + Javascript: Dynamic Image Resize?

I am trying to get some JavaScript to programmatically adjust a HTML img tag's width to display various sized images …

javascript html css resize-image
Resize uploaded image - PHP

I am using the basic upload code from the w3schools website but I would like to add the ability …

php file-upload resize-image
Image resizing and cropping with Php

I'm using a php script to upload and resize an image, pretty simple: if($_SERVER["REQUEST_METHOD"] == "POST") { $image = $_FILES["…

php image image-resizing resize-image
Resizing IMAGEVIEW on image scale android

I have an image inside an imageview in android. I am scaling the image using scaletype(MATRIX) via code similar …

android matrix resize imageview resize-image
How can I resize an image to fit area with Image::Magick?

From command line with imagemagick, you can use: convert dragon.gif -resize 64x64^ -gravity center -extent 64x64 fill_crop_dragon.…

perl imagemagick resize-image