Scaling refers to the image manipulation function of re-sizing an image. For issues to do with handling increasing workload gracefully in software or network components, see "scalabilty".

learn more… | top users | synonyms

0
votes
1answer
12 views

What strategy should I use to stop extreme data points scaling charts in SSRS

I'm not sure what the term I'm looking for but here is an example. Consider this chart What I'm trying to do is stop the end data points Jan & Dec from making the rest of the data points ...
0
votes
0answers
10 views

How to Crop and Scale frame using CGContextScaleCTM?

First Way I want to do same as following link : Crop and Scale CGContext - iOS Using that code able to display rect on video, but I have no any idea that how to crop that selected portion and scale ...
0
votes
1answer
12 views

How can I get an embedded Vine video to scale dynamically to different devices?

I'm trying to embed a vine video in a wordpress page and am having a hard time getting the video to scale when viewed on an iPhone. I haven't really had any luck adding things to the embed code html ...
3
votes
1answer
61 views

Is scaling of floats by ten always precise

Would scaling a float value by ten to preserve precision during a calculation be always precise? This question only applies for any number involved being less than Math.pow (2,53) and greater than ...
1
vote
0answers
54 views

Combining rotating and scaling functions of Graphics32 components

Good day. I wanted to incorporate two functions to manipulate a bitmap image. I wanted to rotate and scale the same image. What I did was to use one of the given examples, the TRotLayer. My plan was ...
0
votes
0answers
11 views

How to double the height of a bitmap font with automatic anti-aliasing?

I am working on an embedded system that uses 8 pixel high bitmap fonts. In order to save memory I want to do double height fonts without storing an entire extra font. The font width will be the same ...
0
votes
1answer
32 views

Scaling An Array (Matrix)

The intention of this program is to create a larger array of bytes scaled up by a factor of 10 from the original array. For example, the 1 in [0][0] should be a 10x10 square of 1's in the new array. ...
0
votes
1answer
33 views

Android postScale not scaling as expected

I have got a load of Bitmaps that I now am trying to scale depending on the screen size, The way I do this is by dividing the current device screen size with my test phones size because all images ...
0
votes
1answer
37 views

UIScrollView Subview Scaling

I'm attempting to scale a UIScrollView's subviews, based off of how far away they are from the center of the container. I think I'm close, but it isn't quite right. The views to the left of the center ...
0
votes
0answers
18 views

Upscaling images on Retina devices

I know images upscale by default on retina devices, but the default scaling makes the images blurry. I was wondering if there was a way to scale it in nearest-neighbor mode, where there are no ...
0
votes
4answers
32 views

ImageView without scaling

I have a ListView that shows rows This is the xml: ... <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" ...
0
votes
1answer
52 views

How do I correctly translate my map after scaling?

I'm creating a camera in canvas like the one in Super Smash Bros, where the center of the camera follows the center point of all players and scales to encompass all the players. I have it set up to ...
0
votes
1answer
45 views

Resize a Sprite image in Haxe?

I am developing a small game using Haxe and box2d. I am rescaling the player body which is a sphere, while the player is in contact with a particular object, but I am trying to scale the image as I ...
0
votes
0answers
38 views

Add scaling image as layer to WP8 Map control

I have an image I wish to scale proportionally as I zoom in and out of the map? Any pointers on where to look? I am hooking into the Map.ZoomLevelChanged event to track changes in zoom, but am ...
0
votes
0answers
67 views

C# Printing with advanced Printer settings (in this case: Scaling)

I have been searching for a solution for this some time now. What I want to have is very simple (as for example provided in MS Notepad): A button print shows the standard .Net print dialog. Users ...
0
votes
1answer
56 views

mongodb connection timeout issues with only 3 users

I'm writing an new version of a website using fuel PHP 1.5 and mongodb 2.4.3. Right now we're just getting the initial batch of pages set up to verify that the technology works. The issue that I'm ...
0
votes
2answers
81 views

Bilinear interpolation

