Top "Resize" questions

Issues relating to the resizing of controls, windows, forms or screens.

Resize a large bitmap file to scaled output file on Android

I have a large bitmap (say 3888x2592) in a file. Now, I want to resize that bitmap to 800x533 and …

android image resize bitmap
PHPExcel auto size column width

I'm trying to auto size the columns of my sheet. I'm writing the file and in the end I try …

php resize size phpexcel
How to auto resize and adjust Form controls with change in resolution

I have noticed that some applications change their controls position to adjust them as much as possible in the resolution …

c# winforms user-interface resize screen-resolution
Image resizing client-side with JavaScript before upload to the server

I am looking for a way to resize an image client-side with JavaScript (really resize, not just change width and …

javascript image resize client-side
Numpy Resize/Rescale Image

I would like to take an image and change the scale of the image, while it is a numpy array. …

python image numpy scipy resize
How to easily resize/optimize an image size with iOS?

My application is downloading a set of image files from the network, and saving them to the local iPhone disk. …

ios objective-c image cocoa-touch resize
How can I resize an image using Java?

I need to resize PNG, JPEG and GIF files. How can I do this using Java?

java image resize
How do I disable form resizing for users?

How do I disable form resizing for users? Which property is used? I tried AutoSize and AutoSizeMode.

c# forms winforms resize
How to resize datagridview control when form resizes

I found a lot of questions about how to resize the form when a child control resizes, but I'm trying …

c# winforms datagridview resize
Resizable table columns with jQuery

This is the only jQuery plugin I could find to resize table column widths, but it does not integrate well …

jquery html html-table resize