Tagged Questions
The scale tag is mostly used for questions that relate to proportional resizing of images or UI elements.
13
votes
3answers
15k views
Plot logarithmic axes with matplotlib in python
I want to plot a graph with one logarithmic axis using matplotlib.
I've been reading the docs, but can't figure out the syntax. I know that it's probably something simple like 'scale=linear' in the ...
11
votes
11answers
484 views
How do classes help you manage large applications?
This came up in a conversation I was having online, and it occured to me that I have no idea how this is supposed to work: Quite a lot of programmers seem to just take as a given- indeed, obvious that ...
9
votes
4answers
11k views
How to set the initial zoom/width for a webview
I am trying to get the WebView to have similar behavior as the android browser. The browser opens all pages in a way that tries to fit their width to the screen. However, the default behavior of the ...
9
votes
7answers
13k views
How do I scale a UIButton's imageView?
Hey guys! I create a UIButton instance(named "button") with a image use [UIButton setImage:forState:] function, the button.frame is larger than the image's size.
Now I want to scale this button's ...
9
votes
9answers
586 views
What does it mean to say that a framework “scales well”?
When reading about frameworks (.net. ruby on rails, django, spring, etc.), I keep seeing so and so does or doesn't scale well.
What does it mean when someone says that a framework "scales well" and ...
8
votes
3answers
561 views
Can Persistence Ignorance Scale?
I've been having a brief look at NHibernate and Linq2Sql. I'm also intending to have a peek at Entity Framework.
The question that gets raised, when I talk of these ORM's is "They can't scale", so ...
7
votes
3answers
2k views
How to force re-render after a WebKit 3D transform in Safari
I'm using CSS 3D transformations to zoom a div, for example:
-webkit-transform: scale3d(2,2,1);
The scaling itself works fine in any WebKit browser. However, when using this on Safari (mobile or ...
7
votes
2answers
2k views
TabHost / TabWidget - Scale Background Image?
I need to scale my TabWidget background images so they maintain aspect ratio.
I am using a TabHost with a TabWidget. I am then using setBackgroundDrawable to set the images.
I found a close answer ...
7
votes
3answers
711 views
Android : Stop image scaling down
I'm trying to draw an image in a view but having problems trying to maintain the scale of the original image. Basically, I have a small view and I would like to show part of the image in the view. The ...
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 ...
6
votes
1answer
162 views
What does wikipedia use to scale? [closed]
Being the 5th most visited site in the world, and serving millions of pages to tens of millions of users daily, does wikipedia use anything else in the back-end to scale to those numbers?
Or is it ...
6
votes
2answers
1k views
What is the difference between 'log' and 'symlog'?
In matplotlib, I can set the axis scaling using either pyplot.xscale() or Axes.set_xscale(). Both functions accept three different scales: 'linear' | 'log' | 'symlog'.
What is the difference between ...
6
votes
4answers
6k views
scale Image in an UIButton to AspectFit?
I want to add an image to a UIButton, and also want to scale my image to fit with the UIButton (make image smaller). Please show me how to do it.
This is what I have try, but it does't work:
Add ...
6
votes
2answers
4k views
Is CodeIgniter a wise choice for large applications?
I keep on reading how great codeigniter is from a development standpoint. And I am sure that using the framework will make the development process quicker. But the question I ask myself is, will there ...
6
votes
2answers
10k views
C# Scaling UserControl content to match users Dpi/Font Size
How do I get my OwnerDrawn UserControl to respect the users dpi (96/120/xxx) and/or font-size (normal, large, extra large)?
Some people suggest to use the DpiX and DpiY properties on a Graphics ...
5
votes
2answers
1k views
ImageView: adjustViewBounds does not work with layout_height=“fill_parent”?
I'm trying to place in single row the EditText with the ImageView on the left. But I can't get the image to be scaled properly to match the height of text entry.
The layout is simple:
...
5
votes
3answers
2k views
Scale images in android relative to screen width
I have a layout with two images: one that should strech to the screen width, and one above it that should scale to the same proportion the first one was automaticaly scaled (relative to the original ...
5
votes
2answers
140 views
Best way of dynamically scaling a page?
I was wondering what you guys and gals would recommend as the most efficient want to dynamically rescale a website based on resolution?
Is there anything that rescales elements AND images?
Or do I ...
5
votes
4answers
367 views
Determinants of huge matrices in MATLAB
from a simulation problem, I want to calculate complex square matrices on the order of 1000x1000 in MATLAB. Since the values refer to those of Bessel functions, the matrices are not at all sparse.
...
5
votes
2answers
4k views
How to capture UIView to UIImage without loss of quality on retina display
My code works fine for normal devices but creates blurry images on retina devices.
Does anybody know a solution for my issue?
+ (UIImage *) imageWithView:(UIView *)view
{
...
5
votes
2answers
490 views
difference between methods to scale a bitmap
There are at least two methods to scale a bitmap in Android,
One is to use "inScaled, inDensity, inTargetDensity" in "BitmapFactory.Options" when decode a bitmap source.
The other is to use a "Matrix" ...
5
votes
3answers
4k views
Zoom in Java Swing application
I am looking for ways to zoom in a Java Swing application. That means that I would like to resize all components in a given JPanel by a given factor as if I would take an screenshot of the UI and just ...
5
votes
5answers
1k views
interlock vs mutex, scale-up issues
I am facing the problem, that I have an C# (.NET) object shared among some threads. A thread might replace the object with another one. The threads are waken up from a TCP/IP connection using the ...
5
votes
2answers
2k views
How to relative scale size of User Control?
How to relative scale size of User Control like image (in image editor).
Example (100%):
Scaled down UC (70%):
Well I achieve this in picture editor, but I would like in WPF. :) I need this to ...
5
votes
1answer
1k views
Downsizing a Texture2D in XNA
I would like to downsize a Texture2D object to another Texture2D object in XNA.
The reason is to use the downsized object for pixel based collision detection.
Can this be done?
5
votes
2answers
3k views
How can I automatically calculate axis scale and intervals?
Does anyone know where I can find an algorithm that given a set of values (dates) for an axis I can calculate a reasonable scale and tick interval?
4
votes
3answers
135 views
How to reset a delphi TForm to original appearance after use of ScaleBy()
I want to allow a form to be sized by the user with its controls proportionaly resized. ScaleBy( N,M ) works fine for me but there are of course cumulative rounding errors if it is repeated. To ...
4
votes
6answers
314 views
How can I shrink the drawable on a button?
how can I make the drawable on a button smaller? The icon is too big, actually higher than the button. This is the code I am using:
<Button
android:background="@drawable/red_button"
...
4
votes
1answer
122 views
Draw a scaled bitmap using wxhaskell
The imageviewer example shows how to display an image in a ScrolledWindow.
What if I want to display the image in the available space, scaling the bitmap as needed?
My google-fu failed me on this ...
4
votes
1answer
444 views
Matplotlib quiver scale
I'm trying to plot some arrows using matploblib with the quiver function. But I want to choose the length of each arrow individually using an array.
...
4
votes
4answers
165 views
Scaling values in PHP
I cant get around on how to express this is PHP.
I have 100 and 420 as my min and max value that I wish to obtain.
Than lets suppose I have:
1000
4534
34566
123145
12312265
Now, how can I say:
...
4
votes
1answer
5k views
Webkit iPhone App : How to dynamically change the user zoom (or scale, pich & zoom) in the viewport?
I use JQTouch for an iPhone app. JQtouch disable by default the possibility to pinch&zoom the page.
For one page (containing a big image), i need to enable the pinch & zoom feature.
This is ...
4
votes
4answers
2k views
Rails: Cannot add :precision or :scale options with change_column in a migration?
This seems to have been asked before: http://stackoverflow.com/questions/1402547/rails-decimal-precision-and-scale
But when running a change_column migration for :precision or :scale they don't ...
4
votes
2answers
725 views
Scaled live iPhone Camera view in center, “CGAffineTransformTranslate” not working
I have a little problem which I could not solve. I really hope someone can help me with that. I wanted to resize the live camera view and place it in the center, using the following code below:
...
4
votes
5answers
6k views
Adobe Flex image scaling quality
I have an image viewer I wrote in Flex that scales the size of the image you're currently viewing based on the size of the browser. This is what the tag looks like:
<mx:Image id="img"
...
4
votes
2answers
6k views
How do I chain scale animations with an iPhone UIImageView?
I'm trying to scale an image down, change the image, then scale it back up.
CABasicAnimation* shrink = [CABasicAnimation animationWithKeyPath:@"transform.scale"];
shrink.toValue = [NSNumber ...
3
votes
2answers
63 views
HTML5 Canvas: Calculate the Mouseposition after Zooming and Translating
I try to develope an interactive viewer for vector drawings and want to have the feature of zooming.
The function for zooming works pretty good but now I have the problem to calculate the ...
3
votes
2answers
278 views
raphael svg import size
I've created and SVG-file from an Illustrator-image. I'm using this: https://github.com/wout/raphael-svg-import to import and display the vector-image.
I read the svg-file in as text, and submit it ...
3
votes
1answer
422 views
Adjusting font size and image in UIWebView iOs
I am interested in displaying the following URL in a UIWebView:
https://mlogin.yahoo.com/
The trouble is that this page renders too large on an iPad.
You can try opening the URL in Safari (on an ...
3
votes
2answers
131 views
how to solve this image scaling problem in android?
How to design a layout that should support all screen size.
See the Images below..
How can i make all screen looks properly with same images?
Edit:here larger screen [WXGA] displays in proper ...
3
votes
2answers
264 views
div shifts after jquery scale effect
I have a div that after scaling, shifts to the left and down and I can't see why this is happening. See http://jsfiddle.net/7A7gs/2 for all code.
I've tried using animate width/height instead of ...
3
votes
1answer
191 views
“Reduce” sql decimal data type to least precision and scale based on value
I’m working on a problem involving many sql decimal multiplications using a fairly high precision.
A recent bug prompted me to do some research, and I've come across a humbling article ...
3
votes
2answers
538 views
Android: how to detect touch location on ImageView if the image view is scaled by matrix?
I set OnTouchListener of an ImageView and implement onTouch method, but if the image is scaled using matrix, how do I calculate the location of the touch? Or does the motion event automatically takes ...
3
votes
3answers
314 views
Image stretching
API 7 (2.1)
I'm implementing high resolution images for the drawable-hdpi folder of my app.
Along the bottom of my screen I have a LinearLayout with a fill_parent width. Inside, I have 3 ...
3
votes
1answer
216 views
How to add Lables to SWT Scale ticks?
I have a SWT Scale widget, and I need to add labels to the ticks on the scale.
Is there a way to do this? maybe on a Slider widget?
Thanks
3
votes
2answers
504 views
how to normalize statistics for a radar chart
I'm using raphaelJS to draw a "radar chart" to display statistical data. For each axis it should accept values between 0 and 10.
For example, the vales of a polygon with its center point right in the ...
3
votes
2answers
2k views
Matlab axes scaling
how exactly do you get fixed scaling of axes in Matlab plot when plotting inside a loop? My aim is to see how data is evolving inside the loop. I tried using axis manual and axis(...) with no luck. ...
3
votes
1answer
243 views
iphone - Scaling Images are very slow - Help
I am scaling images by myself using the following codes. The code is fine and the images are scaled without problem.
UIImage *originImg = img;
size = newSize;
if (originImg.size.width > ...
3
votes
1answer
886 views
Translate a WPF canvas at high scale factors isn't smooth away from origin
Imagine you have a canvas that you want to scale to a very high value and then allow "panning."
A good example is a geographic tool that needs to allow panning with "zoom" levels from the extent of ...
3
votes
2answers
455 views
Scaling an image using the mouse in a WinForms application?
I'm trying to use the position of the mouse to calculate the scaling factor for scaling an image. Basically, the further you get away from the center of the image, the bigger it gets; and the closer ...