<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Night photography</title>
	<link>http://www.ynse.net</link>
	<description>Writing about night photography, low-light photography, infrared photography and light painting.</description>
	<pubDate>Sat, 17 Nov 2007 14:19:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.1</generator>
	<language>en</language>
			<item>
		<title>ynse.net suspended</title>
		<link>http://www.ynse.net/2007/11/17/ynsenet-suspended/</link>
		<comments>http://www.ynse.net/2007/11/17/ynsenet-suspended/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 14:19:17 +0000</pubDate>
		<dc:creator>Ynse</dc:creator>
		
	<dc:subject>Uncategorized</dc:subject>
		<guid isPermaLink="false">http://www.ynse.net/2007/11/17/ynsenet-suspended/</guid>
		<description><![CDATA[  Since I don’t have time to update these sites, I’ve decided to temporarily suspend them. I plan to recreate both under common name and a single address, but it’s going to happen no sooner than in a few months. I’ve made backup of all posts and comments, and they will be imported to a [...] ]]></description>
			<content:encoded><![CDATA[<p> Since I don’t have time to update these sites, I’ve decided to temporarily suspend them. I plan to recreate both under common name and a single address, but it’s going to happen no sooner than in a few months. I’ve made backup of all posts and comments, and they will be imported to a new site. See you later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ynse.net/2007/11/17/ynsenet-suspended/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Index-print and the magic of terminal</title>
		<link>http://www.ynse.net/2007/04/27/index-print-and-the-magic-of-terminal/</link>
		<comments>http://www.ynse.net/2007/04/27/index-print-and-the-magic-of-terminal/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 23:26:41 +0000</pubDate>
		<dc:creator>Ynse</dc:creator>
		
	<dc:subject>Tools</dc:subject><dc:subject>linux</dc:subject><dc:subject>mac osx</dc:subject><dc:subject>software tools</dc:subject>
		<guid isPermaLink="false">http://www.ynse.net/2007/04/27/index-print-and-the-magic-of-terminal/</guid>
		<description><![CDATA[  If you ever wanted to create quickly an index-print of your pictures, here&#8217;s the solution for the terminal-savvy: 
montage -trim -tile 5x8 -geometry 100x80+0+0 *.jpg out_%d.jpg
This command (given that you have ImageMagick installed) will create an image named out_0.jpg with 40 (or less) thumbnails 100 pixels long from your pictures. They will be arranged [...] ]]></description>
			<content:encoded><![CDATA[<p> If you ever wanted to create quickly an index-print of your pictures, here&#8217;s the solution for the terminal-savvy: </p>
<p><code>montage -trim -tile 5x8 -geometry 100x80+0+0 *.jpg out_%d.jpg</code></p>
<p>This command (given that you have <a href="http://www.imagemagick.org/">ImageMagick</a> installed) will create an image named out_0.jpg with 40 (or less) thumbnails 100 pixels long from your pictures. They will be arranged in eight, 80 pixels high, rows , five thumbnails per row. If you have more than 40 pictures in your directory, further files will be created: out_1.jpg, out_2.jpg, etc. It&#8217;s that simple. However, you should create an index-print on the resized images - if you put in files straight from a camera (let say, 6 megapixels) more than hundred pictures will most likely eat all available RAM. Use web versions instead. </p>
<p>I&#8217;m perfectly aware that there are easier or more convenient ways of doing the same. But I believe that those of you who live in the terminal will appreciate this method, especially that it can be part of a larger, shell-based workflow (dump pictures, convert to jpgs all RAW files, rename according to Exif data, resize for web, make index-print, make an album, publish). </p>
<p>Below is an index-print created with <a href="http://www.imagemagick.org/">ImageMagick</a>. </p>
<p><center><a href="http://www.flickr.com/photos/ynse/474978694/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/187/474978694_da2a9dfc28.jpg" width="391" height="500" alt="Index print" /></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ynse.net/2007/04/27/index-print-and-the-magic-of-terminal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>After the break: LightZone free for linux</title>
		<link>http://www.ynse.net/2007/03/10/after-the-break-lightzone-free-for-linux/</link>
		<comments>http://www.ynse.net/2007/03/10/after-the-break-lightzone-free-for-linux/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 10:03:16 +0000</pubDate>
		<dc:creator>Ynse</dc:creator>
		
	<dc:subject>Tools</dc:subject><dc:subject>linux</dc:subject><dc:subject>photography tools</dc:subject><dc:subject>software tools</dc:subject>
		<guid isPermaLink="false">http://www.ynse.net/2007/03/10/after-the-break-lightzone-free-for-linux/</guid>
		<description><![CDATA[  The Light Crafts company released their main product, Lightzone, for free for linux systems. LightZone is a zone-based image editing software with unusual, but pretty useful workflow. It supports RAW files for all major DSLRs. The linux version works with all major linux distributions and window managers. More information at sonic.net/~rat/lightcrafts/.
 ]]></description>
			<content:encoded><![CDATA[<p> The <a href="http://www.lightcrafts.com/">Light Crafts</a> company released their main product, <a href="http://www.lightcrafts.com/products/lightzone/">Lightzone</a>, for free for linux systems. LightZone is a zone-based image editing software with unusual, but pretty useful workflow. It supports RAW files for all major DSLRs. The linux version works with all major linux distributions and window managers. More information at <a href="http://sonic.net/~rat/lightcrafts/">sonic.net/~rat/lightcrafts/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ynse.net/2007/03/10/after-the-break-lightzone-free-for-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>5 (not so serious) reasons be a night photographer</title>
		<link>http://www.ynse.net/2006/12/22/5-not-so-serious-reasons-be-a-night-photographer/</link>
		<comments>http://www.ynse.net/2006/12/22/5-not-so-serious-reasons-be-a-night-photographer/#comments</comments>
		<pubDate>Fri, 22 Dec 2006 12:10:39 +0000</pubDate>
		<dc:creator>Ynse</dc:creator>
		
	<dc:subject>Comments</dc:subject>
		<guid isPermaLink="false">http://www.ynse.net/2006/12/22/5-not-so-serious-reasons-be-a-night-photographer/</guid>
		<description><![CDATA[  You always wanted to be a night photographer but never found a good reason to become one? Here you have five:

Big wow-factor. Your non-photographing friends will praise your 10 minutes star trails exposure and consider a random moving car lights a great photographic idea. Very likely they will ask you for prints or at [...] ]]></description>
			<content:encoded><![CDATA[<p> You always wanted to be a night photographer but never found a good reason to become one? Here you have five:</p>
<ol>
<li>Big wow-factor. Your non-photographing friends will praise your 10 minutes star trails exposure and consider a random moving car lights a great photographic idea. Very likely they will ask you for prints or at least to send them the photos.</li>
<li>Stories about your alone night walks with a camera will create an adventurous legend surrounding you.</li>
<li>You will become a part or world&#8217;s elite - night photographers are a very small part of the photo-snapping world.</li>
<li>Each properly exposed frame is worth keeping and sharing - most likely there&#8217;s no similar taken (see above).</li>
<li>Your passion gives you a good reason to (depends on a &#8230; seniority?) a.) ask a close friend for a late night walk b.) leave home in the evening.</li>
</ol>
<p>But most important and most serious reason to photograph at night is that feeling of calm, internal peace and invisible connection with other night-lovers&#8230; It&#8217;s rare, it&#8217;s rewarding, it&#8217;s definitely worth these few hours of sleep.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ynse.net/2006/12/22/5-not-so-serious-reasons-be-a-night-photographer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>At last, night in the forest</title>
		<link>http://www.ynse.net/2006/11/16/at-last-night-in-the-forest/</link>
		<comments>http://www.ynse.net/2006/11/16/at-last-night-in-the-forest/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 14:00:15 +0000</pubDate>
		<dc:creator>Ynse</dc:creator>
		
	<dc:subject>Night shots</dc:subject>
		<guid isPermaLink="false">http://www.ynse.net/2006/11/16/at-last-night-in-the-forest/</guid>
		<description><![CDATA[  After many weeks of being mostly occupied with daylight stuff, here it is.

Fog was the reason this shooting session lasted only hour. I didn&#8217;t prepare anything to protect camera against humidity (thing to remember next time) and the spot I chose wasn&#8217;t the best one (few hundred meters further fog was almost absent) - [...] ]]></description>
			<content:encoded><![CDATA[<p> After many weeks of being mostly occupied with daylight stuff, here it is.</p>
<div style="text-align: center"><a title="Photo Sharing" href="http://www.flickr.com/photos/ynse/298279656/"><img width="333" height="500" alt="Night's light" src="http://static.flickr.com/100/298279656_b25613a994.jpg" /></a></div>
<p>Fog was the reason this shooting session lasted only hour. I didn&#8217;t prepare anything to protect camera against humidity (thing to remember next time) and the spot I chose wasn&#8217;t the best one (few hundred meters further fog was almost absent) - but I least I made some interesting shots. The white horizontal line near the bottom comes from car passing by during the exposure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ynse.net/2006/11/16/at-last-night-in-the-forest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Brian Chapman photography</title>
		<link>http://www.ynse.net/2006/09/14/brian-chapman-photography/</link>
		<comments>http://www.ynse.net/2006/09/14/brian-chapman-photography/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 20:29:01 +0000</pubDate>
		<dc:creator>Ynse</dc:creator>
		
	<dc:subject>Interesting links</dc:subject><dc:subject>night photography</dc:subject>
		<guid isPermaLink="false">http://www.ynse.net/2006/09/14/brian-chapman-photography/</guid>
		<description><![CDATA[  It&#8217;s surprising how many people I have no idea about is doing beatiful night photography. &#8220;Brian Chapman&#8221; - this name didn&#8217;t tell me anything until recent browsing session through Flickr photos belonging to &#8220;Night Images&#8221; group. Among outstanding works of known night photographers (like Troy Paiva, Andy Frazer or Lance Keimig) I found real [...] ]]></description>
			<content:encoded><![CDATA[<p> It&#8217;s surprising how many people I have no idea about is doing beatiful night photography. &#8220;Brian Chapman&#8221; - this name didn&#8217;t tell me anything until recent browsing session through Flickr photos belonging to &#8220;Night Images&#8221; group. Among outstanding works of known night photographers (like Troy Paiva, Andy Frazer or Lance Keimig) I found real gems belonging to Brian. He is photos are mostly monochromatic, and using square cropping (despite shooting with Canon&#8217;s Rebel XT) makes me think about Michael Kenna work, although it&#8217;s very clear that Brian is far from mindless copying somebody&#8217;s ideas. His work is original and exceptional. See his <a title="Brian Chapman Photography" href="http://www.brianchapmanphotography.com/">home page</a>, and <a title="Brian Chapman at Flickr" href="http://www.flickr.com/photos/brianechapman/">photos at Flickr</a>.</p>
<div style="text-align: center"><img id="image50" alt="Brian Chapman Photography" src="http://www.ynse.net/wp-content/uploads/2006/09/brianchapman.jpeg" /></div>
<div style="text-align: center">(photo: Brian Chapman)</div>
]]></content:encoded>
			<wfw:commentRss>http://www.ynse.net/2006/09/14/brian-chapman-photography/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gphoto2 on Mac OSX</title>
		<link>http://www.ynse.net/2006/09/10/gphoto2-on-mac-osx/</link>
		<comments>http://www.ynse.net/2006/09/10/gphoto2-on-mac-osx/#comments</comments>
		<pubDate>Sun, 10 Sep 2006 15:57:52 +0000</pubDate>
		<dc:creator>Ynse</dc:creator>
		
	<dc:subject>Tools</dc:subject>
		<guid isPermaLink="false">http://www.ynse.net/2006/09/10/gphoto2-on-mac-osx/</guid>
		<description><![CDATA[  Recently I decided to install a gphoto2, open source software for controlling digital camera on my Mac computer. It wasn&#8217;t very straightforward, but with some help from friends I managed to make it working.
gphoto2 is just an interface - it depends on the library called (surprise, surprise) libgphoto2 and without this library you cannot [...] ]]></description>
			<content:encoded><![CDATA[<p> Recently I decided to install a <a title="Gphoto" href="http://www.gphoto.org/">gphoto2</a>, open source software for controlling digital camera on my Mac computer. It wasn&#8217;t very straightforward, but with some help from friends I managed to make it working.</p>
<p><strong>gphoto2</strong> is just an interface - it depends on the library called (surprise, surprise) libgphoto2 and without this library you cannot use it at all. There are two ways of obtaining this library: the first one is to use <a title="DarwinPorts" href="http://darwinports.opendarwin.org/">DarwinPorts</a> and the second - compile everything by yourself.<br />
I really do not recommend compiling libgphoto2 (and libusb, and few other things needed) for many reasons. Probably the most important is, that the newest libgphoto2 (2.2.1) will not compile under Mac OSX. Few people tried, including myself and nobody succeeded at that. Interestingly, the previous version (2.1.6) will compile and install without any problems BUT it will not work anyway.<br />
Now, when I convinced you to use DarwinPorts, here&#8217;s the procedure I used to make <strong>gphoto2</strong> working under OSX:</p>
<p>1. Install DarwinPorts and then, install libgphoto2 (available from <a title="Libgphoto2 Darwin Port" href="http://libgphoto2.darwinports.com/">libgphoto2.darwinports.com</a>) with command: <em>sudo port install libgphoto2</em>. It will download all needed libraries for you and install all of them under /opt/.</p>
<p>2. Download <strong>gphoto2</strong>, unpack, go to it&#8217;s directory and configure with: <em>configure –prefix=/opt/local. </em>The script is not smart enough to search for libraries at /opt/local directory unless you&#8217;ve added this to global libraries path. Type then, make, and sudo make install. You will most probably need to provide your password. Remember, that it will be installed under /opt/local/bin - you may want to adjust your $PATH variable.<br />
3. Now is the trick I couldn&#8217;t find elsewhere. When your camera (set to PTP mode, remember?) is connected to the computer, kill the process named (all in one line):</p>
<blockquote><p><em>/System/Library/Image Capture/Devices/PTPCamera.app/Contents/MacOS/PTPCamera</em></p></blockquote>
<p>with a kill command. It&#8217;s necessary, otherwise gphoto2 will not be able to capture proper usb device.</p>
<p>That&#8217;s all.</p>
<p>After connecting my Nikon D70 I was able to trigger capturing - using <em>gphoto2 &#8211;capture-image</em> command.</p>
<p>All command line options of gphoto2 you may find on <a title="gphoto2 man page" href="http://www.gphoto.org/doc/manual/ref-gphoto2-cli.html">its man page</a>. For features list go to the <a title="Gphoto home page" href="http://www.gphoto.org/">Gphoto Project home page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ynse.net/2006/09/10/gphoto2-on-mac-osx/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photography in movies</title>
		<link>http://www.ynse.net/2006/09/09/photography-in-movies/</link>
		<comments>http://www.ynse.net/2006/09/09/photography-in-movies/#comments</comments>
		<pubDate>Sat, 09 Sep 2006 15:02:39 +0000</pubDate>
		<dc:creator>Ynse</dc:creator>
		
	<dc:subject>Different photography</dc:subject><dc:subject>different photography</dc:subject><dc:subject>photography</dc:subject>
		<guid isPermaLink="false">http://www.ynse.net/2006/09/09/photography-in-movies/</guid>
		<description><![CDATA[  Recent post at The Online Photographer mentioned two movies worth to see for every photographer, Bubble and Girl with a Pearl Earring. I don’t watch movies (almost at all), but I watch very often concerts released on DVD. Usually, the visual impact of the concert supposed to be watched at home is not very [...] ]]></description>
			<content:encoded><![CDATA[<p> <a title="The Online Photographer - Learning from Bubble" href="http://theonlinephotographer.blogspot.com/2006/05/learning-from-bubble.html">Recent post at The Online Photographer</a> mentioned two movies worth to see for every photographer, <strong>Bubble</strong> and <strong>Girl with a Pearl Earring</strong>. I don’t watch movies (almost at all), but I watch very often concerts released on DVD. Usually, the visual impact of the concert supposed to be watched at home is not very important. Or at least I have that feeling. There’re only few concert movies having an outstanding camera work. The first one is Sting’s Inside - The Songs of Sacred Love - half concert, half document about his latest album. This concert was performed in a theater with an unusual arrangement: the band was in the middle, and the audience all around. Magic atmosphere flows out of the screen&#8230; The other concert I like to watch and hear with a big pleasure is the latest Dream Theater performance at Budokan arena in central Tokyo. The most accomplished virtuosos on their instruments, incredible songs and stunning presentation.</p>
<div style="text-align: center"><img alt="Dream Theater - Budokan " id="image47" src="http://www.ynse.net/wp-content/uploads/2006/09/dvd2.png" /></div>
<p>Both of these movies show one important thing I often miss in many other productions: passion and devotion to Art. That&#8217;s not very often seen, nor easy to capture.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ynse.net/2006/09/09/photography-in-movies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Night shots through the window</title>
		<link>http://www.ynse.net/2006/09/07/night-shots-through-the-window/</link>
		<comments>http://www.ynse.net/2006/09/07/night-shots-through-the-window/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 11:36:59 +0000</pubDate>
		<dc:creator>Ynse</dc:creator>
		
	<dc:subject>Night shots</dc:subject>
		<guid isPermaLink="false">http://www.ynse.net/2006/09/07/night-shots-through-the-window/</guid>
		<description><![CDATA[  It happens to me from time to time, that I get opportunity to shot an interesting photo through the window of a car or a flat. Below you can see 2s exposure at ISO1600 with Nikon D70. Noise is quite visible, but I still find this photo quite usable. I didn&#8217;t use any advanced [...] ]]></description>
			<content:encoded><![CDATA[<p> It happens to me from time to time, that I get opportunity to shot an interesting photo through the window of a car or a flat. Below you can see 2s exposure at ISO1600 with Nikon D70. Noise is quite visible, but I still find this photo quite usable. I didn&#8217;t use any advanced noise reduction in processing software, other than built-in in Adobe Camera Raw. I wouldn&#8217;t claim that I have the prettiest view from my window, (especially during a day), but at night an interesting light pattern reveals - interesting for photographer-insomniac.<br />
<a title="Photo Sharing" href="http://www.flickr.com/photos/ynse/235219293/" /></p>
<div style="text-align: center"><a title="Photo Sharing" href="http://www.flickr.com/photos/ynse/235219293/"><img width="500" height="333" alt="Night's light" src="http://static.flickr.com/95/235219293_8e65fc498e.jpg" /></a></div>
<p>It&#8217;s pretty interesting to see how fast sensor building technology advances. The previous digital SLR from Nikon, D100, is almost unusable during long exposures - even at ISO200, but it&#8217;s only two years older than D70.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ynse.net/2006/09/07/night-shots-through-the-window/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Xephem - night sky on your desktop</title>
		<link>http://www.ynse.net/2006/09/05/xephem-night-sky-on-your-desktop/</link>
		<comments>http://www.ynse.net/2006/09/05/xephem-night-sky-on-your-desktop/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 13:25:32 +0000</pubDate>
		<dc:creator>Ynse</dc:creator>
		
	<dc:subject>Tools</dc:subject><dc:subject>night photography</dc:subject><dc:subject>software tools</dc:subject><dc:subject>xephem</dc:subject>
		<guid isPermaLink="false">http://www.ynse.net/2006/09/05/xephem-night-sky-on-your-desktop/</guid>
		<description><![CDATA[  While photographing at night I started to think that some software with ability to predict what is going to happen on the night sky (for example, Moon sets or rises, presence and time of meteor showers) would be very useful. Online tool wasn&#8217;t an option - there are times I don&#8217;t have internet connection. [...] ]]></description>
			<content:encoded><![CDATA[<p> While photographing at night I started to think that some software with ability to predict what is going to happen on the night sky (for example, Moon sets or rises, presence and time of meteor showers) would be very useful. Online tool wasn&#8217;t an option - there are times I don&#8217;t have internet connection. I looked at standalone, preferably open source programs. There&#8217;s plenty of free software for watching night sky, like <a title="Celestia" href="http://celestia.sourceforge.net/">Celestia</a>, <a title="Stellarium" href="http://www.stellarium.org/">Stellarium</a> or <a title="Kstars" href="http://edu.kde.org/kstars/">Kstars</a>. I knew about them but I chose to install <a title="Xephem" href="http://www.clearskyinstitute.com/xephem/">Xephem</a> on my Mac. It&#8217;s not the prettiest program available, it does not have fancy graphics like competitors mentioned before and being so powerful Xephem is probably an overkill for a night photographer. It&#8217;s features list is long and target audience are rather astronomers. Why I chose it?</p>
<p>- it does not eat computer&#8217;s resources almost at all</p>
<p>- its features may actually be quite useful in the near future, because I want to jump into astrophotography some day</p>
<p>- it has a nice window called Night-At-Glance - it&#8217;s an overview of what is happening on the sky on the particular night</p>
<p>Here&#8217;s the mandatory screenshot.</p>
<div style="text-align: center"><a title="Photo Sharing" href="http://www.flickr.com/photos/ynse/232721755/"><img width="500" height="304" alt="Xephem on Mac OSX screenshot" src="http://static.flickr.com/97/232721755_2438ca93be.jpg" /></a></div>
<p>Note on installing: Xephem is available for all major linux/unix systems mainly. Installation under OSX should be performed through <a title="Fink" href="http://fink.sourceforge.net">Fink</a> - otherwise you may run into trouble while compiling it by yourself. I haven&#8217;t tried installation under MS Windows, but Xephem&#8217;s homepage states it&#8217;s possible.</p>
<p>Why all this you may ask. Here&#8217;s the answer - look at this <a title="Brian Chapman at Flickr" href="http://www.flickr.com/photos/brianechapman/117916981/">photo by Brian Chapman</a>. It&#8217;s one of the most stunning examples of night photography I&#8217;ve seen recently.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ynse.net/2006/09/05/xephem-night-sky-on-your-desktop/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
