<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dave Page &#187; photography</title>
	<atom:link href="http://chwalisz.org/tag/photography/feed/" rel="self" type="application/rss+xml" />
	<link>http://chwalisz.org</link>
	<description>Stuff</description>
	<lastBuildDate>Sun, 06 May 2012 23:35:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Gym Color Temperature</title>
		<link>http://chwalisz.org/2012/05/06/gym-color-temperature/</link>
		<comments>http://chwalisz.org/2012/05/06/gym-color-temperature/#comments</comments>
		<pubDate>Sun, 06 May 2012 23:35:12 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[gym]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[memorial]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[sarah]]></category>
		<category><![CDATA[temperature]]></category>

		<guid isPermaLink="false">http://chwalisz.org/?p=883</guid>
		<description><![CDATA[<p>Processing pix from the Sarah McCullagh Memorial Scholarship. Took Nikon NEF (Raw) format to avoid problems with color balance, which is horrible in the gym.</p> <p>From here, &#8220;Mercury vapor color temp is around 4200K and CRI in range of 50.&#8221;</p> <p>Looks much better now.</p>]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div><p>Processing pix from the Sarah McCullagh Memorial Scholarship. Took Nikon NEF (Raw) format to avoid problems with color balance, which is horrible in the gym.</p>
<p>From <a href="http://www.cinematography.com/index.php?showtopic=25915">here</a>, &#8220;Mercury vapor color temp is around 4200K and CRI in range of 50.&#8221;</p>
<p>Looks much better now.</p>
<div class='wb_fb_comment'><br/></div>]]></content:encoded>
			<wfw:commentRss>http://chwalisz.org/2012/05/06/gym-color-temperature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mavica 411</title>
		<link>http://chwalisz.org/2009/05/16/mavica-411/</link>
		<comments>http://chwalisz.org/2009/05/16/mavica-411/#comments</comments>
		<pubDate>Sun, 17 May 2009 00:05:55 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[cameras]]></category>
		<category><![CDATA[digital camera]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tech support]]></category>

		<guid isPermaLink="false">http://chwalisz.org/?p=287</guid>
		<description><![CDATA[<p>At Bette&#8217;s school, the classroom digicam is a Sony Mavica MVC-FD200, circa 2002, very old school with a FLOPPY drive or Memory Stick media. &#8230;Memory Stick card slot and can store up to 128MB of images </p> <p> (from Steve&#8217;s Digicams) We found a compatible Memory Stick on eBay, but this time she did not [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div><p>At Bette&#8217;s school, the classroom digicam is a Sony Mavica MVC-FD200, circa 2002, very old school with a FLOPPY drive or Memory Stick media.<br />
<blockquote>&#8230;Memory Stick card slot and can store up to 128MB of images </p></blockquote>
<p> (<a href="http://www.steves-digicams.com/2002_reviews/fd200.html">from Steve&#8217;s Digicams</a>) We found a compatible Memory Stick on eBay, but this time she did not have it, so used the floppy disk drive. I shoved the disk it, and all I found was a series of .411 files.</p>
<p>Huh? Would not open in Paint Shop Pro, ThumbsPlus or renaming to .jpg did not help. After a bit o&#8217;Googling I found they are thumbnail files for the camera, made to go along with an HTM file which the camera produces. The only way I could find to show the images are with an old-school Java 1.1 app, <a href="http://www.geocities.com/SiliconValley/Hills/3140/javicadownload.html">Javica</a>.</p>
<p>So I downloaded the <a href="http://java.sun.com/products/archive/jdk/1.1.8_010/jre/index.html">Java 1.1 JRE from Sun</a> and installed it. Tried to run the javica.jar file, would not start. Reset JAVA_HOME and the PATH environments.</p>
<p>Test it:<br />
<code> C:\devtools\Java\jre1.1\bin>jre -cp .\Javica.jar<br />
Java(tm) Runtime Loader Version 1.1.8_010</code></p>
<p>Opened the JAR with WinZip, read the Manifest. Nothing. Looked thru the class files. Found <code>com.javica.Javica.class</code>. Very sensible.</p>
<p>Take 2:<br />
<code>C:\devtools\Java\jre1.1\bin>jre -cp .\Javica.jar com.javica.Javica</code><br />
Bam! The GUI comes up and shows horrible lo-resolution thumbnails. Basically unusable. But I could tell they were pictures of our house. Huh?</p>
<p>Then I noticed the files were from 2006. I found that I used the wrong disk. All jpgs were on the ORANGE floppy! These were thumbnails from older 2006 pictures, of which I had the jpgs.</p>
<p>At least I can say I ran a 1.1 JRE. Now I need to repair the registry:<br />
<code>Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'<br />
has value '1.1', but '1.6' is required.<br />
Error: could not find java.dll<br />
Error: could not find Java SE Runtime Environment.</code></p>
<p>These cameras are $988 on Amazon why?</p>
<div class='wb_fb_comment'><br/></div>]]></content:encoded>
			<wfw:commentRss>http://chwalisz.org/2009/05/16/mavica-411/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EXIFutils to the rescue</title>
		<link>http://chwalisz.org/2008/08/17/exifutils-to-the-rescue/</link>
		<comments>http://chwalisz.org/2008/08/17/exifutils-to-the-rescue/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 18:13:28 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://chwalisz.org/?p=143</guid>
		<description><![CDATA[<p>Bette teaches kindergarten. She takes pictures, and as the computer consultant, I have to upload them to the Walgreens website. So I use iTag to review them and add the IPTC keyword tag &#8220;printme&#8221; to the ones she wants printed. How to convert to Walgreens?</p> <p>It&#8217;s not pretty. I use the wonderful EXIFUtils to extract [...]]]></description>
			<content:encoded><![CDATA[<div class='wb_fb_top'><div style="float:right;"></div></div><p>Bette teaches kindergarten. She takes pictures, and as the computer consultant, I have to upload them to the Walgreens website. So I use <a href="http://www.itagsoftware.com/">iTag</a> to review them and add the IPTC keyword tag &#8220;printme&#8221; to the ones she wants printed. How to convert to Walgreens?</p>
<p>It&#8217;s not pretty. I use the wonderful <a href="http://www.hugsan.com/EXIFutils/">EXIFUtils</a> to extract a list:<br />
<code><br />
S:\pix>exiflist /o l -f file-name,ip-keyword  . | grep printme | sort<br />
VVKG_20080811_144431.jpg,Kindergarten; garden; sunflower; printme<br />
VVKG_20080812_155541.jpg,Kindergarten; garden; sunflower; printme<br />
...<br />
</code><br />
Sort it for ease of picking. Grep to filter out the ones with printme. Simple.</p>
<p>Until you start with <a href="http://photo.walgreens.com/">Walgreens</a>. You can either work with their ActiveX uploader, which truncates the last part of the filename, or add one at a time via a Browse button and the standard file-open dialog, which is slow.</p>
<p>Needed: upload a list, or allow multiple selections in the browse box. Or a new print vendor with a location 1/2 mile away. Still cheaper than printing them on a printer.</p>
<p>Also, I could use <a href="http://www.cerious.com/">ThumbsPlus </a>&#8211; you can do queries on a folder based on a keyword, then move those into a temporary folder, then upload the temp folder. Might even be easier.</p>
<p><a href="http://photo.walgreens.com/">Walgreens photo processing</a><br />
<a href="http://www.hugsan.com/EXIFutils/">EXIFUtils</a><br />
<a href="http://www.cerious.com/">ThumbsPlus </a></p>
<hr />
<table>
<tr>
<td>
This <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/InteractiveResource" rel="dc:type">work</span> is licensed under a<br />
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 License</a>.</td>
<td>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><br />
<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /><br />
</a>
</td>
</tr>
</table>
<div class='wb_fb_comment'><br/></div>]]></content:encoded>
			<wfw:commentRss>http://chwalisz.org/2008/08/17/exifutils-to-the-rescue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

