0
votes
3answers
20 views
Default (fallback) Image with .htaccess?
I'm curious if it's possible to use .htaccess to serve up a default image when a particular image is requested that doesn't exist. I know I could do this with PHP by serving the images through a …
1
vote
1answer
30 views
Operating system independent image adressing
Due to using both Windows and Ubuntu on my computer I'd like to be able to create documents independently. I have one directory for logos and I want to use them in any documents everywhere.
The …
0
votes
1answer
19 views
jquery image not loading problem
Hello, does anybody knows how to check if an image loads properly. I have a script that preloads images and what I wanted to do is if the image doesn't exists, which causes my script not to end, I …
5
votes
8answers
235 views
[SOLVED]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 …
1
vote
5answers
466 views
dynamically scale images in php jpg/png/gif
Is there a simple way of dynamically scaling an image in php?
Id like to specifically use some kind of function where i can insert it into my heml such as
<img …
1
vote
1answer
40 views
How to save a GIF on the iPhone?
Hi,
how can I save a GIF on the iPhone? The SDK includes only UIImageJPEGRepresentation and UIImagePNGRepresentation but nothing for GIFs or other image formats, is there a way to convert a UIImage …
1
vote
4answers
23 views
C#: Library for editing photo tags, et cetera, compatible with Live Photo Gallery
Are there any good .net libraries I can use to read and write tags, people tags, date take, et cetera that are compatible with Windows Live Photo Gallery?
0
votes
1answer
11 views
GridView ImageField With Text
Hello, I have an ASP.Net GridView and I want to include an Image and a Text in the same field, something like this:
<a id="lnkForJQueryCall"><img src="whatever.png"> Some Other …
0
votes
5answers
59 views
how to turn an existing color image into a black-white image ?
What diffrent approaches exists out there in actionscript 3.0 ?
I found this library: mojocolors
But this is more for graphics-color I guess…
Thx
0
votes
1answer
25 views
Convert multiple byte[] to multipage tiff equivalent of Image.SaveAdd without GDI+
I am working on a system that stores many images in a database as byte[]. Each byte[] is a multi page tiff already, but I have a need to retrieve the images, converting them all to one multi page …
0
votes
2answers
15 views
Latest images uploaded coding problem
Hey,
anyone could help me understand the following asp.net 2.0 coding?
It is supposed to show me a couple of the latest photos i uploaded to a particular folder in the photoalbum.
however when i …
0
votes
2answers
120 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 …
0
votes
1answer
8 views
Allowing the user to submit images within a Cocoa application
How do you set up an object in interface builder that will allow the user to submit an image (like when editing a vCard in Address Book) and save it to the corresponding entry in the database being …
3
votes
2answers
38 views
How can I get images in XAML to display as their actual size?
I have a 27 x 27 pixel image that I am displaying in WPF but it displays larger than the size of the window.
How can I get it to display its actual size?
XAML:
<Window …
0
votes
0answers
49 views
How does SO get Images in their badges? [closed]
How did stackoverflow insert images into their badges? I don't know what you would have to change in the mysql database to have it show html. Can anyone tell me?
