photo

Access Photo Album from iPhone Code

Hi iPhone Apps like "Picture Map" access all the photos in my iPhone's camera album and display them without ever showing an Image Picker Control. Does anyone know how this is done? Thanks G ...

iPhone SDK - How to disable the picture preview in UIImagePickerController?

Is there any way to disable the image preview after taking a picture with the UIImagePickerController? I want to dismiss the ImagePicker as soon as the user pressed the shutter release button. ...

How to develop a cross-browser, simplified photo uploader

similar to what is shown here. I don't need total image editing... only rotation, maybe cropping. But the user being able to drag'n drop a photo and then minor editing is what I'm after. I'm sure there's a jQuery plugin for something like it. (preferably not an HTML5 solution) However, I've refrained from using uploaders that use an aj...

EWS api editing contact's photo

Hi all i'm using EWS api to add contact information as code description below on exchange2007 server.. but how to add contact's photo ?? CreateItemType createItemType = new CreateItemType(); // Because you are creating a contact, save the item in the Contacts folder. createItemType.SavedItemFolderId = new Tar...

Compass metadata tag in photos

We have a GPS enable camera that also stores the compass direction or bearing in the metadata in the photo. The GPS X and Y and other GPS information is stored in the GPSInfo tag in the EXIF data, however compass direction is not there. Does anyone know where I can find about where this tag is stored in the file? I have looked up the ...

iPhone Photo Album memory leak

Hello! I made a photo album viewer for iPhone. I have made a scrollview in which i put imageviews with the images. The images are pretty large, about 1 Mb. I have to show about 200 photos. I don't know why my solution leaks, I guess I don't release the imageviews well. I read many topics about these kinds of problems, about image ca...

jquery photo slide

Hey guys, I have an image, when i hover on it i am able to view left and right arrows... when i click an arrow i am changing the source attr of the image using jquery... so i am successful in changing the images on clicking the arrows.. what i want is, how do i get the slide show feel... the animation pat where the current image slides ...

jQuery coverflow like script?

I am looking for a javascript (preferably jQuery) script that will simulate a coverflow like effect - but not quite like a coverflow. I made a simple example of what i am trying to achive here: The black is the main image currently in focus - there is a prev and next link directly next to the main photo. The 2 purple boxes illustrate ...

Facebook Connect for iPhone: How to upload an image (UIImage) to user's wall without having to use json-embedded link or photos.upload?

Is there any way to upload an image (UIImage) directly from an iPhone app to a user's wall/feed? All the samples I see are either using a json-embedded link or they use the photos.upload call with album ID (aid) which results in the user getting the image in his photo album(s). What I want to do is to upload an (UI)Image created (by th...

iPhone:upload photo to MySpace

hi all, i want to upload photo from my iPhone app. to Myspace server. I read the API documentation of MySpace . There are a API to upload photo Upload Photo. but there are no API for get the userId so I can pass it to Photo upload API. Anybody have idea how can i get the UserId. Sorry for stupid question but I am unable to find the UserI...

iPhone:Upload photo to flickr

hi all, I am developing a application where i want to load the photo on flickr. i don't want to use the toolkit. I want to use flickr API.I read the API documentation of flickr but there are no API to upload photo on particular account. All API related to Garden not to user account. i simply want to user will supply username and passwor...

upload photo at facebook via iphone

hello i am trying to upload my image from myapplication but not able to do so.... i have tried ASIFormDataRequest *theRequest = [ASIFormDataRequest requestWithURL:url]; NSString *nowTimestamp = [NSString stringWithFormat:@"%f",[[NSDate date] timeIntervalSince1970]]; [theRequest setPostValue:kApiKey forKey:@"api_key"]; [theRequest setP...

Photo resizer using Java

Hi, I'm planning to make a simple Photo Resizer since I usually find myself having to resize huge images being sent to me. I know that there are a lot of online services and tools out there that already do this but I was thinking that it would be a good time to improve my Java and build something useful at the same time. The problem is...

ruby on rails photo upload problem

Hallo rails version 2.3.5 I'm learning rails and I run into a problem. I'm doing some nesting forms from the railscasts tutorials. I changed the text area into a data field to upload photos and everything is working. Now i have to display the uploaded pictures and i simply can't do it. I Tried everything I could find on the net but...

Iphone facebook application

While uploading a photo to the facebook, using facebook api for iphone, can be also add a comment to photo.Can anybody suggest a way to do it ...

.NET photo processing component

Hi folks! I'm looking for a .NET image processing component or an open source alternative to automate the following tasks: Photo capture (webcams and photo cameras) Photo printing (grid/strip modes) Applying photo effects Saving photos AtalaSoft DotImage is quite expensive, any other suggestions are welcome. Thanks J ...

vCard PHOTO export showing on Windows, but not on Mac or iPhone

I've written code that exports vCards and have the problem that the PHOTO data exported will show on a couple Windows programs, but when the vCard is viewed in the Mac or iPhone addrs books, the photo doesnt show. I wonder if anyone knows whether there is something different with the formatting needed on these platforms? ...

PHP gallery, thumbnail listing

Hi everyone, I am planning a dynamic PHP photo gallery and having difficulty deciding on the best way to display the thumbnails after they have been retrieved via MySQL. I considered using an inline unordered list but this resulted in the thumbs being stacked one on top of the other (touching). Also tried a table but not sure how I woul...

How to download your own and your friends' profile image through FBConnect on the iPhone

I'm using the FBConnect library for the iPhone. I successfully log in, retrieve the user account's name, and the list of his friends. However, I haven't yet found a piece of code that shows how to retrieve/download the profile image for the user himself, and his FB friends. Any help or snippet to share? ...

Photo printing API system?

I am looking for options to provide customers on my website a way to order prints for photos. (It is a photo sharing site, so it needs to be automated, I don't want any portfolio sites that require uploads and what not). Basically it just needs where I send them the photos, the address, (and possibly billing info) and they make the prin...