Tagged Questions
The resize-image tag has no wiki summary.
8
votes
4answers
11k views
Nearest-neighbor interpolation algorithm in MATLAB
I am trying to write my own function for scaling up an input image by using the Nearest-neighbor interpolation algorithm. The bad part is I am able to see how it works but cannot find the algorithm ...
6
votes
1answer
3k views
Is there a 100% Java alternative to ImageIO for reading JPEG files?
We are using Java2D to resize photos uploaded to our website, but we run into an issue (a seemingly old one, cf.: http://forums.sun.com/thread.jspa?threadID=5425569) - a few particular JPEGs raise a ...
5
votes
4answers
5k views
HTML + Javascript: Dynamic Image Resize?
I am trying to get some javascript to programatically adjust a html img tag's width to display various sized images correctly.
I have a fixed width img tag at 800px to display an image, this is the ...
4
votes
7answers
401 views
Sometimes, scaling down a bitmap generates a bigger file. Why?
I'm trying to write a method to reduce the size of any image 50% each time is called but I've found a problem. Sometimes, I end up with a bigger filesize while the image is really just half of what it ...
4
votes
1answer
3k views
How can I resize an image to fit area with Image::Magick?
From command line with imagemagick, you can use:
convert dragon.gif -resize 64x64^ -gravity center -extent 64x64 fill_crop_dragon.gif
to resize and then crop an image so that it fills the area as ...
3
votes
1answer
525 views
how can resize the original image in android
i am working on image ,upload original image in this original image resize the small image this image saved in to database
original image --> resize it (small image )--> small image saved in to ...
3
votes
2answers
942 views
App Engine Cropping to a Specific Width and Height
I need to resize and crop an image to a specific width and height. I was able to construct a method that will create a square thumbnail, but I'm unsure on how to apply this, when the desired thumbnail ...
2
votes
0answers
112 views
Creating a custom button in firefox (using the custom buttons addon) does not allow me to resize the button image
I have successfully created my own custom button in firefox and it does what i need. So then i placed a custom icon onto it via the code below (which works as I wanted), the only problem with it is ...
2
votes
2answers
108 views
Upload three versions of an image, full size, thumbnail and resized
So far, I've been uploading one image by hand (FTP to the server when live, locally moving a file), and then resizing them on the fly using the img tag's width and height properties to resize them. ...
2
votes
5answers
374 views
best practice of generating thumbnail?
I am creating a social network where users upload their profile image.
This image will be used in their profile page in 150 / 150 px dimension.
In the home page i.e user Activity feed I need the ...
2
votes
1answer
374 views
Poor performance of html5 canvas under firefox
I have the following html5 code:
<canvas id="myCanvas" width=600 height=600>
</canvas>
followed by some javascript:
<script type="text/javascript">
<!--
var img = new ...
2
votes
2answers
265 views
Java Swing: Resize JMenuItem's icon, either automatically or programatically?
It seems that JMenuItems don't automatically resize any image icon that's assigned to them, and from what I can tell, there isn't a property that makes them automatically do that, either.
Is anyone ...
2
votes
1answer
405 views
Crop and Resize Image to Specific Dimensions
I need some help cropping and resizing images using CSharp.net. My goal here is to take an image and reduce it to 50px by 50px. The following code I found here will do that, however it's scaling the ...
2
votes
1answer
507 views
dynamically resize the actual image in android how can implemented
i am worked on android application in this application image saved in byte code,in this byte code convert image
in this original image resize in smaller image and clarity image dynamically how can ...
2
votes
3answers
290 views
Image resizing service (for Rails, or anything really)
I'm looking for a (ideally self-hosted) service that lets me do something like
<img src="http://image-resizer.domain.com/resize-image/150/100/path/to/image.jpg" />
This service would:
...
1
vote
1answer
78 views
how to center img vertically and horizontally in a container - img may potentially be larger than container
I have a container that will contain an image, and this image is loaded from an application and so the dimensions of the container is known while the image will vary.
I currently have the following ...
1
vote
1answer
384 views
Resizing IMAGEVIEW on image scale android
I have an image inside an imageview in android.
I am scaling the image using scaletype(MATRIX) via code similar to this:
mtrx.postScale(scale, scale);
...
1
vote
3answers
537 views
How to move image to new folder?
As the title says ..How to move/rename image to new folder?
I have this so far and the new image is resized/cropped but it doesn't move to "new/" folder:
$in_filename = '4csrWqu9ngv.jpg';
...
1
vote
1answer
744 views
curl and resize remote image
I use this script to download and resize a remote image. In the resize part something goes wrong. What is it?
<?php
$img[]='http://i.indiafm.com/stills/celebrities/sada/thumb1.jpg';
...
1
vote
0answers
515 views
JQuery - scalable/resizing background image
The desire is to have a background that resizes/scales/stretches with the browser window.
Though there seems to be a CSS3 method, it isn't widely supported.
There seems to be numerous JQuery methods - ...
1
vote
2answers
267 views
Rails 3.0.1 and Paperclip - Image not resizing
I have the following code on my model:
has_attached_file :photo, :styles => { :small => "150x150#" }, :storage => :s3, :s3_credentials => "#{RAILS_ROOT}/config/s3.yml", :path => ...
1
vote
1answer
272 views
Simple resizing image
I've been trying to use a method commonly used to resize an image. Without using this method, here is the code that takes a url of an image.
NSData *data = [NSData dataWithContentsOfURL:url];
...
1
vote
1answer
503 views
Merging (watermark) a jpg with png while resizing the png in PHP GD
I am sure I could somehow figure this out but it's just taking me way too long since I am not a PHP guy. Hopefully someone can set up the script for me in minutes...
So here's what I need to do:
I ...
1
vote
3answers
459 views
Resizable background on website
Is it possible to resize the background image of a webpage as the browser window is resized?
1
vote
1answer
1k views
Image resizing from a database with PHP
I currently have a script which will pull in image contents from a database and, using createimagefromstring(), returns a resized (resampled) image for display:
$max_width = 170;
// Get the image
...
1
vote
1answer
3k views
wxPython - Resizing an image with the EVT_SIZE event of its parent panel
My previous attempt at asking this question was horrible and I had also made some progress, please bear with me, I did not intend to re-ask this so many times, and it is not my style.
Here is the ...
0
votes
0answers
22 views
Site with many images. Should I resize them? [closed]
I have this one page which contains over 30 images to download. The pictures size are kind of small in size (70 KB at the most) and dimensions (640 x 400). However, for this particular scenario, I ...
0
votes
0answers
49 views
ImageView.ScaleType “CENTER_INSIDE” - how much delay if an image has to be resized to fit the view?
I would like to know how much time longer it takes to display an image when using ImageView.ScaleType "CENTER_INSIDE" in the case that the image has actually to be resized because it is bigger or ...
0
votes
2answers
27 views
jquery resizable issues
Here is my code:
$('#resize').click(function() {
$('#test').resizable();
});
When I click the resize div, i want the test div to be resizable. But the test div in this case is not becoming ...
0
votes
0answers
53 views
Resizing an image upon php file upload
I looked through posts, but could not find one that answered my specific question. I have a file upload script that uploads a song and an image. However, when I upload the image, I need it to become ...
0
votes
1answer
59 views
resize image data on iPhone
I get image data from NSURLConnection, and store the data using NSMutableData. The point is that I want to store a smaller size of the image.
Now I use the following code to get a smaller image:
...
0
votes
2answers
91 views
Resize HTML map images
In a small website where the pages are only composed by a single image with multiple links using html map, I want to resize the images (smaller images) but it is extremely painful to resize all the ...
0
votes
1answer
75 views
Can we use Server.MapPath in Bitmap?
recently i created a webpage, where in i have a img tag, whose source is linked to another page, where i am resizing the image, whose name is being sent from the src from previous page in query ...
0
votes
2answers
116 views
Should UIImageJPEGRepresentation act the same on every iOS device?
I'm resizing an UIImage using the MGImageUtilities library (using the imageScaledToFitSize method). After the resize, if I print the size of the new UIImage created, the size is as expected.
After ...
0
votes
1answer
75 views
OutOfMemoryError while resizing Bitmap
I am trying to resise a Bitmap image using bitmap.scaleInto function. I got the out of memory exception while trying to do that for an image having a 2MB size. How can I make a resize of large image ...
0
votes
0answers
2k views
ASP.Net MVC3: Upload Image File, Resize, then Save to Database (NOT Filesystem), and Return ImageID
I am working on a client side application that gives the user an option to attach a series of images to an object, one image at a time. The process would go something like this.
User presses ADD ...
0
votes
2answers
186 views
Maintain image layout on a webpage even after zoom?
I currently have three images placed horizontally one after another on a webpage. When the user zooms in sufficiently, the page layout bumps the third image to be placed below the first two images. I ...
0
votes
1answer
304 views
Resize uploaded image - PHP
I am using the basic upload code from the w3schools website but I would like to add the ability to resize the image on upload to 200px wide. Is this something that can be simply added to this code or ...
0
votes
2answers
503 views
Resize images Matlab
I want to resize images, but it should keep the height/width ratio when doing the resizing. What I do is, first I check whether which side (width or height) is the long. If the width is long, I'll ...
0
votes
1answer
131 views
Image cropping at presentation layer/front-end
Our site creates various crops/sizes (of an image) UPON image upload.
We want to move away from this approach, as our presentation layer/front-end morphs over time, and subsequently, the image ...
0
votes
0answers
389 views
how to resize image in ckeditor with webkit browsers
Ckeditor is using contenteditable = "true" to allow image resizing in his view.
This works fine in firefox, however this does'nt in Google chrome or Safari.
I absolutely need this function because ...
0
votes
1answer
70 views
Centering an image inside a Loader
I'm developing an ActionScript 3.0 app for Blackberry Playbook.
I have a Loader with a fixed size of 240x240px. The images that can be loaded inside are smaller or bigger than 240x240px, and also ...
0
votes
1answer
303 views
AppEngine Images API Resize on width only and maintain aspect ratio
A user can upload a picture to blobstore, which I would like to resize to have a maximum of only 500px in width. I don't want to specify the height since I want it to maintain the aspect ratio.
The ...
0
votes
1answer
100 views
PHP: if more than ..px resize to
I want to do so if the image are over the dimensions 604x453, then resize it to 604x453.
Ive made it this far:
$org_name = stripslashes($_FILES[$upload_name]['name']);
$file_size = ...
0
votes
1answer
719 views
fluid image resize with browser resize
Does anyone know how to make the image resize to the browser using jquery like this
http://www.ellenrogers.co.uk/photoshoot/folly
?
0
votes
1answer
154 views
How to resize and display images from another domain using php?
I want to resize images using php. with out losing its quality. Currently I have two domains. I have to display images from portfolio section of my old site to new website. How to resize the images ...
0
votes
2answers
127 views
Can loading and resizing an uploaded image be dangerous?
I have ASP.NET form with an upload control for users to post an image. On the server I load that image (using the Bitmap class) and resize it.
Is there any danger in doing that when users upload ...
0
votes
1answer
187 views
resize images and keep them with new size in new folder in matlab
I write the following code in matlab. from this code I take sequence of images as input from a folder and resize these images. Now I need to store them with new size on output folder. any one help me ...
0
votes
1answer
431 views
Image resizing with PHP advice
From previous experiences, I've noticed that I'm not very good at integrating 'scripts' created by others, with my own existing code, as of now. I need some advice on understanding what this person is ...
0
votes
3answers
499 views
resize an image to an exact size, retain aspect, and fill any space in php
hy,
Let's say I want to convert an image to an exact size, eg: 400x300. The trick is, if the image, due to its aspect ratio, does not fit in 400x300, then place it in there with black borders.
A ...