Top "Image-resizing" questions

Image resizing is the downscaling or upscaling of an image.

How can I read (from disk) and resize an image, in Flutter/Dart

In Flutter/Dart, how can I perform the following 3 steps: Read an image from disk, Read its original dimensions (width …

dart flutter image-resizing
error: (-215) ssize.width > 0 && ssize.height > 0 in function resize

I am building an image processing classifier. This line is giving me an error: input_img_resize=cv2.resize(input_…

python opencv machine-learning image-processing image-resizing
How to set maximum height for $img but keep proportions

How to set maximum height or width for: $img_attributes= ' height=100 width=100 '. 'alt="'.$product['product_name'].'"…

html image image-resizing
A Batch Script To Resize Images

I'm looking for some help in writing a batch script to resize a bunch of .jpg images. I don't have …

windows shell batch-file jpeg image-resizing
How to resize dynamically loaded image into flash (as3)

Am struggling to find the right as3 code to resize an image once it is dynamically called into the stage …

actionscript-3 flash-cs4 image-scaling image-resizing
bitmap.compress(Bitmap.CompressFormat.PNG, 0, fOut) making image size bigger than original

I want to compress the image taken from a camera to png format to make them smaller in size, so …

android compression image-resizing bitmapfactory
How to resize an image in Java with OpenCV?

After cropping an image how can I resize it? Mat croppedimage = cropImage( image, rect ); Mat resizeimage = croppedimage.resize( any dimension ); //…

java opencv image-resizing
How to resize and save an image which uploaded using file upload control in c#

i have developed a web application using asp.net mvc4 and razor. in my application there's a file upload control …

c# asp.net-mvc-4 file-upload razor image-resizing
Changing image size in Markdown on Gitlab

I'm trying to post a picture to a file on my Gitlab using markdown ![](test/media/screenshot.png) seems to …

gitlab image-resizing
Resize image to fit canvas - Gimp

I'm currently using Gimp to resize some images. I'm a web developer but I don't really use image manipulation software …

resize image-resizing gimp