photo

Is there any standard for panoramic photos?

I am looking for a standard that describes metadata, dimensions, format and so on. ...

Programmatically define layout for printing images in .NET

When you print images in Windows Photo Viewer, you can define various options: Number of copies of each picture Paper size (Letter, legal, tabloid...) Layout (full page photo, 5x6, 5x7, etc) Is it using WIA? If not, what technology should be used? Any code/ready component available to accomplish the task by accessing those printing p...

How can i get photo_url from janrain / RPX?

Hi! If somebody visit my site, i would like to extract the photo_url after jainrain / RPX authentication was happend on my site. But photo_url was not sent. I get the openid name, but not the photo address. I tried it with my gmail account, i put a photo to my profile, and i published it for anybody, but gmail doesn't sent it for me. W...

Image resize (client side)

Hello, I own web photo print service, main problem is that pictures users upload are twice in size (megabytes) than those I need to print them in standard photo size. Bandwidth and disk space is not a problem, what IS a problem is time it takes to upload them (for user). If photo from camera is 2-3MB I wish to resize them somehow in ha...

What methods could I use to dynamically apply a sepia tone to an image in to a web page using PHP?

I have a webpage that loads thumbnails of images and I want to show old images with a sepia tone. The thumb will always be the same dimensions so could I just make a transparent png file and show it over the image? Should I use something like imagemagick or is this overkill? Any suggestions? Cheers ...

How to find /open file from PC

Hello all, you experts probably knowing the easyiest ways to open/find a file from asp.net mvc application. could you tell me please how to do that, if i want for example to find and upload a photo from my PC. Thanks and take care, Ragims ...

how to secure member photos for high-traffic website

On a actual project (dating site) i have the following scenario: Member can upload photos (main profile) and create albums and assign photos to it. Now the member can choose only to allow registered members, premium members or members in his favorites to access the album. The easiest solution is to hide the album, but if someone who ha...

IPhone SDK: Camera access ??

Hello Everybody, I want to know how to access the iphones camera and work with it in realtime: for example just draw on the camera view. Another related Question: Can I display 4 camera-views at once like in "Photo Booth" on the Mac. ...

Getting an irregular-shaped object's pixel area in Photoshop

Is there a way to get an oddly-shaped object's pixel area in CS5? Eg. Circle/ellipse. Or, if there's some easy-to-automate way to do it outside of Photoshop. I know it's possible to use a magic wand selection and see the height+width in the info panel, but that only works accurately for rectangles. Thanks!! ...

What is the easiest way to incorporate the iPhone's default Photo Album into a custom app?

Is it possible to simply incorporate the iPhone's Photo Album in a custom application in the same way it is done within the default camera application? If so, how? I know I can use the ALAssetsLibrary and what not to create my own Photos Album ... but there isn't anything I want to customize. I just want the same capabilities that you...

iphone photo frame application

i am creating photo frame application how can i merge photo and frame in one single png and save it to the bundle or document folder. ...

iphone send photo from gallery

I'm trying to send mail with photo as an attachment. There are 2 options to select a photo. 1. To pick from photo gallery and attach to mail 2. To take a snap using camera and attach to mail. I'm using iPhone 4 OS and I couldn't find any correct piece of that that will be helpful to me. Can some one suggest me some tutorials or some code...

How to notify webOS that I just saved a photo?

Then the photo can be seen in the Photos app. ...

iPhone upload in new thread

Hi All, I've been trying to implement a background thread in my app to do the long haul, hard graft uploading stuff. I'm using the FBConnect SDK and it has been working perfectly but I would like to keep the GUI side working smoothly and at the moment there is a noticeable pause in the app before it starts the upload. What happens at ...

Image and audio lossless file format

Hello, I know that JPG and MP3 always apply some kind of compression which losses data. Then I have to questions: - Which are the lossless file formats for image, audio and video? - Why, as far as I know, any photocamera does not offer the possibility to store images in a lossless file format? - I know that the data lost is really small...

How to correct RGB color taken with camera ?

Hi everyone, I had this question in my mind lately: I have taken a photo of a picture in my computer's display using my phone's camera (2MP) then transferred the picture to my computer. What i have noticed is that the individual pixel (RGB) values of the photographed image are different from the original picture (which is obvious !) but...

Photo dimensions & conversions of user albums?

Are there any php libraries for this to re-scale or re-size photos down to whatever limit we set for height/width/size and also if users upload photos in gif png, or bmp then convert them to jpeg? ...

Adding photo as attachment from photo application on Android

I have an application that 'registers' itself to images. I.e if I open Photos application, select a photo and press 'Share' my application will show up in the list. If I press on my application it will launch. Now I would like to get the image that i previously selected to share within my own application. How do I do that? Is there a met...

HTML : Is there any way to show images in a textarea?

So I want to show image thumbnails too in the <textarea> along with text. If you know a javascript solution that's perfect too(if possible in vanilla JS). Like this: __________________ |Hello World | | _______ | | | Img | | | | | | | |_____| | |Hello again. | | _______ | | | Img2| | ...

How to make an upload from local filesystem?

Hi, I'm playing around with swfupload but I think it's a bit hard to integrate it in the django admin of a photo app of mine. So now I'm looking for an upload tool that opens the local filesystem in the browser an let you select files to be uploaded. I've seen this quite often in such online photo-developing-services...any ideas? ...