I got this code for scaling image by bilinear interpolation.I know this works but i can't figure out one thing what if the approximated pixel value is an edge(by edge i mean it is in the last row or ...
1
vote
2answers
70 views

Scaling an image in Java Swt & memory consumption

i have a java swt application. In the resize method of a container i'd like to resize the image, which is shown using the following code. However seems like - even i dispose everything (really?) the ...
0
votes
2answers
36 views

How do I get this header image to scale correctly?

I am trying to get this header image to scale to whatever size I need but it's not doing it exactly. Everything on the site is scaling, but the image is like one or two pixels off on the right side. ...
1
vote
2answers
128 views

Scaling of ElasticSearch

I'm searching for information on how ElasticSearch would scale with the amount of data in its indexes and am surprised how little I can find on that topic. Maybe some experience from the crowd here ...
0
votes
2answers
33 views

Cannot scale background div image

For whatever reason I cannot manually scale the background image of a div no matter what do. background-size and max-height,width have no effect whatsoever. The image is ignoring my style tags. Can ...
0
votes
1answer
35 views

Scale scrollview contents to fill screen

I've a scrollview that displays a few bitmap imageviews to fill the screen. To support larger screens, I just want to scale the images. If I place a single imageview in the scrollview, it scales to ...
0
votes
0answers
36 views

Change image in Android Widget without altering size or location

I'm developing an Android Widget. The widget screen consists of a text field, and a smiley face image below it. I have several smiley faces, with different face expessions and colours, but identical ...
0
votes
3answers
68 views

Make UIImageView stay at current size without stretching image?

I have an app with images displayed in it. I have various images at different sizes displayed in my UIImageView. What I want to do is set a size for the image view - call it 100x100. If an image ...
0
votes
0answers
23 views

How does createScaledBitmap work

I want to know how does createscalebitmap works.(interpolation?!) The returning bitmap is of any quality or it just copies the pixels in the vecinity If you know any links that might help me.
0
votes
0answers
30 views

Tumult Hype dynamic scaling in IE8

I have some code created by our designer in Tumult Hype that I need to scale dynamically based on browser size. The code found at ...
1
vote
2answers
63 views

AutoScaling WinForm Display (Small, Medium)

First and foremost, please forgive me but my screenshots are in French due to my Windows installation at work. It is still very easy to understand though. I'll include screenshots to make it more ...
0
votes
0answers
126 views

Delphi, application scaling, Windows 7

Good day everyone. I have a problem with Delphi 7 application being used for Windows 7. It works perfect for older windows like XP, but on Win7 the form is scaled to higher dpi which completely ...
0
votes
1answer
36 views

Original image width kept by container in IE8 when scaling down a child image using css

Rather an odd problem which I can only guess is a browser quirk, but my reason for posting this question is to see if anyone knows of any workaround out of the numerous possibilities that CSS offers. ...
-1
votes
1answer
30 views

Why doesn't CSS have the ability for elements to preserve width:height ratio

So, this is perhaps foolish, but it seems to me that CSS would benefit from the ability to do something similar to the following: .some-element { width:100%; height:50% of width; } But ...
1
vote
1answer
43 views

How to scale and position watermark to scale?

I'm scaling a video and applying a watermark like so: ffmpeg -ss 0:0:0.000 -i video.mp4 -y -an -t 0:0:10.000 -vf \"[in]scale=400:316[middle]\" -b:v 2000k -r 20 -vf ...
0
votes
0answers
14 views

Scaling database horizontally with an intersection table

I am busy building an e-commerce website, and I need to scale my SQL Server database horizontally as the website's traffic is going to increase. Table A has an auto increment identity column, and ...
0
votes
1answer
161 views

Opencv c++Template/Pattern Matching Scale and Rotation invariant

I want to see if a template in present in an image using openCv and c++. However due to different distance at which the image is taken and different position of the image, the match does not occur ...
-1
votes
2answers
58 views

Scaling of a rotated element

Let's suppose I have an element that I want to rotate and scale in a visual designer: A user should be able to drag the edges and the graphics should scale appropriately. The rotation is entered in ...
0
votes
0answers
39 views

