Changes

Lightfield

144 bytes added, 19:02, 25 January 2014
raspberry pi camera
<syntaxhighlight lang="bash">
montage -verbose -background "#000000" -geometry +0+0 -tile 8x8 thumbs/*.jpg plenoptic_rect.jpg
</syntaxhighlight>
 
*Crop down/window:
<syntaxhighlight lang="bash">
mogrify -verbose -format png -path crop -crop 2592x1944+648+486 warp/*.png
</syntaxhighlight>