0
votes
1answer
24 views
jQuery Disable/Enable status of Droppable/Draggable
I tired to explain this yesterday, but I don't think people understood it.
I posted up the code and example at http://www.whatevercorp.com/problem/
I haven't worked with jQuery i …
0
votes
2answers
85 views
Display images from folder with Silverlight(Blend)
I have a network directory that has a dump of all employee pics here at our company. The images are named FirstnameLastinitial.jpg. I ultimately am trying to build a photo browse …
1
vote
3answers
108 views
Image resize quality (Java)
Hi, I have an open-source app which uploads photos to Facebook. To save bandwidth, the photos are automatically resized before uploading (Facebook imposes a maximum size limit). A …
0
votes
3answers
179 views
To geo-tag a photo, what attributes are required? More than lat/lon?
I am trying to geo-tag photos taken with the iPhone camera. Since I'm not saving the photos to the camera roll, the photos do not have any EXIF data.
So, what elements are require …
0
votes
0answers
21 views
Advanced multiple photo upload script
Hi,
I am looking for advanced multiple photo uploading script for ASP.Net Ex: www.flickr.com multiple uploader.I request you all please help me to find custom or already developed …
1
vote
1answer
67 views
Can I set a users profile image using the Facebook API?
I'm looking for a user.setImage call or something to that effect on the Facebook API but I can't see anything to achieve this: specifically to overwrite a user's profile image (not …
0
votes
1answer
23 views
Stack of photos AS3 - stuck on somthing simple
Hi there
I found a tutorial on creating a stack of photos in flash using AS3 (http://designreviver.com/tutorials/create-an-interactive-stack-of-photos/).
I have been trying to ma …
2
votes
2answers
115 views
Best Photo App for Django
I have a client who is an events photographer and they want to be able to sell photos online. The major differences from personal photo apps would be:
1. Need to upload 100s of ph …
1
vote
2answers
154 views
How does the default Camera iPhone app manages to save a photo so fast?
Hello everyone.
So far I've managed to create an app for iPhone that takes multiple images with about a 3 second interval between each. I`m processing each image in a separate thre …
0
votes
1answer
363 views
Upload image with facebook API
Question: How to upload an image from my webserver to facebook via FB API?
I'm writing an application that retrieves images from the user's photo album, makes some modifications ( …
3
votes
3answers
158 views
How to know or calculate depth of field of a photo from EXIF tags?
I want to know the depth of field of a photo, preferably in cm or m.
I know that we can know the camera setting by reading the EXIF tags, but is there a tag directly telling us th …
0
votes
1answer
14 views
Programatic Image Scanning and Naming
I have a typical yearbook with photos and a name beneath each photo. Is there a programmatic way to scan all of the photos and save them with the name beneath the photo?
0
votes
1answer
56 views
Automate Photomerge in Photoshop for multiple panoramas unattended
I am creating panoramas using my DSLR camera and Photoshop to stitch them together. I am doing 360-degree cylindrical projections. Photoshop is brilliant at automaticaly stitching …
0
votes
1answer
116 views
Can iPhone take photos at background?
Recently I use NSTimer to repeat taking photos, it'll show on the screen.
This is the problem:
I need to execute my app. & taking photos at the same time.
So, does there any …
0
votes
1answer
148 views
How can to launch the Mail app from within my app?
How do I launch the iPhone Mail app (with a Photo attachment) from within my app? (Photo is a UIImage in my app).
