Tagged Questions

0
votes
1answer
13 views

Perceptual quality measures for images

Hi, I'm currently working on algorithm for denoising images. I need to compare my algorithm with other, existing algorithms, but to do so I need a good quality measure. The main goal for such measure …
0
votes
1answer
12 views

Retrieving image from sql table using a file path, code error

Hello folks, me again. A nice chap called Darin kindly provided me with some code in order for me to retrieve an image by its file path. However, when I attempt to execute the code, I receive a …
0
votes
2answers
78 views

C# WPF convert BitmapImage pasted in richtextbox to binary

Hi everyone, I've got a richtextbox, that I plan on saving to a database, which can be loaded back into the same richtextbox. I've got it working so that I can save the flowdocument as …
1
vote
0answers
31 views

IrfanView linux alternative? [closed]

Hi, I'm looking for some linux alternative to IrfanView (image viewer). At best, it should have all it's features, the same controls (both mouse and kbd) or fully adjustable, and be as quick. In …
3
votes
7answers
185 views

Python images comparison

Hello everybody! I trying to compare images to each other to find out whether they are different. First I tried to make a Pearson correleation of the RGB values, which works also quite good unless …
0
votes
2answers
41 views

Objective C Printing: How to set header content?

Hi there, I want to print a specific NSView. When I do this, I wish to add content to the header of the print page. e.g. If the NSView contains a picture of a cat, when I press print, print preview …
0
votes
3answers
94 views

How do I get a flood fill algorithm to cope with closed circles?

I have an application that accepts images as input and removes the background on which the image was taken. For example, if you pass in an image of a book on a blanket, the resulting image will be …
0
votes
2answers
30 views

adding pictures in certain places in a richtextbox in C#

Alright, Question #1: well i have a richtextbox, and id like to add emotions to it, so for instance, if ":)" was in the textbox, id want the picture of a smiley face in its place. Question #2: i …
0
votes
1answer
15 views

Android Get Local File Bytes

I'm trying to get a byte array of an image saved locally on the phone. I'm using the code: @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
0
votes
1answer
22 views

ImageCreateFromJPEG PHP Another image

How do you add another image to a image in php the itme i want to add is images/rank1.jpg? $rImg = ImageCreateFromJPEG("images/card/test.jpg"); $cor = imagecolorallocate($rImg, 255, 255, 255); …
1
vote
2answers
34 views

User-Defined Thumnails for Django Project?

I'm putting together a Web site that makes heavy use of images. Those images need to be thumbnailed at various sizes to fit different templates. I'm aware of solutions like sorl-thumbnail, which …
1
vote
1answer
23 views

Android: getting image locations

Hi, am looking for a way to find images on the SD card, or at least images taken by the camera. The ideal solution would be getting a collection of file paths or URIs for the images. I guessing you …
143
votes
64answers
5k 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 …
4
votes
2answers
51 views

preload hidden css images

I'm working on a jquery based homepage with 5 or so hidden divs, each containing several background css images. The issue is that the browser doesn't load css images into the DOM until the …
0
votes
2answers
43 views

Is there a way to have a dropdown combo in an asp.net mvc site with images instead of text?

Is there any way to have a combobox of images instead of text?

1 2 3 4 5 54 next
15 30 50 per page