Photoblogging with Pixelpost

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Photoblogging with Pixelpost
# 1  
Old 03-12-2008
Photoblogging with Pixelpost

Wed, 12 Mar 2008 16:00:00 GMT
Services like Flickr and Picasa seems like an obvious way to share your photos with the world. But if you are the do-it-yourself type and prefer to share your photos from the convenience of your own server, give Pixelpost a try. This MySQL/PHP-based application allows you to publish a photoblog and tweak it any way you like. Better yet, you can extend Pixelpost's functionality via addons, so you can turn your basic photoblog into a powerful photo publishing platform.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DEGHOSTING_MASK(1)						       HUGIN							DEGHOSTING_MASK(1)

NAME
deghosting_mask - Creates mask for removing ghosting in images SYNOPSIS
deghosting_mask [options] <image1> <image2> ... DESCRIPTION
Takes a series of aligned photos, usually three or more, and generates masks for removal of ghosts - Data that only appears in a minority of photos. OPTIONS
-o|--output <path> Prefix for output masks -s|--sigma <float> Standard deviation of Gaussian weighting function (SIGMA > 0); default: 30 -i|--iterations <int> Number of iterations, default is (ITER > 0) default: 4 -t|--threshold <float> Threshold; default: 150 -c|--contrast <float> Change constrast before applying threshold; default: 1.3 -a|--advanced <f|g|m|t|w> Advanced settings. Possible options are: f Use gray images for computation. It's about two times faster but it usually returns worse results. You also have to change threshold to smaller value (around 100) g Use gamma 2.2 correction instead of logarithm if input images are HDR m Do not scale image, NOTE: slows down process t Use simple threshold, may result in holes in images w Compute "complete" weights, not only probabilities -w|--save <i|w> Advanced save settings i Save initial weigths w Save generated weigths -b <int> Image cache BLOCKSIZE in kilobytes; default: 2048KB -m <int> Set image CACHESIZE in megabytes; default: 1024MB -h|--help Display this help -v|--verbose <0|1> Verbose, repeat for more verbose output AUTHORS
LukA~XAaX JirkovskA~X "Version: 2011.4.0" 2011-12-02 DEGHOSTING_MASK(1)