Tagged Questions

3
votes
7answers
327 views

How to take screenshot of whole web page, rather than what shows on the screen

I have a web page that doesnt fit screen in normal resolution, so I have to scroll to view it all. I want to take a screenshot that captures the whole page, and not just what shows …
1
vote
1answer
25 views

Building a community photography site, where can I store my photos online?

I am in the process of laying down the requirements for a photography community site. An important feature to investigate would be allowing more fotos/account than rival sites arou …
3
votes
3answers
158 views

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 th …
1
vote
0answers
40 views

CMS for Professional Photographer with Pretty Admin Back End

I'm working on a few sites for professional photographers who want to be able to update on their own. I'm looking for a simple CMS solution that has very basic functionality as a g …
10
votes
7answers
4k views

How to get the EXIF data from a file using C#

Hi, I would like to write a small program in C# which goes through my jpeg photos and, for example, sorts them into dated folders (using MY dating conventions, dammit...). Does a …
4
votes
3answers
255 views

Lens correction projection

What is the simplest way to un-warp a photo made using fisheye or wide-angle lens? I'm looking a pixel projection formula that has few parameters. Camera and lens parameters will n …
2
votes
2answers
139 views

Determining camera parameters

Given a picture taken by a simple digital that contains an image of a rectangle of known dimensions. How can I - to some degree of accuracy - determine the parameters of this camer …
2
votes
4answers
292 views

Determine transformation matrix

As a followup to my previous question about determining camera parameters I have formulated a new problem. I have two pictures of the same rectangle: The first is an image withou …
0
votes
1answer
210 views

How to flatten a fish eye picture (with python)?

I've found programs to turn fish eye pictures into flat ones. I'd like to learn the process behind the scenes. Can someone share their knowledge about the technique?
1
vote
1answer
259 views

Obtaining iPhone Photo Exposure Information

Is there any way to get the exposure settings (aperture, shutter speed, ISO) for a photo taken on an iPhone? An app running on the iPhone can use the UIImagePickerController inter …