photos

Program to create YouTube video's from photos, serverside

I have SlidehowPro Flash slideshows and want to create YouTube video's (iPhone compatible) from the xml data (photo path's and text nodes) Ideal would be with Ken Burns effects and the abillity to throw an MP3 in the mix. Does something like that exists? ...

Tutorials or sample code for creating a slideshow with Photos in iphone

Hi, I am new to iPhone development.I want to create a slide show in my application. Is there any sample tutorials or programs are available to achieve the task? I have searched in net and i dint get anything.What is the proper way to create a slide show of photos? Please help me out. Thanks. ...

Why does the "choose files" button not work in Wordpress 2.5 when trying to upload photos?

I've got Wordpress 2.5 installed on my website. It works well, but I can't get the photo uploader to work. When I'm writing a post, I click on the "Add media" button. In the "Choose File" tab, I see the "Choose files to upload" button. When I click on it, nothing happens. I searched the net and found nothing helpful. One page vaguely men...

How to store millions of pictures about 2k each in size

We're creating an ASP.Net MVC site that will need to store 1 million+ pictures, all around 2k-5k in size. From previous ressearch, it looks like a file server is probably better than a db (feel free to comment otherwise). Is there anything special to consider when storing this many files? Are there any issues with Windows being able...

how to get all group images in facebook using FACEBOOK API

Hello i'm trying to get all the images from a facebook group using facebook API i have a problem i can't get all the photos using $facebook->api_client->call_method('Photos.get', array('subj_id' => $uid)); http://wiki.developers.facebook.com/index.php/Photos.get what i'm using now is the method $albums = $facebook->api_client->p...

Storing CGImage in Photos app?(iPhone)

Hi, lets say I have a CGImage and want to store it in the Photos app that comes standard with every iPod Touch/iPhone how would I do this? ...

Can I upload photos to a wall belonging to a fan (company) page wall using the Facebook Graph API?

Hi there, I need to know if it's possible to make it so authorized users can upload photos to a fan page of a company (to the wall) using the graph API. Also, is it possible to become like (become a fan) of a company page through the api once the user is authorized. Many thanks in advance, Mark. ...

Database design for sharing photos site?

I am using php and mysql. If I want to do a sharing photos website, whats the best database design for upload and display photos. This is what I have in mind: domain: |_> photos |_> user Logged in user will upload photo in [http://www.domain.com/user/upload.php] The photos are stored in filesystems, and the path-to-photos st...

How to upload a picture ?

I just didnt see it, how do you guys upload a personal photo on this forum ? ...

How big is interval between taking pictures in Android phone?

I'm wondering how fast I can take pictures one after another withoud surprises from the phone (like fx: 'force close;) Does any of you know that time? I know that 500 milisec is safe time. When i experiment with 100, 200, 300 milisec there is error but who knows, maybe i do sth wrong. ...

Facebook+php: upload photo to your friends' specific album

I would like my application to upload photo to a specific album of my friend. photos.upload(); can take albumid and userid as parameters, but it says "invalid albumId" whenever I try to upload it into my friends' albums, where as it successfully gives out the pictureId if it were to upload in my own Albums. ...

Creating a photo collage image as attached using PHP from several images

How can i create a collage from a large number of images as per below using PHP scripts? I am also looking at creating different sizes A0, A1, A2 sized images depending on the number of pictures used in the collage. Thanks ...

Any alternative way to select all photos, which are "copied" in "Photos" app ?

As we know, we can open "photos.app" in iPhone and select multiple photos to copy. Those photos status are set to "copied" , I think. So I just wonder if my app, is there any API for me to retrieve those copied photos ? ...

can i take photos on-the-fly (from pc/mac) with a camera ?

i have two cameras fuji finepix S1000fd and canon powershot a470. and my question is, if i can (on my pc) see the objective of the camera and take photos directly from my pc/mac ... thank ya all ...

Using iPhone Library Photos with Monotouch

How could I populate a table in my iPhone app from select photos from the photo library? Should I save them to a folder local to the application, and how? ...

Picasa Web albums and my original album in pc : SYNCed

I have synchronized the album in my computer using the Picasa Sync option . Now if i delete a photo in my web album , will it affect the original photo stored in my computer ? will it get deleted ? ...

Group photos by color

I have a pretty big number of photos and a RGB color map (let's say of about 100 colors). How can I group the pictures by color and obtain something like the following: http://labs.ideeinc.com/multicolr ? My current idea is this: Using ImageMagick, do this for each photo: Resize it to a smaller size so that it can be processed faster....

How to access private photos through Flickrj API

I'm making an authenticated call to access photos through Flickr API. But I am only getting my public photos but not any private photos. Given below is the code I'm using, Flickr f; RequestContext requestContext; String frob = ""; String token = ""; DocumentBuilder xmlParser = null; public void getImages() throws ParserConfigurati...

Oraganize Pictures on the website

I am designing a website which will involve too many photos. There are two modules Restaurants and Dishes. which is the best way to create the directory strcuture ? images/Restaurants/ID images/Dishes/ID am using the following to create the filename function imgName($imgExtension) { return time() . substr(md5(microtime()), 0,...

Facebook Get Friends who are tagged with Graph API

Hi, The application I am working on has the following permissions: read_stream,publish_stream,offline_access,user_photos,friends_photos,friends_photo_video_tags,user_photo_video_tags When doing the query, only the photos owned by the user show up. Any picture that is on a friends album does not show up. This happens even if all priv...