FULL bleed video, keep aspect ratio, center, pure javascript

I would like to have my element keep its aspect ratio but act as a 'full-bleed' or rather full browser experience. The video should up or down to accommodate the new browser window dimensions, but ...
0
votes
0answers
28 views

Load non-retina image resource on retina device?

There must be an easy solution to this that I'm overlooking. I have two image resources image.png image@2x.png The resolution of image@2x.png is a little too much for the iPhone 4. So ...
0
votes
0answers
51 views

WinRT Scale To Fit issues

I'm trying to create an app with a fixed resolution of 1366x768 that will scale to any size screen. I am following the guidelines from microsoft found here ...
1
vote
0answers
39 views

Android: Scaling drawables relative to screen size

novice Android programmer here. I am trying to make a map, consisting of several images. I got the layout working fine, but I am having a lot of trouble with scaling these images. I have googled and ...
1
vote
0answers
58 views

Flex:- After rotation from center how fit image in a container box (Scale or resize according to container box)

I am developing a flex application. In which I have a to rotate image from center in its container box. There is another container box(Named tool) is attached to the image, that contains some ...
2
votes
3answers
90 views

Java image scaling improve quality?

I am currently scaling images using the following code. Image scaledImage = img.getScaledInstance( width, int height, Image.SCALE_SMOOTH); BufferedImage imageBuff = new BufferedImage(width, ...
0
votes
1answer
33 views

scaling a single image for tablets android

My project has a requirement to display image in rightpane of tablet in both portrait and landscape mode. Images are stored in sdcard. Also splashscreen is to shown in both phones and tablets. ...
0
votes
0answers
33 views

Why Qt4 doesn't scale fonts smoothly?

In Qt4.8, I have QFont object with font "verdana", that is used for the QGraphicsTextItem, drawn on QGraphicsView. I also have QSlider that smoothly changes the size of the font using ...
0
votes
0answers
83 views

Drag&Drop and Scaling of imageView in Android view jumps back on start position

I programmed Drag and drop and scaling of an ImageView and it also works. But if I move it to a position and then want to move it again it first jumps to the start position. How can I fix this ...
-1
votes
3answers
72 views

HTML Scaling div when width is set in percents

So I need to have a <div> in the middle of the screen when the user first opens the website, I've tried to set width in percents and putting <div>inside <center> tag, but in both ...
0
votes
1answer
1k views

twitter bootstrap custom carousel indicators

I want to change the carousel indicators with something like this: I have this markup for my carousel indicators: <ol class="carousel-indicators"> <li data-target="#ShowCarousel-03" ...
0
votes
0answers
60 views

Flow Player 5.3.2 : can not able to set Scaling parameter

I want to set my video as scale ='fit' .. but nothing is happening My code is : <div id="actualLargeVideo" > <f:verbatim> <div ...
0
votes
1answer
70 views

TransformedBitmap Scaling Mode

I'm using a TransformedBitmap class to draw scaled images to a Bitmap using TransformedBitmap.CopyPixels. Is there a way to specify the scaling mode that is used? RenderOptions.SetBitmapScalingMode ...
2
votes
1answer
205 views

LibGDX - How to smooth out actor drawable when scaling a Scene2d stage?

This is my set-up: stage = new Stage(1280, 800, false); button = new Button(drawableUp, drawableDown); stage.add(button); this gets rendered as following: @Override public void render(float delta) ...
0
votes
2answers
97 views

Scaling to support a massive amount of traffic in a short period of time

Until now, our site has had a modest amount of traffic. None of our developers are big ops guys, but we've stayed ahead of it and keep the site up and running pretty quick. That said, our dev team is ...
0
votes
1answer
87 views

How to stop MATLAB from resizing or scaling the image when using refline

I have been searching around for this, but I can't figure how to stop MATLAB from resizing my image when I use the refline command. The line is drawn perfectly, but my image is shrunk to an extremely ...

1 2 3 4 5 17