photo

codeigniter photo thumb create and upload...

hi friends... it gives blank screen :/ it uploads first image, thats fine. than it call _create_thumbnail and it gives blank screen at line "$this->image_lib->resize()" :/ any idea what can be the problem? Thanks!! /** * ================================================================== * Upload photo * * Thumb = 210px - 16...

What is the way to load an image on top of your webpage using a seethrough layer?

check this webiste: http://www.ramziarabi.com/portfolio/art-portfolio/ when you click on an image it opens itself on top of the webpage without hiding it or opening new page. I'm assuming this is done by JavaScript, but can someone explain how? provide some code I can use to do that? ...

What is the best way to allow users to email images audio or video to our website?

Does anyone have any experience developing a way to allow users to upload photographs (and possibly video) to a website to be stored in a database from mobile devices? We will be running our system on a UNIX platform and most of the system logic is written in PHP and data is stored in a MySQL database. Members will be given an email ad...

How can I stitch together many images to provide a 3D immersive experience like Photosynth?

I'd like to create a Photosynth like experience that allows a user to navigate around a virtual environment from a collection of many pictures. For this project I'm limited to using WPF / .NET to create the application. Ideally I'd like a Photosynth component that I could drop in my application - is anything like that available? ...

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). ...

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 way to take photos at background? I'll appreciate for any opinions~ ...

how do i get a list of all tags used in a particular flickr set

with the flickr API i want to find out all tags used in one particular set of photos. i know it's easy to find out all my tags (via flickr.tags.getListUserPopular), but i don't know an easy way to limit the tags to the ones used in a particular set. checking every tag against teh photos in the set is too very slow. ...

How to count total photos on iphone

I am trying to count total photos on the iphone and get the total filesize. What is the best way? ...

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 them together using PhotoMerge, but given that I have a large number of panoramas to create (hundreds) and one photo-session usually brings in about 30 of them...

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 the depth of field? Or how can we calculate it from some EXIF tags? Examples would be appreciated. Thanks! ...

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 required in valid EXIF data? I think I have written the latitude, longitude, and altitude to the EXIF data, but when I export the photo, there doesn't seem to be any ...

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 (e.g. adding a watermark) then send it back to photo album. The code I use to upload the photo is as follows <?php include_once("api/facebook.php"); include_o...

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? ...

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 thread asynchronously and everything is great till it gets to the moment for saving the image on the iPhone disk. Then it takes about 12 seconds to save the image ...

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 few people have complained about the photo quality, and in fact you can see the difference (see this issue for some demo images). So my question is, what is t...

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 just post an image on their wall). I can't see anything in the docs. Do you know if this is possible and if so any docs on implementating it? Thanks, Jame...

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 make a dynamic XML version of the photo stack and I have a problem (obviously :) I have a class called Polaroid, and im using a loop to add multiple instances o...

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 uploading script. ...

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 browser of these pics in Silverlight but I thought I would start with how to harvest the Pictures from that location. I would imagine that I should generate an XML ...

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 in a while, but have search everywhere for a disable('enable')/disable example or a way to change droppable status on the fly. Basically I have 2 questions: ...