The images tag is for questions related to the loading, formatting, saving, compressing, and display of images. Images are typically rendered as a two dimensional matrix of pixels, but stored in a variety of formats and compressions, such as .jpg, .png, .bmp, .tif, and others. This tag should also be used for assistance using various image libraries.
477
votes
81answers
20k views
Where can one find free software icons / images?
This may not be directly related to programming, but I always find it hard to get quality icons that can be used for software.
I currently have the need for some type of "green checkmark image", and ...
374
votes
56answers
32k views
Storing Images in DB - Yea or Nay?
So I'm using an app that stores images heavily in the DB. What's your outlook on this? I'm more of a type to store the location in the filesystem, than store it directly in the DB.
What do you think ...
99
votes
13answers
32k views
Can an ASP.Net MVC controller return an Image?
Can I create a Controller that simply returns an image asset?
I would like to route this logic through a controller, whenever a url such as the following is requested:
...
91
votes
7answers
53k views
Preloading images with jQuery
I'm looking for a quick and easy way to preload images with JavaScript. I'm using jQuery if that's important.
I saw this here (http://nettuts.com...):
function complexLoad(config, fileNames) {
for ...
88
votes
14answers
93k views
Android: Strange out of memory issue
I am not sure where to start to explain this one.
I have a list view with a couple image buttons on each row. When you click the list row, it launches a new activity. If you review some of my other ...
74
votes
14answers
115k views
Setting WPF image source in code
I'm trying to set a WPF image's source in code. The image is embedded as a resource in the project. By looking at examples I've come up with the below code. For some reason it doesn't work - the image ...
66
votes
7answers
65k views
Android: combining text & image on a Button or ImageButton
I'm trying to have an image (as the background) on a button and add dynamically, depending on what's happening during run-time, some text above/over the image.
If I use ImageButton I don't even have ...
60
votes
2answers
48k views
Get image data in Javascript?
I have a regular HTML page with some images (just regular IMG HTML tags). I'd like to get their content, base64 encoded preferably, without the need to redownload the image (ie. it's already loaded by ...
56
votes
10answers
104k views
Can I have multiple background images using CSS?
Duplicate of: Layering images in CSS - possible to put 2 images in same element?
Is it possible to have two background images? For instance, I'd like to have one image repeat across the top ...
55
votes
9answers
2k views
Remove white background from an image and make it transparent
We're trying to do the following in Mathematica:
RMagick remove white background from image and make it transparent
But with actual photos it ends up looking lousy (like having a halo around the ...
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 ...
52
votes
10answers
170k views
Java Swing: how to add an image to a JPanel?
I have a JPanel to which I'd like to add JPEG and PNG images that I generate on the fly.
All the examples I've seen so far in the Swing Tutorials, specially in the Swing examples use ImageIcons.
I'm ...
51
votes
11answers
38k views
Convert an image to grayscale in HTML/CSS
Is there a simple way to display a color bitmap in grayscale with just HTML/CSS? It doesn't need to be IE-compatible (and I imagine it won't be) -- if it works in FF3 and/or Sf3, that's good enough ...
49
votes
9answers
26k views
Image comparison - fast algorithm
I'm looking to create a base table of images and then compare any new images against that to determine if the new image is an exact (or close) duplicate of the of the base. For example: if you want ...
49
votes
8answers
32k views
Replacing h1 text with a logo image…best method for SEO?
It seems like there are a few different techniques out there, so I was hoping to get a "definitive" answer on this...
On a website, it's common practice to create a logo that links to the homepage. I ...
49
votes
9answers
35k views
Python - Best library for drawing [closed]
So I'm looking for a pretty basic library in python where i can create a window, and then draw lines and basic shapes too it. Nothing too complex, just nice and simple. I figure theres lots of ...
47
votes
9answers
88k views
Saving image from PHP URL using PHP
I need to save an image from a php URL to my PC.
Let's say I have a page http://example.com/image.php holding a single "flower" image, nothing else. How can I save this image from URL with a new name ...
44
votes
10answers
102k views
How to get image size (height & width) using javascript?
Is there any javascript or jquery apis or methods to get the dimensions of an image on the page?
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?
43
votes
10answers
9k views
My images are blurry! Why isn't WPF's SnapsToDevicePixels working?
I'm using some Images in my WPF applcation.
XAML:
<Image Name="ImageOrderedList"
Source="images/OrderedList.png"
ToolTip="Ordered List"
Margin="0,0,5,5"
Width="20"
...
41
votes
7answers
43k views
Open an image in Android's built-in Gallery app programmatically
I am trying to open an image / picture in the Gallery built-in app from inside my application.
I have a URI of the picture (the picture is located on the SD card).
Do you have any suggestions?
...
40
votes
8answers
8k views
What algorithm to compare two images
My task is pretty simply (well, it SOUNDS simple): given two different image file (in whatever format I choose), I need to write a program to predict the chance if one is the illegal copy of another. ...
35
votes
9answers
22k views
35
votes
4answers
18k views
How do I convert a PDF document to a preview image in PHP?
What libraries, extensions etc. would be required to render a portion of a PDF document to an image file?
Most PHP PDF libraries that I have found center around creating PDF documents, but is there a ...
33
votes
9answers
26k views
Resize an image in Java - Any Open Source Library?
I need to resize PNG, JPeg and Gif files. Are there good java open source libraries to do that ?
32
votes
4answers
26k views
How to make android app's background image repeat
I have set a background image in my app, but the background image is small and I want it to be repeated and filled in the whole screen. What should I do
<LinearLayout ...
32
votes
12answers
6k views
Near-Duplicate Image Detection
What's a fast way to sort a given set of images by their similarity to each other.
At the moment I have a system that does histogram analysis between two images, but this is a very expensive ...
31
votes
12answers
5k views
Storing a large number of images
I'm thinking about developing my own PHP based gallery for storing lots of pictures, maybe in the tens of thousands.
At the database I'll point to the url of the image, but here's the problem: I know ...
29
votes
7answers
3k views
What are good algorithms for vehicle license plate detection?
Background
For my final project at university, I'm developing a vehicle license plate detection application. I consider myself an intermediate programmer, however my mathematics knowledge lacks ...
29
votes
8answers
15k views
Formula to determine brightness of RGB color
I'm looking for some kind of formula or algorithm to determine the brightness of a color given the RGB values. I know it can't be as simple as adding the RGB values together and having higher sums be ...
28
votes
6answers
581 views
What is the best algorithm to find the largest black convex area in an image?
I have this image (I didn't manage to include it here, so I link to it): http://nclabs.org/screenshots/primes.png
The link above is the full image, this is a small cutout:
As you can see it are ...
28
votes
3answers
19k views
Action Image MVC3 Razor
What is the best way to replace links with images using Razor in MVC3. I simply doing this at the moment:
<a href="@Url.Action("Edit", new { id=MyId })"><img ...
27
votes
4answers
666 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
2answers
19k views
Drawable-hdpi, Drawable-mdpi, Drawable-ldpi Android
I was working on Android 1.5, but now moved to the latest version.
So there is only "drawable" folder in Android 1.5,
but now There are 3 different folder for storing images in android project.
And ...
27
votes
6answers
22k views
How to force a web browser NOT to cache images
Background
I am writing and using a very simple CGI-based (Perl) content management tool for two pro-bono websites. It provides the website administrator with HTML forms for events where they fill ...
25
votes
10answers
17k views
Efficient JPEG Image Resizing in PHP
What's the most efficient way to resize large images in PHP?
I'm currently using the GD function imagecopyresampled to take high resolution images, and cleanly resize them down to a size for web ...
24
votes
7answers
2k views
Algorithm challenge: Generate color scheme from an image
Background
So, I'm working on a fresh iteration of a web app. And, we've found that our users are obsessed with being lazy. Really lazy. In fact, the more work we do for them, the more they love ...
24
votes
9answers
12k views
“Convert web page to image”
I wonder if there is any way to convert a web page (from any given URL) into an image?
this is basically equivalent to taking a "screenshot" of the page after opening it.
There is a method to do it ...
24
votes
8answers
2k views
Detecting if two images are visually identical
Sometimes two image files may be different on a file level, but a human would consider them perceptively identical. Given that, now suppose you have a huge database of images, and you wish to know if ...
23
votes
5answers
33k views
Load image from resources in C#
I have an image in my projects stored in Resources/myimage.jpg in the project. How can I dynamically load this image into Bitmap object?
22
votes
5answers
648 views
Cut out image in shape of text
I need to cut out an image in the shape of the text in another image. I think it's best shown in images.
This is a photo of a cat:
and this is the text I wish to cut out:
The resulting image ...
22
votes
3answers
5k views
MIME type warning in chrome for png images
Just ran my site in chrome and suprisingly it comes up with this warning for each of my .png images:
Resource interpreted as image but transferred with MIME type application/octet-stream.
Anyone ...
22
votes
10answers
9k views
Image fingerprint to compare similarity of many images
I need to create fingerprints of many images (about 100.000 existing, 1000 new per day, RGB, JPEG, max size 800x800) to compare every image to every other image very fast. I can't use binary compare ...
22
votes
6answers
3k views
what is the algorithm used to generate those little gravatar identicon images?
Naturally, one would suspect that the algorithm creates images that are:
highly unlikely to produce the same identicon twice; and
capable of ensuring that each identicon is sufficiently distinctive ...
21
votes
3answers
8k views
Find image format using Bitmap object in C#
I am loading the binary bytes of the image file hard drive and loading it into a Bitmap object. How do i find the image type[JPEG, PNG, BMP etc] from the Bitmap object?
Looks trivial. But, couldn't ...
21
votes
13answers
6k views
How can I measure the similarity between two images?
I would like to compare a screenshot of one application (could be a Web page) with a previously taken screenshot to determine whether the application is displaying itself correctly. I don't want an ...
20
votes
2answers
229 views
Create an image in PHP to show guitar chords
I have a site that shows guitar chords/tabs in text format. Here's what I am currently displaying:
Em:
| | | | | |
| | | | | |
| 2 2 | | |
| | | | | |
| | | | | |
I learn that GD can create a ...
20
votes
3answers
8k views
Uploading images using NodeJS, Express, and Mongo
Since many new NodeJS librairies are quickly being rendered obsolete and there are relatively few examples anyways I want to ask about uploading images using the latest versions of Node (v0.4.1), ...
20
votes
1answer
2k views
Image Segmentation using Mean Shift explained
Could anyone please help me understand how Mean Shift segmentation actually works?
Here is a 8x8 matrix that I just made up
103 103 103 103 103 103 106 104
103 147 147 153 147 ...
20
votes
2answers
5k views
Download image from url
I am trying to download the image from the url http://a3.twimg.com/profile_images/414797877/05052008321_bigger.jpg
I am using the following code, but image is not saved. I want to know what i m doing ...