The use of interpolation to spatially stretch or squeeze an image by manipulating the underlying image data -- directly, or through API or ABI calls.
Questions tagged [image-scaling]
639 questions
0
votes
4 answers
How to vertically center img of unknown hight
Let me start from the illustration which presents the outcome I want to achieve:
http://jsfiddle.net/2DvF6/1/
img{
width:100%;
}
#i1{
…



qbolec
- 5,374
- 2
- 35
- 44
0
votes
1 answer
iPhone Web Development Image Scaling
I am developing a simple web page to be viewed after an iphone application completes. I am finding the safari degrades the image quality of the jpg so its all fuzzy.
The image is background image applied to a div
div.foo
{
background:…

Magpie
- 6,983
- 14
- 51
- 67
0
votes
2 answers
scaling images to screen dimension sencha touch2
this is my code:
Code:
{ xtype: 'tabpanel',
docked: 'top',
height: 752,
width: '100%',
activeItem: 1,
items: [
{
…

michele
- 26,348
- 30
- 111
- 168
0
votes
1 answer
using imagesc for segmentation
I have observed that whenever I use the command imagesc(image); the resultant image has some regions that are yellow in colour and the background is red.
Is there any way to segment these regions of the images ? If there is not do they have any…

anon
- 342
- 7
- 22
0
votes
1 answer
Resizing images in smarty?
In smarty there is the imagesize function which you can pass it a height and a width and it will scale it down until the first dimension property is meet.
E.g. if you have an image that is 5000x3000
and you pass the function width=500 height=150
you…

Hailwood
- 89,623
- 107
- 270
- 423
0
votes
3 answers
scale nine slice image android
I have a an image of a text field that I want to put as the background of my text field. I made a nine slice image so I can change the size of the image but retain the integrity of the corners. I have this image in my drawable xhdpi and I want to…

SirRupertIII
- 12,324
- 20
- 72
- 121
0
votes
1 answer
Android Jelly Bean: icons in app suddenly washed out
I have a app with a dashboard with icons. The app only has drawable-hdpi folde with the icons.
When I start both the 4.0 and 4.1 emulator and launch my app from eclipse to both of them, the quality of the icons differ extremely! It's ugly on…

Peterdk
- 15,625
- 20
- 101
- 140
0
votes
1 answer
antialiasing in java image scaling library
I am currently using http://code.google.com/p/java-image-scaling/ this library to generate scaled images for my web app.But when I scale down the image to about 100x100 size there are some leftover artifacts visible in some images. Is this an issue…

Nav
- 10,304
- 20
- 56
- 83
0
votes
2 answers
HTML5 images and scaling issues
When i draw an image in a canvas, i have to specify the canvas width and height so it matches with the image size that im trying to paint.