Tagged Questions
Image manipulation is the term used to describe various operations applied to images such as resizing, removing noise, alteration of colour depth.
53
votes
18answers
21k views
What is the best image manipulation library? [closed]
I would love to find out which is the best image manipulation library for which platforms and languages. Likely you could use a library under multiple platforms with the right API or Plugin ...
44
votes
10answers
40k views
High Quality Image Scaling C#
I want to scale an image in C# with quality level as good as Photoshop does. Is there any C# image processing library available to do this thing?
33
votes
4answers
15k views
Cross-browser way to flip html/image via Javascript/CSS?
Is there a library/simple way to flip an image?
Flip image like this:
AABBCC CCBBAA
AABBCC -> CCBBAA
I'm not looking for animations, just flip the image.
I've googled to no avial and ...
27
votes
4answers
665 views
Challenge: Take a 48x48 image, find contiguous areas that result in the cheapest Lego solution to create that image!
Background
Lego produces the X-Large Gray Baseplate, which is a large building plate that is 48 studs wide and 48 studs tall, resulting in a total area of 2304 studs. Being a Lego fanatic, I've ...
27
votes
6answers
25k views
Cropping a UIImage
I've got some code that resizes an image so I can get a scaled chunk of the center of the image - I use this to take a UIImage and return a small, square representation of an image, similar to what's ...
25
votes
8answers
7k views
How to cartoon-ify an image programmatically?
Maybe you have noticed, but cartoon-ifying your photos is the latest rage on the internet. My boss now wants our product, which works with photos and videos of people, to cartoonify them. So I need an ...
22
votes
7answers
29k views
Bmp to jpg/png in C#
Is there any way to convert a bmp image to jpg/png without losing the quality in C#? Using Image class we can convert bmp to jpg but the quality of output image is very poor. Can we gain the quality ...
21
votes
11answers
18k views
Rounded Corners on UIImage
I'm trying to draw images on the iPhone using with rounded corners, a la the contact images in the Contacts app. I've got code that generally work, but it occasionally crashes inside of the UIImage ...
20
votes
8answers
24k views
What is the best java image processing library/approach?
I am using both the JAI media apis and ImageMagick?
ImageMagick has some scalability issues and the JNI based JMagick isn't attractive either.
JAI has poor quality results when doing resizing ...
20
votes
9answers
15k views
Image Processing, In Python?
I've recently come across a problem which requires at least a basic degree of image processing, can I do this in Python, and if so, with what?
16
votes
7answers
8k views
Getting image dimensions without reading the entire file
Is there a cheap way to get the dimensions of an image (jpg, png, ...)? Preferably, I would like to achieve this using only the standard class library (because of hosting restrictions). I know that it ...
14
votes
5answers
3k views
rotating bitmaps. In code
Is there a faster way to rotate a large bitmap by 90 or 270 degrees than simply doing a nested loop with inverted coordinates?
The bitmaps are 8bpp and typically 2048*2400*8bpp
Currently I do this ...
13
votes
7answers
30k views
javascript Image Resize
does anyone knows how to resize image proportionaly using javascript?, i have tried to modify the DOM adding attributes height & Width on the fly, but seems did not work on IE6
12
votes
11answers
6k views
How do I do high quality scaling of a image?
I'm writing some code to scale a 32 bit RGBA image in C/C++. I have written a few attempts that have been somewhat successful, but they're slow and most importantly the quality of the sized image is ...
10
votes
6answers
3k views
get average color of image via javascript
Not sure this is possible, but Looking to write a script that would return the average hex or rgb value for an image. I know it can be done in AS but looking to do it in JavaScript.
10
votes
9answers
10k views
Image rotation algorithm
I'm looking for an algorithm that rotates an image by some degrees (input).
public Image rotateImage(Image image, int degrees)
(Image instances could be replaced with int[] containing each pixel ...
10
votes
2answers
18k views
Slicing up a UIImage on iPhone
Objective: take a UIImage, crop out a square in the middle, change size of square to 320x320 pixels, slice up the image into 16 80x80 images, save the 16 images in an array.
Here's my code:
...
10
votes
4answers
26k views
How to manipulate images at pixel level in C#?
How to manipulate images at pixel level in C#?
I need to be able to read/modify each bitmap pixel RGB values separately.
Code sample appreciated.
Thanks in advance!
10
votes
6answers
7k views
Proportional image resize
I'm having a wee bit of a problem scaling my images to a proper predefined size.
I was wondering -since it is purely mathematics-, if there's some sort of common logical algorithm that works in every ...
9
votes
2answers
364 views
How does TheSixyOne.com proportionally stretch the image to full page?
I love the new http://thesixtyone.com design. I am wondering how do they proportionally stretch the image to fit the whole background? Are they using CSS/Javascript or other tricks?
9
votes
6answers
4k views
Resize Image to fit in bounding box
An easy problem, but for some reason I just can't figure this out today.
I need to resize an image to the maximum possible size that will fit in a bounding box while maintaining the aspect ratio.
...
8
votes
7answers
207 views
What C library allows scaling of ginormous images?
Consider the following file:
-rw-r--r-- 1 user user 470886479 2009-12-15 08:26 the_known_universe.png
How would you scale the image down to a reasonable resolution, using no more than 4GB of RAM?
...
8
votes
3answers
11k views
OpenCV: how to rotate IplImage?
I need to rotate an image by very small angle, like 1-5 degrees. Does OpenCV provide simple way of doing that? From reading docs i can assume that getAffineTransform() should be involved, but there is ...
8
votes
6answers
396 views
How is the user id image generated on SO?
I am a little curious about the cute little kaleidoscopic images associated with each user on this site.
How are those generated? Possibilities are:
A list of images is already there in some folder ...
7
votes
1answer
211 views
Algorithm to get an approximate depth map from an embossed/relief image
I am attempting to read information from pictures of hard plastic ID cards. As a first step, I've been trying to process the pictures to make the text more computer-readable. The pictures are fairly ...
7
votes
4answers
4k views
Bad image quality after resizing/scaling bitmap
I'm writing a card game and need my cards to be different sizes in different circumstances. I am storing my images as bitmaps so that they can be quickly drawn and redrawn (for animation).
My problem ...
7
votes
5answers
1k views
Reading Character from Image
I am working on an application which requires matching of numbers from a scanned image file to database entry and update the database with the match result.
Say I have image- employee1.jpg. This ...
7
votes
3answers
9k views
JS/jQuery Image Editor
has anyone stumbled upon image editor done either in pure JS, or jQuery - that kind like CKEditor has?
I'm looking for piece of code, that adds handles to image, so you can resize it, or even drag ...
7
votes
2answers
3k views
Using the Image.point() method in PIL to manipulate pixel data
I am using the Python Imaging Library to colorize a black and white image with a lookup table that defines the color relationships. The lookup table is simply a 256-element list of RGB tuples:
...
6
votes
3answers
2k views
Haskell, How do I rotate a JPEG image by 45° and save it back to disk?
How do I rotate a JPEG image by 45° and save it back to disk?
6
votes
2answers
441 views
repeat image c#
i have an image with certain pattern.. i need to repeat it in another image using GDi?
is there any method to do in GDI?
6
votes
2answers
513 views
Where can I find, or how can I build, a cartoonizer for C#?
I am working on the development of a Massively Multiplayer Online Role Playing Game (MMORPG) in .NET using C# and Silverlight. One of the features that has been requested for this game is to allow ...
6
votes
3answers
8k views
Rich image scroll and zooming on android
I'm looking for a way to implement image zoom and scrolling the way it is implemented in Droid Comic Viewer. Is there any quick way to do that? If not, then could you please give some advices at least ...
6
votes
4answers
3k views
Java Graphics library
I'm looking for a high-level java graphic library for creating artistic text, watermarks, resize, crop, image identification and manipulation.
ImageMagic is a good example of such library, but its ...
6
votes
4answers
3k views
How can I dynamically resize an image in ASP.NET MVC?
Question
How can I dynamically resize an image in ASP.NET MVC?
Background
I'm trying to automatically create thumbnails from images that are already on the server. In ASP.NET Webforms, I created a ...
6
votes
1answer
2k views
how to sketch a polygon in a matrix or binary image in order to use image processing functions?
I'm developing a matlab program in which I uses polygons(concave or convex). I need to use image processing functions like imdilate or imerode and etc on the polygons. To this end, I should convert my ...
6
votes
4answers
3k views
4-point transform images
I need to transform bitmap images with their 4 corner points moved from one location to another.
Any code that can run on Windows, C#/VB.NET preferably, even help how to use scriptable programs like ...
6
votes
4answers
5k views
resize image on save
How can I easily resize an image after it has been uploaded in Django? I am using Django 1.0.2 and I've installed PIL.
I was thinking about overriding the save() method of the Model to resize it, but ...
6
votes
2answers
4k views
Find known sub image in larger image
Does anyone know of an algorithm (or search terms / descriptions) to locate a known image within a larger image?
e.g.
I have an image of a single desktop window containing various buttons and areas ...
6
votes
5answers
624 views
What is the best language for footprint recognition?
I have a project to recognize the footprint of animals. It is similar to facial recognition.
There is a need to store footprint images in a database and compare them with images captured by camera.
...
5
votes
4answers
605 views
Image downsampling algorithms
What's the best re-sampling algorithm I can use to divide an image into half its original size. Speed is of primary importance but it shouldn't degrade quality too bad. I'm basically trying to ...
5
votes
2answers
406 views
How to replace color of an image?
I want to replace color of an image. For example turn all blue colors to red without any distortion on shape. When i try this i can swap the colors by iterating every pixel, however the shape of the ...
5
votes
7answers
2k views
How to reduce the size of an image in C# and .NET 3.5?
I have a screen shot I take in my mobile app. The screen shot takes about 32 KB when saved as a png on a disk.
I am sending these to a central SQL Server and 32 KB is too big for that amount of ...
5
votes
2answers
9k views
Memory efficient image resize in Android
I am trying to reduce the size of images retrieved form the camera (so ~5-8 mega pixels) down to one a a few smaller sizes (the largest being 1024x768). I Tried the following code but I consistently ...
5
votes
2answers
273 views
5
votes
3answers
713 views
C# image whitespace
I have an image that is 240x320 (iphone camera image in portrait), and I need to programmatically (in C#) add white "bars" to the sides increasing the full image size to 320x320. I don't want to ...
5
votes
2answers
5k views
Resize an image with Paperclip [Rails]
The Paperclip plugin for Rails has a resize option that keeps the image in proportion.
According to Ryan Bates' Paperclip Railscast, to make sure that option is on, you have to add a greater-than sign ...
5
votes
2answers
311 views
Display filter C#
It's a little hard to explain what I need but i'll try:
I need to write application (winform) which will be some kind of filter to image/other forms behind it. With one exception - all behind form ...
5
votes
2answers
1k views
How do you draw a string to a Bitmap in Silverlight?
In normal C# it is easy to draw to a bitmap using the Grpahics.DrawString() method. Silverlight seems to have done away with Bitmap objects and Graphics is no longer available either. So...How am I ...
5
votes
8answers
3k views
Best Programming Language for Medical Image Processing
I am looking to build a medical solution to be used by surgeons to visualize Dicom images in 3D. Also, the software will allow them to perform some segmentation and manipulation to the images.
I will ...