Camera Life 2.6.2b9 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Camera Life 2.6.2b9 (Default branch)
# 1  
Old 10-26-2008
Camera Life 2.6.2b9 (Default branch)

ImageCamera Life is a system for cataloging your photocollection. It gives users the ability to searchor browse your archive in intuitive ways, with anattention to powerful administrative functions.Photos can be stored locally, on a remote server,on Amazon S3, or on Flickr. The theme and iconscan be easily customized. It is compatible withthe Gallery Remote API (so you can upload withiPhoto, Digikam, and Java). It is RSS enabled,supports microformats and OpenSearch, and has aspecial version of the site for iPhone/iPod touch.AJAX is used to optimize the site as necessary.License: GNU General Public License (GPL)Changes:
Multiple vulnerabilities were fixed, as detailedathttp://www.digitrustgroup.com/advisories/web-application-security-camera-life2.html.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
dcraw2hdrgen(1) 					      General Commands Manual						   dcraw2hdrgen(1)

NAME
dcraw2hdrgen - Parse information in given Digital Camera RAW files and output a hdrgen script for generation of HDR images. SYNOPSIS
dcraw2hdrgen <file1.cr2> [<file2.cr2>...] DESCRIPTION
This program can be used to automatically create an hdrgen script for use with software creating HDR images. The exposure information is extracted from RAW files using the `dcraw` tool. If this script doesn't recognise the exposure settings from the images taken by your camera, please verify if dcraw supports your camera: `dcraw -i -v your_image.cr2`. You should see a detailed information on shot settings including exposure time. Maybe compiling the newest version will help. EXAMPLES
dcraw2hdrgen IMG_0001.CR2 IMG_0002.CR2 IMG_0003.CR2 > sample.hdrgen Creates a sample.hdrgen script for given images. SEE ALSO
dcraw(1) pfsindcraw(1) pfsinhdrgen(1) pfshdrcalibrate(1) BUGS
Please report bugs and comments on implementation to Grzegorz Krawczyk <gkrawczyk@users.sourceforge.net>. dcraw2hdrgen(1)