Tagged Questions
Image resizing is the downscaling or upscaling of an image. Dozens of algorithms exist, all with performance vs. quality tradeoffs.
47
votes
10answers
30k views
Resizing an image in an HTML5 canvas
I'm trying to create a thumbnail image on the client side using javascript and a canvas element, but when I shrink the image down, it looks terrible. It looks as if it was downsized in photoshop with ...
9
votes
3answers
457 views
Is there a CDN which provides on-demand image resizing, cropping, sharpening, etc?
For years I have wished that Amazon would create an add-on service that would allow me to request modified versions of an image on the fly based on querystring values.
<img ...
7
votes
2answers
154 views
PHP image resize function doesn't work properly
I want to resize an image PNG with transparence plz help. Here is the code :
function createThumb($upfile, $dstfile, $max_width, $max_height){
$size = getimagesize($upfile);
$width = $size[0];
...
7
votes
3answers
436 views
How to stop GD2 from washing away the colors upon resizing images?
I have developed a photo sharing community site using CodeIgniter 1.7. Photos that are uploaded by members are automatically resized in a number of formats, for which I use the CodeIgniter Image ...
5
votes
4answers
384 views
decrease image resolution in java
I need to reduce the size of image(not the width and height) using java program.
Is their any good api available for this ?
I need to reduce the size from 1MB to about 50kb - 100 kb's.
Of-course the ...
5
votes
2answers
178 views
Dynamically shrink an image with Google Images API, but do not enlarge
Google provides an excellent way to resize images dynamically; simply append =sXX to the image URL. This is perfect if you want to shrink an image, but if the image is smaller than the size specified, ...
5
votes
4answers
2k views
PHP image resize on the fly vs storing resized images
I'm building a image sharing site and would like to know the pros and cons of resizing images on the fly with php and having the resized images stored.
Which is faster?
Which is more reliable?
...
4
votes
1answer
55 views
resize multiple images in php without exceeding memory limit
I am currently trying to get a form which will allow multiple images to be uploaded and resized on the server using PHP. Each uploaded image by the client is around 2.5mb in size.
I am currently ...
3
votes
1answer
115 views
PHP GD resizing transparent image giving black border
I am trying to downsize some transparents images in PHP with GD, and whenever I do, there is a weird black-ish border that is added around it.
Before
After
Code
<?php
$image = ...
3
votes
3answers
103 views
Resizing gif image causes loss of quality
I'm using Graphics.DrawImage() to resize images in my ASP.NET application.
This is working fine with all image formats, except gif.
Here is my original image:
When I resize to 300px it returns:
...
3
votes
2answers
81 views
Automatically resize images with width property and save them on computer
Problem: When designing the website I sometimes used width: xxx; on images. That way I was able to adjust the images. However, that creates overhead in size.
Solution: Automatically fetch all images ...
3
votes
3answers
413 views
How to resize image using imagemagick?
When I resize image using imagemagick then it shown like cropped.
I using below code for resize image
ImageMagickObject.MagickImage imgLarge = new ImageMagickObject.MagickImage();
object[] o = new ...
3
votes
1answer
606 views
Resize and Save Image While Preserving Metadata
I am attempting to resize and save an image, which is fairly easy (for instance, see this example).
However, using this code strips the metadata information from the image. I can't quite seem to ...
3
votes
2answers
114 views
I'm working on a website that sells different artwork, what's the best way to handle different image sizes?
I'm working on a website that will allow users to upload and sell their artwork in different sizes. I was wondering what the best way would be to handle the different file sizes automatically. A few ...
2
votes
1answer
31 views
Trying to adjust crop coordinates to suit new aspect ratio
I am using the www.imageresizing.net tool for .NET to create a gallery and thumbnail image on the fly. What's really neat about this component is you can re-crop and resize images simply by altering a ...
2
votes
2answers
110 views
Is it Advisable to use .ashx while displaying images ?
Is it advisable to use a handler to display Images ? the issue is i cannot right click and save these images .It shows the Handler name and Asp.net Generic handler as save type so i cant save the ...
2
votes
2answers
126 views
PHP Image Resizing
I've got a script that uploads files to the server as well as adds the filename to a database, but what I'd like to do it restrict the maximum dimensions of the image before uploading. So if I upload ...
2
votes
3answers
384 views
How to resize a Base64 encoded Data URI PNG using javascript?
I have a Base64 encoded PNG squeezed out of a web socket into a web page, that I display using Data URI
<img src="data:image/png;base64, --base64 png-- ">
Is there a way in javascript or ...
2
votes
2answers
167 views
PHP image resizing - Opinions wanted
I have been looking around and would like to know what everyone uses to resize images in case I am missing out.
I am using php imageGD library imagejpeg() ect.
I have continually updated my class to ...
2
votes
1answer
426 views
SWT: How to do High Quality Image Resize
My application needs to resize ImageData. Unfortunately, I haven't gotten the results I want with GC (with antialias on and interpolation on high), or ImageData.scaledTo(). The resulting image is of ...
2
votes
1answer
59 views
Help with getting data from resized image
I'm using an ASP.NET file upload control and then resizing an image and storing the new image in a new Bitmap. Here is the code I have so far:
protected void ResizeImage()
{
Bitmap ...
2
votes
1answer
579 views
Facebook-like resizing of images using ImageMagick
I would like to resize (downscale) some images the way that Facebook does it. ImageMagick, but hey, I'm open for suggestions :)
I believe Facebook is doing this:
Say you have a max width x height of ...
2
votes
7answers
6k views
How to resize dynamically loaded image into flash (as3)
Am struggling to find the right as3 code to resize an image once it is dynamically called into the stage and placed in a MC.
I am loading using:
var myLoader :Loader = new Loader();
...
2
votes
1answer
321 views
Using PHPThumb and Thickbox/Colorbox
When linking to a resized image by PHPThumb to popup in a lightbox using either thickbox or colorbox, I am getting a lightbox come up with data and characters. I am guessing because thickbox does not ...
2
votes
1answer
495 views
Tim Thumb for an External Host / CDN
I'm running a stock copy of tim thumb on a clients website. Works great but does not support external hosts for the pictures. My clients uses an amazon CDN / Flickr for all of their websites pictures ...
2
votes
1answer
217 views
How to generate a thumb image?
I have a folder of about 20000 images, and I need to generate thumb images for them.
What's the fastest way to do this job?
I know I can do it using some image resizing libraries. But I am ...
2
votes
4answers
929 views
C# Very Simple Image Resizer
I am in need of a very simple c# image resizer. By simple, I mean simple. This is just a program that loops through a single directory and changes all the pictures in that directory to the same ...
2
votes
3answers
2k views
How to resize an image in C# to a certain hard-disk size?
How to resize an image an image in C# to a certain hard-disk size, like 2MiB? Is there a better way than trial and error (even if it's approximate, of course).
Any particular keywords to search for ...
1
vote
4answers
61 views
Change Image Size - PHP
I have recently created an upload function, but I don't know how to change the width and height to 75px... I tried one code I found through Google, but I just got this error:
( ! ) Fatal error: ...
1
vote
0answers
28 views
Manipulate an image without deleting its EXIF data
using imageIO, I usually have the problem of trnasforming an image file, and after overwriting it, it uses all of its EXIF data. Is there any way to preserve it without first extracting it, caching ...
1
vote
1answer
58 views
image resizing in PHP
While i was doing some image processing, i found out that GD and Imagick in PHP does not resize image to color pixel identical level, which in most cases, were not needed.
Now in case, i need a image ...
1
vote
2answers
45 views
Resize image by length with image magick
I'm trying to resize a image by its length, the width should remain. Is sounds quite easy, but somehow i don't get it. I'm using it together with PHP via the command line.
I'm using ImageMagick ...
1
vote
0answers
63 views
How should you handle dynamic, server-side image resizing and storage? [closed]
Share your best practices
I'm looking for some best practices on how to handle dynamic, server-side image resizing, as well as the storage of those images.
The problem
You have a web app, and ...
1
vote
2answers
79 views
Which free image resizing library can I use for resizing and probably serving images?
I have used Umbraco and there is very nice ImageGen library there which allows to resize images 'on the fly' and cashes processed images.
Is there something similar to it I can use outside Umbraco?
...
1
vote
0answers
89 views
Android, Fast/efficient way of resizing a Bitmap/BitmapDrawable
I'm currently downloading a bunch of thumbnails in memory as a bitmap, resizing the bitmap via Bitmap.createScaledBitmap, and then using the resized bitMap to populate a BitmapDrawable, which I ...
1
vote
1answer
56 views
What is the best way to dynamically resize images?
The problem:
We have large product images we want thumbnails of at various size but don't want to be stuck batch processing the images in Photoshop. We want a dynamic way or resizing images, that wont ...
1
vote
2answers
77 views
How to scale an image to full screen using JavaScript?
I have an image that I would like to scale to full screen. How would I do this using JavaScript/jQuery? No animation is necessary, just resizing the image.
<img src="something.jpg" ...
1
vote
1answer
98 views
Pgmagick resize image by width
I'm using graphicsmagick to do simple operations on images such as resizing, croppping etc, and i'm trying to use pgmagick via python instead.
For resizing, a script issues the following commands
...
1
vote
1answer
65 views
CSS3: resize property to an image
if it possible to resize an image, using the CSS3 resize property? I noticed it is for block elements, but is there any workaround or possible solution?
I know I might use the jQuery UI resizable ...
1
vote
1answer
148 views
Webkit: live images resize in contenteditable container
I'm trying to have the ability to have resizable images in a contenteditor div in Chrome, like Firefox does.
When you click on an image, the resize handlers should appear.
I tried the jQuery UI ...
1
vote
1answer
79 views
Re-size Array (like expanding and image) - Java
Sorry let me rephrase the question,
I need to figure out how to move each element of the array into the new array: like for the "x" position of each element would be moved to "x*2" and "x*2+1": so ...
1
vote
1answer
204 views
How to get a good quality thumbnail
I am trying to create a high quality thumbnail of this image, with Java and Scalr 3.2
This is the relevant source code, where THUMB_WIDTH = 77 and THUMB_HEIGHT = 57
BufferedImage srcImg = ...
1
vote
1answer
64 views
Codeigniter Image resize issue
I can't re-size a large uploaded image into tow copies one in another size and the other is in another size.
I can only resize only one image.
What I want to ask is. I want to creat a thumbnail as ...
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
97 views
Dynamically resample hotlinked images using php
I have an images directory, some with massive resolutions, so I'd like to serve a much lower resolution version if they get hotlinked and I'm also overlaying a repeating image (like a watermark) ...
1
vote
4answers
99 views
Batch resizing 50+ large images in ColdFusion
I'm trying to upgrade a photo gallery system we have to be able to take a folder of 50-100 large (~500K-1MB) images and batch process a thumbnail, medium, and high-resolution version for each (and add ...
1
vote
2answers
160 views
Adding an image to a JPanel background
How can I add an image to a JPanel background. The image will not be scaled or resized. Thanks.
1
vote
2answers
119 views
How to make a picture specific width and height without losing scale?
How to make a picture specific width and height without losing scale?
I have asp.net c# application where I'm using a handler to manipulate with the different size of images. For example if I need ...
1
vote
1answer
86 views
Resizing photos without text .. is RenderingHints necessary?
I am writing a quick little java class that resizes an image into various smaller sizes (thumbnail large/small/etc). I have seen examples that have RenderingHints in it. The output file is ...
1
vote
3answers
1k views
Resize image without distortion keeping aspect ratio then crop excess using WideImage
I have an area on a site that I am working on that will display a users profile image that is pulled from an external source (therefore no control on its original size).
What I am looking to do is ...