photo

uitableviewcell problem

i'm using the customised cell to Show an image. But, when i add an image to the first row, its get being loaded every 4th row. What might be the problem? I'm picking the image from the iphone photo library using uiimagepickercontroller and is giving it to the first cell of the table. - (void)imagePickerController:(UIImagePickerControlle...

self-hosted online photo editor?

I am looking for an online photo editor like http://services.snipshot.com (Javascript) or picnik.com/info/api (Flash) but I need one that I can host on my own server.. been searching for a while but no results.. any ideas? I also love the idea behind pixenate.com/productinfo/Overview.html but its so expensive. ...

Accessing Videos AND Photos on Android 1.5 +

So I'm trying to allow the user to pick a particular piece of media with my Android Application using the method described here: http://stackoverflow.com/questions/550905/access-pictures-from-pictures-app-in-my-android-app It works great, except for the fact that I can seemingly only choose between either Video or Photo to present the u...

What are my options for developing a method to allow users to upload photos and video to my website from a mobile device

I want to allow users of my website to upload photos and video from their mobile phone. I have a web-based upload page (built using Flash) that posts uploads to a PHP script running on an Apache web server in Amazon EC2 cloud. I would like to use the same server to receive files uploaded by mobile. The 3 options as I see it are - (coul...

How would I implement an upload by email service for my photo sharing website?

I have a photo sharing website in development and want to be able to allow users to add photos and video by email attachment. I have email addresses for the site (hosted with goDaddy). I also have a LAMP CentOS application server running on Amazon Web Services EC2 that processes files uploaded via my web-based uploads page, so would like...

takePicture is being difficult on 3.1

Ok. So I have a ViewController which implements the UIImagePickerControllerDelegate. Great. I also have an overlay view going on top of my picker. I have a button on said overlay that I want to call takePicture on. My question is, How is this done? takePicture isn't something I need to write myself is it? It's defined in UIImagePickerCo...

PHP JPEG headers to stop image from downloading

I am currently using the script below to output the contents of a JPEG straight from a file. The reason I'm doing so is because I'm using mod_rewrite/php to mask the name of the original file. This is working partially as expected, except that Safari insists on downloading the photo instead of just allowing me to see it in the browser. A...

Can we identify a photo in a photo?

I was browsing through some photos uploaded by a friend on Orkut [Orkut has this new feature to tell you how many unnamed people are there in the photo]. There was this particular photo in which there was an advertisement poster with a photo of a person. Orkut displayed that there are two unnamed persons in the photo. Out of curiousity, ...

Adobe photoshop

How to write programs for tools used in adobe photoshop? may i know the algorithms used in adobe photoshop? ...

Drupal Photo Gallery Tutorial

Can someone point me to a good Drupal Photo Gallery tutorial or book. I am trying to create a photo gallery in a grid view. However, I do not want the titles, etc. to be displayed with the photos. Also, I want to place a border around the photos to make them stand out a bit. I am not that well versed in PHP so I want the solution t...

Upload picture to server successful but insert file name to database is blank

Hi everyone. I appreciate your effort tat helping newbies like me. I have the following problems and will appreciate urgent help. PROBLEM NUMBER 1: Using PHP and MySQL, I am able to upload picture successfully unto the server but not so with the file name of the picture even though other parameters in my form got inserted successfuly i...

Direct Show (AMCap) - Platform SDK

Hi, I am trying to capture images from multiple web cams simultaneously and save them automatically with minimum delay using C++. I also want the program to be able to alter the parameters of the web cam when ever needed. I was hoping to build Direct show samples (AMCap) on Platform SDK, and then edit the code to suit my application. But...

Extracting iPhone Exposure Setting

It seems that a similar question has been asked before, http://stackoverflow.com/questions/373357/obtaining-iphone-photo-exposure-information I wondering with the new iPhone camera, if there is any way to extract exposure data from the camera? it seems that it is able to sample different exposures based on where you focus, but I have yet...

select multiple images from photobook library at once

hello i would like to know if there is a way to load multiple images from a photobook on the iphone in one step into an array or something like that. i've seen a iApp with this kind of feuture before, but can't remember the name of this app anymore. in this app I had the possibilty to choose the first image. after that, a menu from bel...

How do I auto-tag photos uploaded via iphone facebook connect??

Thanks in advance ...

PHP Perform Action with Incoming Email

Hi, I'm building a photo sharing website (just testing PHP stuff) and I want users to be able to submit photographs using email. For instance, the website needs to run a script when the users sends an email with an image attachment and text in the body. The image would be uploaded to the server, and a new "photo post" would be created...

Photo orientation issue in Three20's TTPhotoViewController ?

Hey There, I'm currently having some troubles with TTPhotoViewController : I try to display some photos (taken from my iPhone 3GS camera), and the orientation of the displayed pictures are almost always erroneous ... I mean that for example a photo taken in landscape mode will sometimes be displayed correctly, sometimes it will be upsi...

How to make my Java destop application show an image before it starts?

I'm using NetBeans IDE 6.8 (Mac Version). which tool of their GUI builder will assist me in doing this? What I want is is to show the user an image while my application is loading for couple of seconds before I show him the application. How can I do that? initializing ...

How to extract photos from email?

I have a need to poll a mail server and then extract a photo that is either embedded or attached to the email message. The goal is to extract the photo and save it to a disk file. The desired functionality is much like emailing a photo from your phone to Twitter, Flickr, etc. Any insights/advice appreciated. Thanks ...

UIActionSheet to choose 'Camera' or 'Photos' and then show the Camera or Photo picker

Hi, I am creating an app, in which the user will be able to choose a photo. Now I want that when the user taps a button, an UIActionSheet pops up to let the user choose if they want to use the Camera, or the Photo Library. The UIActionSheet should always be there, but the Camera option only if the device has a camera. I'm not sure if th...