modify size, change size
34
votes
4answers
41k views
Cross-browser window resize event - JavaScript / jQuery
What is the correct (modern) method for tapping into the window resize event that works in Firefox, WebKit, and Internet Explorer?
And can you turn both scrollbars on/off?
33
votes
9answers
26k views
Resize an image in Java - Any Open Source Library?
I need to resize PNG, JPeg and Gif files. Are there good java open source libraries to do that ?
20
votes
1answer
10k views
Using jQuery To Get Size of Viewport
How do I use jQuery to determine the size of the browser viewport, and to redetect this if the page is resized? I need to make an IFRAME size into this space (coming in a little on each margin).
For ...
17
votes
4answers
17k views
The simplest way to resize an UIImage?
In my iPhone app, I take a picture with the camera, then I want to resize it to 290*390 pixels. I was using this method to resize the image :
UIImage *newImage = [image ...
17
votes
3answers
19k views
Implementing a resizable textarea?
How does Stackoverflow implement the resizable textarea?
Is that something they rolled themselves or is it a publicly available component that I can easily attach to textareas on my sites?
I found ...
16
votes
6answers
35k views
jQuery Animation - Smooth Size Transition
So this might be really simple, but I haven't been able to find any examples to learn off of yet, so please bear with me. ;)
Here's basically what I want to do:
<div>Lots of content! Lots of ...
15
votes
5answers
8k views
How do I remove minimize and maximize from a resizable window in WPF?
WPF doesn't provide the ability to have a window that allows resize but doesn't have maximize or minimize buttons. I'd like to able to make such a window so I can have resizable dialog boxes.
I'm ...
15
votes
5answers
9k views
Resize transparent images using C#
Does anyone have the secret formula to resizing transparent images (mainly GIFs) without ANY quality loss - what so ever?
I've tried a bunch of stuff, the closest I get is not good enough.
Take a ...
14
votes
6answers
15k views
Android: Resize a large bitmap file to scaled output file
I have a large bitmap (say 3888x2592) in a file. Now, I want to resize that bitmap to 800x533 and save it to another file.
I normally would scale the bitmap by calling Bitmap.createBitmap method but ...
14
votes
5answers
22k views
Automatically resize jQuery UI dialog to the width of the content loaded by ajax
I'm having a lot of trouble finding specific information and examples on this. I've got a number of jQuery UI dialogs in my application attached to divs that are loaded with .ajax() calls. They all ...
14
votes
10answers
30k views
Creating a textarea with auto-resize
There was another thread about this, which I've tried. But there is one problem: the textarea doesn't shrink if you delete the content. I can't find any way to shrink it to the correct size - the ...
13
votes
7answers
3k views
How do I force windows NOT to redraw anything in my dialog when the user is resizing my dialog?
When the user grabs a corner of a resizable window, and then moves it, windows first moves the contents of the window around, then issues a WM_SIZE to the window being resized.
Thus, in a dialog ...
13
votes
6answers
2k views
Image resizing efficiency in C# and .NET 3.5
I have written a web service to resize user uploaded images and all works correctly from a functional point of view, but it causes CPU usage to spike every time it is used. It is running on Windows ...
13
votes
9answers
7k views
Best way to cache resized images using PHP and MySQL
What would be the best practice way to handle the caching of images using PHP.
The filename is currently stored in a MySQL database which is renamed to a GUID on upload, along with the original ...
12
votes
7answers
7k views
iPad doesn't trigger resize event going from vertical to horizontal?
Has anyone noticed this behavior? I'm trying to write a script that will trigger upon a resize. It works fine on normal browsers, works fine on iPhone, but on iPad, will only trigger going from ...
11
votes
2answers
384 views
Can I stop the resizing of elements on zoom?
I have a standard website, and when the user zooms in (CTRL +), how can I prevent elements from resizing?
11
votes
5answers
17k views
What is the best way to resize a BitmapData object?
Say I have a BitmapData of 600x600 and I want to scale it down to 100x100.
11
votes
9answers
7k views
Firefox blurs an image when scaled through css or inline style
When I visually scale an image, firefox 3 blurs it. Firefox 2 and other browsers don't, which is the behavior I expect. This is especially lame for creating a webbased game using png or gif sprites.
...
10
votes
4answers
2k views
CALayer autoresizing on iPhone/iPad: How?
I'm trying to create a UIView subclass ("GradientView") that will fill itself with a gradient of various colors. I've implemented it by adding a CAGradientLayer as a sub-layer of UIView's layer.
It ...
10
votes
1answer
6k views
How to draw and scale a bitmap on a canvas using bicubic interpolation in Android?
I want to draw a bitmap on a canvas with bigger size than it is. I can use canvas.drawBitmap(bitmap, null, destRect, null); but that gives a poor quality, as the result is pixelated, if the source ...
9
votes
4answers
817 views
Parallelizing GDI+ Image Resizing .net
I've tried to parallelize the resizing of jpegs using .Net. All my tries failed, because the Graphics.DrawImage-func seems to lock while active. Try the following snipped:
Sub Main()
Dim files As ...
9
votes
3answers
10k views
How to merge transparent PNG with image using PHP?
The situation is this: I have a small 50x50 pic. I also have a small 50x50 transparent picture which contains a frame for the 50x50 pic, so I basically want to put the transparent png on top of the ...
9
votes
5answers
15k views
WPF: How to make canvas auto-resize?
I would like my canvas to automatically resize to the size of its items, so that the ScrollViewer scroll bars have the correct range. Can this be done in XAML?
<ScrollViewer ...
9
votes
7answers
7k views
How Can I Only Allow Uniform Resizing in a WPF Window?
I don't want my window to be resized either "only horizontally" or "only vertically." Is there a property I can set on my window that can enforce this, or is there a nifty code-behind trick I can use?
...
8
votes
4answers
1k views
Image processing library for Android and Java
I am currently working on a small project, which shall load an image from an URL, resize and change it's colour depth to only 16 colours using a specified colour palette. The main problem for me is, ...
8
votes
1answer
3k views
Any way to disable Firefox 4 textarea-resizing handles?
I have a site with a textarea that is a very specific size; resizing it could make the user think that they can enter more text into the textarea than is possible (it is limited by rows and columns). ...
8
votes
1answer
3k views
Having trouble getting UIView sizeToFit to do anything meaningful
When I add a subview to a UIView, or when I resize an existing subview, I would expect [view sizeToFit] and [view sizeThatFits] to reflect that change. However, my experience is that sizeToFit does ...
8
votes
3answers
437 views
Resizing custom forms (with drop shadow effect) and controls on mouse drag event in c sharp?
In my application I have to resize forms and all its control on mouse drag effect and forms should have drop shadow effect the problem is that all my forms are custom one (with no boarder).
Thanks in ...
8
votes
5answers
8k views
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 view originally with contentSizeForViewInPopover = (320,480) ...
8
votes
5answers
8k views
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 a problem with quality of result image. You can see screenshots and test code below. ...
8
votes
7answers
24k views
jQuery FancyBox Resize
Does anyone know how to resize the jQuery Fancybox during runtime?
When initialising the fancybox I can do this:
$("tag").fancybox({ 'frameWidth': 500, 'frameHeight': 700 });
I am filling the ...
8
votes
6answers
6k views
What is the best image downscaling algorithm (quality-wise)? [closed]
I want to find out which algorithm is the best that can be used for downsizing a raster picture. With best I mean the one that gives the nicest-looking results. I know of bicubic, but is there ...
7
votes
3answers
219 views
Should i resize the bitmap before adding to a ImageView or let the ImageView resize the Bitmap?
i have a simple question: Should i resize a bigger bitmap before
adding to a ImageView or let the ImageView resize the Bitmap?
What's the right way, regarding performance?
Thanks
7
votes
2answers
729 views
Honeycomb (3.1) adjustResize no longer working?
My activity has android:windowSoftInputMode="adjustResize" and behaves accordingly in Android 2.1:
Before soft keyboard appears
With keyboard
However, in Honeycomb the soft keyboard does not ...
7
votes
3answers
320 views
How can I prevent Emacs resizing my windows?
my Lisp-working-environment has the frame split into two windows, the former for the main coding, the latter for my slime evaluation.
Unfortunately, when I made some mistakes (cause I'm still ...
7
votes
6answers
2k views
Merging two images with PHP
I'm trying to merge two images together with PHP.
For example... how would I go about placing image one on top of image two or merge, with basic PHP?
I have tried something such as watermarking, but ...
7
votes
3answers
20k views
Android: How to resize a custom view programmatically?
I am coding a custom view, extended from RelativeLayout, and I want to resize it programmatically, How can I do?
the custom view Class is something like:
public ActiveSlideView(Context context, ...
7
votes
2answers
1k views
Listening to another window resize events in C#
I am implementing a small application (observer) that needs to "attach" itself to the bottom of another window (observed). The latter is not a window inside the application.
At this moment I solved ...
7
votes
2answers
1k views
WPF/XAML: How do I size a window with no border?
I am using a window with no border and drawing the Chrome myself. I want to resize the window in a typical manner and have defined a 3x3 grid with the center being the content and the outer cells ...
7
votes
4answers
2k views
How can I make my form resize more smoothly?
When resizing a form with many controls, the form looks bad because of flickering. What are some tips to have a smoother form resizing?
7
votes
5answers
5k views
Resizing a Single Control In WinForms
How might I design a UI in C#/WinForms which happens to contain several different control types such that only the ListView control gets resized if the user resizes the window?
7
votes
5answers
7k views
javascript resize event firing multiple times while dragging the resize handle
I was hoping this jQuery plug-in would work, but it didn't
http://noteslog.com/post/how-to-fix-the-resize-event-in-ie
I added a comment to his site, but they're moderated, so you might not see it ...
7
votes
1answer
2k views
Dynamically resizing a window in Xaml
Is there a way for me to have the Window of my WPF application resize dynamically with the content? I tried setting the width and height to auto, but no go.
7
votes
5answers
8k views
C# - Array that can be resized fast
I'm looking for a kind of array data-type that can easily have items added, without a performance hit.
System.Array - Redim Preserve copies entire RAM from old to new, as slow as amount of existing ...
6
votes
1answer
126 views
Image resize with Crop
I want to create a function that after an image upload, will allow a user to resize an image. But the image must be behind a crop frame and the user must be able to drag/move/resize the image behind ...
6
votes
3answers
252 views
Proportional resizing of JFrame
I'm trying to make a JFrame re-sizable in an unusual way: the ratio of width to height of the frame must be constant. I have written this simple code; in this case, the ratio is 1/2:
public class ...
6
votes
3answers
821 views
Floating Div Madness upon Window Resize
I am trying to create a purely HTML and CSS-based layout that presents the main content of a page on the left (which expands to the full width of the page, minus the box) and a smaller box on the ...
6
votes
4answers
823 views
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, an editbox and a listview. The idea is to hide the actionbar while the ...
6
votes
3answers
855 views
Why is Firefox so bad at resizing images?
On the left is the original PNG and on the right are versions reduced to roughly half the orignal size using <img width and height. See [Link removed].
Why does the resized image look so fuzzy in ...
6
votes
5answers
1k views
JQuery - How can i smoothly resize an image to create a pulsating effect?
Hey, Im working on a website with a friend of mine, and from the start, our client has been unhappy with the quality of one of our animations. This animation takes an image and makes it larger, it ...