Top "Image-resizing" questions

Image resizing is the downscaling or upscaling of an image.

yii2 resize images maintaining aspect ratio with Imagine

I got this code in yii2: Image::thumbnail($path, 100, 100)->save($thumbnail, ['quality' => 50]); I thought that it will …

yii2 image-resizing php-imagine
carrierwave + mini_magick gems = not an image error

I'm using: - carrierwave 0.6.0 - rails 3.2.1 - mini_magick 3.4 - ruby 1.9.2p290 And during image uploading I want to resize …

ruby-on-rails-3 carrierwave image-resizing minimagick
When using node sharp package to resize image and upload to s3 it is rotated

I am using this node package: https://www.npmjs.com/package/sharp I use it to resize an image and …

node.js amazon-s3 image-resizing image-rotation
Good examples of using sharp package for image operations?

I have been exploring image processing from Nodejs and I came across the Jimp/Lwip/Sharp npm packages. I can …

node.js image image-processing image-resizing resize-crop
How to resize an image in C# to a certain hard-disk size?

How to resize an image an image in C# to a certain hard-disk size, like 2MiB? Is there a better …

c# image image-processing image-manipulation image-resizing