Top "Resize" questions

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

How to replace black background with white when resizing/converting PNG images with transparent backgrounds to JPEG.

I am using a script that lets users upload images. The script resizes and converts the images to JPEG. The …

php image resize gd
android: quality of the images resized in runtime

I want to show images using drawBitmap() method. But before I want to resize it according screen dimensions. I have …

android image drawing resize draw
How to enforce move semantics when a vector grows?

I have a std::vector of objects of a certain class A. The class is non-trivial and has copy constructors …

c++ vector c++11 resize move-semantics
How to set size and layout in onSizeChanged?

I can't get my elements, for example ListView, to resize properly. I got a ListActivity for searching, with a dashboard, …

android listview resize refresh
How can I dynamically resize an image in ASP.NET MVC?

Question How can I dynamically resize an image in ASP.NET MVC? Background I'm trying to automatically create thumbnails from …

asp.net-mvc image dynamic resize image-manipulation
How to scale an embedded flash video and not crop it?

I have embedded a flash video on my website. I am having the problem that it seems to rescale fine …

html flash browser resize embedded-video
How to Resize View so That Its Subviews Get Resized Too

My window adds a subview (my root ViewController's view). Such subview is superview of several other subviews. I have just …

xcode resize frame subview superview
How to add resizer to textarea in IE?

How to add resizer to textarea in IE the same as in Chrome and Firefox? jQuery.resizable() won't work for …

jquery internet-explorer resize textarea resizable
UIPopoverController w/ UINavigationController Subview contentSizeForViewInPopover doesnt work on Parent

I have a UIPopoverController with a subclass UINavigationController. Both the parent and child views are UITableviews. When i call parent …

iphone resize uipopovercontroller
Resizing a C++ std::vector<char> without initializing data

With vectors, one can assume that elements are stored contiguously in memory, allowing the range [&vec[0], &vec[vec.…

c++ stl vector resize