Top "Image-resizing" questions

Image resizing is the downscaling or upscaling of an image.

Laravel Image Intervention resize quality loss

In my Laravel web-application I make use of the Intervention Image library. I'm saving three versions of the uploaded image: …

image laravel image-resizing intervention
(Qt C++) Resize pixmap and KEEP pixelation?

In my project I have a QLabel that I change the pixmap frequently like this: ui->frameLabel->setPixmap(…

c++ qt interpolation image-resizing qpixmap
Resize & compress uploaded image in JavaScript

I'm building a website which will have a lot of user uploaded images. I would like to resize and compress (…

javascript image-resizing image-compression hermite
Resize (downsize) YUV420sp image

I am trying to resize (scale down) an image which comes in YUV420sp format. Is it possible to do …

image-resizing yuv
Resize a batch of images in numpy

I have close to 10000 greyscale images in a numpy array (10000 x 480 x 752) and would like to resize them with the …

python numpy image-resizing
Python: Image resizing: keep proportion - add white background

I would like to create a Python script to resize images, but not changing its proportions, just by adding a …

python image image-processing image-resizing
Skimage - Weird results of resize function

I am trying to resize a .jpg image with skimage.transform.resize function. Function returns me weird result (see image …

python image image-resizing scikit-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
openCV equivalent of a PIL resize ANTIALIAS?

In PIL the highest quality resize from what I've seen seems to be: img = img.resize((n1, n2), Image.ANTIALIAS) …

python python-2.7 opencv python-imaging-library image-resizing
Resize image generated by BitmapFactory.decodeByteArray()

I am creating audio player,I want to show the song cover to the player, it working with small image …

android image-resizing bitmapfactory