Photos
Some links regarding the world of photography…
Photographers
Professional
- Juza Photo
- Sigfrido Corradi
- Sigfrido Corradi blog
- Garry
- Jonathan Besler
- Anton Jankovoy
- Lincoln Harrison, on Flickr, personal site
- Peter Greig
- SĂ©bastien GABORIT
- Javier PĂ©rez
- Caleb Charland
- Nicola Bernardi
- Aaron J. Goen
Lightpainting
- 10 Amazing Light Painting Photographers You Should Start Following Right Now
- tackyshack, on Flickr,
- Jan Leonardo
- Hannu Huhtamo
- Trevor Williams
- Light Junkies Flickr group
- Dana Maltby
- Brian Matthew Hart
- Janne Parviainen
- Patrick Rochon, RedBull collaboration
- Michael Ross
- Dennis Calvert
Amateur
Sites
Interesting
Strangeness etc.
Tricks
HDR/blending
- Wikipedia
- QTPSF-gui
- Gimp
Panoramas
CLI tricks
- Align images
bash align_image_stack -a <aligned images prefix> -p <.pto file name for hugin> -o <hdr file name> *.jpg
- Blend images
bash enfuse -o <output file> <input files, also as prefix???.ext>
- Create GIF
bash convert -delay <delay between frames in 1/100 secs> -loop <number of loops, 0==infinite> -size <w>x<h> <output>.gif
Resize
Mosaic
-
metapixel-prepare -r <photos source> <thumbnails dest> --width=<width, eg 32> --height=<height, eg 32> metapixel --metapixel <input photo> <output mosaic> --library <thumbnails dir> \ --scale=<original scale factor, eg 10> \ --distance=<distance between replicated thumbnails, eg 300> \ --cheat=<original image overlay percentage>
you can use the
--collage
option instead –metapixel for a slower but better result and stich two images
convert one.png two.png -append stiched.png
to stich the images vertically,
+append
to stich them horizontally