<?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>Capture Integration - Your partner in High-End Digital Photography &#187; Doug</title>
	<atom:link href="http://www.captureintegration.com/category/the-techie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.captureintegration.com</link>
	<description>Phase One Dealer of the Year, Capture Integration provides solutions for high-end digital photography</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:53:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A Primer on OSX Security</title>
		<link>http://www.captureintegration.com/2010/07/30/a-primer-on-osx-security/</link>
		<comments>http://www.captureintegration.com/2010/07/30/a-primer-on-osx-security/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 17:41:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Doug]]></category>
		<category><![CDATA[Tech Features]]></category>
		<category><![CDATA[Tips & Tech]]></category>

		<guid isPermaLink="false">http://www.captureintegration.com/?p=6618</guid>
		<description><![CDATA[In the past year both Dave Gallagher and myself have had a personal laptop stolen. The experience highlighted the issue of security and our findings were depressing indeed. Here are a few points highlighted for your attention and further research. Neither Dave nor I are security experts and this should not be considered legal or [...]]]></description>
			<content:encoded><![CDATA[<p>In the past year both Dave Gallagher and myself have had a personal laptop stolen. The experience highlighted the issue of security and our findings were depressing indeed. Here are a few points highlighted for your attention and further research. Neither Dave nor I are security experts and this should not be considered legal or professional advice; just a caution against taking security for granted.</p>
<h3>Foreword</h3>
<p>Anytime an article on security is published it raises the question on whether the author should highlight weaknesses. My personal stance on this is absolutely firm: the people who want to bypass your security <em>already</em> know everything I&#8217;m writing below. Literally an intelligent 10-year old could find the information in under 10 minutes using google, and much of the information is posted publicly in Apple&#8217;s own help documents. This article is to help honest people understand what is needed to guard themselves against dishonest people.</p>
<h3><img class="alignright size-full wp-image-6619" title="X" src="http://www.captureintegration.com/wp-content/uploads/X.jpg" alt="" width="125" />OSX Password</h3>
<p>All Mac user accounts must have a password associated with them. This password is required to make any low-level changes to the system like installing applications or changing important system preferences. If you&#8217;ve disabled &#8220;Auto-Login&#8221; in the system [System Preferences &gt; Security] panel then the password is required to log into the computer. In addition [System Preferences &gt; Security] can be set so that the computer automatically logs you out after X minutes of inactivity and requires a password to log back in. This is a pretty good level of security right?</p>
<h3>Breaking the OSX Password</h3>
<p>How long does it take to break past the OSX password? Using a good password makes it next to impossible for someone else to guess or &#8220;crack&#8221; your OSX Password. But they don&#8217;t have to. Anyone can change your OSX password by inserting an OSX install DVD and booting from the DVD. They even have a <a href="http://support.apple.com/kb/ht1274">step-by-step guide</a> to do this on Apple.com. Bottom line: if someone has physical access to your computer and more than 5 minutes then your OSX password is useless.</p>
<h3>But I use a Firmware Password!</h3>
<p>OSX allows you to set a &#8220;firmware password&#8221; which is required before a user can boot from a DVD. Since the procedure above requires the user to boot from the OSX DVD the idea is that the Firmware Password will prevent someone from subverting your OSX Password. Unfortunately it&#8217;s really easy to subvert the firmware password.</p>
<h3>Breaking a Firmware Password</h3>
<p>The Firmware Password can be reset by opening the computer and physically removing one of the sticks of ram, then booting the computer holding command-option-P-R (the shortcut to reset the PRAM). That&#8217;s it &#8211; the firmware password has been reset and you can boot from an OSX DVD to reset the OSX Password. If the bad-guy has physical access to the computer this entire process requires a OSX DVD, a screwdriver, and less than 10 minutes and your system is completely unlocked.</p>
<h3><img class="alignright size-medium wp-image-6620" title="vault" src="http://www.captureintegration.com/wp-content/uploads/vault-300x300.jpg" alt="" width="100" height="100" />So what Can I Do?</h3>
<p>So far as I can find, the only way to truly secure your system is FileVault. It may be possible for the NSA or CIA to crack a FileVault password, but as far as I can find, it&#8217;s impossible for any average bad guy. So unless you&#8217;re carrying state-secrets you&#8217;re probably more than safe using a FileVault with a good, hard to guess password. FileVault encrypts the entire contents of your home folder where the vast majority of programs store their data. Your Desktop, Documents, Pictures, Music, and Settings files are are located within your Home folder.</p>
<h3>The Damage Possible</h3>
<p>Nearly everyone I know stores sensitive information on their computer, even if they don&#8217;t know it. Here are some of the things a thief might do after unlocking your computer:</p>
<ul>
<li>Open <img class="alignright size-medium wp-image-6621" title="keychain" src="http://www.captureintegration.com/wp-content/uploads/keychain-300x168.jpg" alt="" width="250" /> and view all the passwords you&#8217;ve stored on the computer by selecting &#8220;Remember this password&#8221; in any application</li>
<li>Read your email (if you use Mail)</li>
<li>Send email in your name to your contacts (&#8220;e.g. Hey Mom, I can&#8217;t remember my ATM PIN &#8211; do you remember it??&#8221;)</li>
<li>Check popular websites to see if you are auto-logged in (e.g. your gmail/hotmail/AOL email)</li>
<li>Go to banking websites and use the &#8220;forgot my password&#8221; to email your secure passwords to your email address or initiate a password reset</li>
</ul>
<h3>Overall Recommendations</h3>
<ul>
<li>Use a reasonably secure OSX password, set up a <a href="http://support.apple.com/kb/ht1352">firmware password</a>, and set up <a href="http://docs.info.apple.com/article.html?path=Mac/10.6/en/8736.html">File Vault</a>.</li>
<li>Only store confidential documents in your user folder where File Vault will protect it.</li>
<li>Turn your [System Preferences &gt; Security] to disable automatic OSX login, and to require a password when coming back from a screen saver, set your screen saver to come on after only a few minutes of inactivity.</li>
<li>Tier your passwords. Anything really important like bank accounts, tax information, etc., should be very secure passwords which are not directly related to your less important passwords. When creating throw-away accounts (e.g.  you have to create a username/password for a stupid giveaway) use a dedicated low-security and unrelated password like &#8220;nothing123&#8243; so that anyone able to view such passwords cannot use them to access your important accounts.</li>
<li>Do not use &#8220;auto logins&#8221; on any website or program which should be secure.</li>
<li>Remember that many websites, even some financial websites, will email you your password with only a few (easy to guess/find) questions like date-of-birth. So whichever email address you use with secure accounts needs to be, itself, a high security password and should not be set to auto-login. For example a &#8220;hacker&#8221; (read: smart alec kid) gained access to one of <a href="http://www.wired.com/threatlevel/2010/04/kernell-guilty/">Sarah Palin&#8217;s</a> secure email address by using the &#8220;reset password&#8221; function which emailed the secure password to a much less secure email address.</li>
<li>NEVER write your password down or type it into any document (only password entry fields). If needed write yourself clues on what the password is that are obscure/personal enough that they won&#8217;t be decipherable by anyone else. For instance if your password is &#8220;John4Galt2 you might remind yourself &#8220;Rand Also Can&#8217;t Remember&#8221; which easily jogs the memory of the originator but would be impossible to reverse engineer.</li>
<li>If you ever suspect your computer or smart phone has been stolen immediately reset every password you have. If you have a smart phone which can be remotely wiped do so <em>immediately</em> as anyone who is stealing a phone in order to mine data off of it will know they only have a limited time to take advantage of it.</li>
<li>If you have so many passwords you can&#8217;t keep track then consider creating an <a href="http://www.doug-peterson.com/one-password-to-rule-them-all/">encrypted disk image file</a> where you can type your passwords and other ultra-confidential information. Doing so in OSX takes only a few minutes.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.captureintegration.com/2010/07/30/a-primer-on-osx-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firewire vs. USB</title>
		<link>http://www.captureintegration.com/2010/07/01/firewire-vs-usb/</link>
		<comments>http://www.captureintegration.com/2010/07/01/firewire-vs-usb/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 23:17:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Doug]]></category>

		<guid isPermaLink="false">http://www.captureintegration.com/?p=6208</guid>
		<description><![CDATA[by Doug Peterson, Head of Technical Services
Today I had a customer ask why digital backs used firewire and dSLRs use USB. It&#8217;s an explanation I give frequently but I thought I&#8217;d take this chance to blog about it to all you loyal readers. The below represents my personal unabashed view of why USB sucks and [...]]]></description>
			<content:encoded><![CDATA[<p>by Doug Peterson, Head of Technical Services</p>
<p>Today I had a customer ask why digital backs used firewire and dSLRs use USB. It&#8217;s an explanation I give frequently but I thought I&#8217;d take this chance to blog about it to all you loyal readers. The below represents my personal unabashed view of why USB sucks and FireWire rocks (in high-end applications such as tethering high-res cameras).</p>
<p>USB and FW are both great specs on paper, but there are some very technical differences between them. Without getting too deep in technical jargon here are some differences:</p>
<ul>
<li> FireWire can provide more electrical power than USB over-the-cable</li>
<li>Firewire 400 connectors are make a very tight physical connection* mini-USB as used on most dSLRs fall out very easily on their own and are therefore often accompanied by a screw-in holder of some kind, making it much harder to &#8220;unplug and go&#8221;</li>
<li>Even in ideal situations the maximum sped of FW400 is higher than USB, the speed of FW800 is far higher (ignore the specs which say USB is slightly faster &#8211; this is the theoretical max speed and no USB device, not even high performance ones, come anywhere close to this speed).</li>
<li>FireWire supports Daisy Chaining which is a fancy way of saying you can connect a FireWire device to a computer by connecting it to another FireWire device already connected to that computer. This has a lot of cool applications that most people don&#8217;t need or use.</li>
<li>Finally the greatest difference of all may be the way the connection is managed. With USB the computer is asked to manage the transfers of data which means the CPU has to be monitoring/managing the connection anytime data will be transferred. With FireWire there is a chip on board the device which can communicate directly with the FW board so that no system resources are needed. As long as the computer has available system resources (meaning it&#8217;s not working very hard) the difference between these methods is minor. However when the computer is taxed (e.g. by heavy continuous shooting of a high-resolution camera and the processing/rendering required to show previews of those images) the difference can be huge because USB requires the CPU to &#8220;pay attention&#8221; to it to transfer new data, and if the CPU is swamped it cannot pay full attention to the USB. Whereas with Firewire the device and Firewire hub can continue to manage the transfer of new data by themselves. The practical result? Plug in a digital back like a P40+ and hold down the trigger and it will continue shooting the same speed for many dozens, or even hundreds of images in a row without changing speeds. Plug in a dSLR and hold down the trigger &#8211; you&#8217;ll have to wait until the camera has hit its buffer limit so that you&#8217;re watching the speed of transfer from the camera to computer rather than the speed of the camera to the camera-buffer. If your computer is fast enough to manage the connection to the camera and do the calculations of proxies (and anything else which is open and running) and still have headroom to manage the USB connection than the rate will not change. If however you have a slower computer or you start pushing the computer hard (checking focus at 100%, processing images, making adjustments to a batch of images, opening files in the background in photoshop etc) then the downloading of new images will crawl to a stand still making the camera feel lethargic and non-responsive.</li>
</ul>
<p>So all of the above points make it sound like FireWire should be everywhere and USB nowhere. What&#8217;s up?</p>
<p>There is price to the last point. Since FireWire devices must manage themselves they must include the size/weight and most importantly cost of an onboard chip. These chips aren&#8217;t very expensive, but for many consumer electronics there are only cents worth of profit per item and the money spent on the FW chip just doesn&#8217;t make sense. Likewise adding FW ports to a computer is more expensive than USB ports and since most of the PC world is <em>extremely</em> price conscious many PCs did not include a FW port.</p>
<p>When Canon changed from the firewire port on the 1Ds II to the USB port on the 1Ds III it was a sad day for me. I understand why; Canon makes general purpose cameras used by a huge variety of users and many 1Ds III will never take a single tethered shot, and in the general market place many computers do not have a FW port. Cheaper and more readily available connectors won out over the better (but ever so slightly more expensive) technical solution.</p>
<p>*The older SCSI and Parallel/Printer port connectors were even better but were designed to be plugged in once rather than plugged and unplugged and were designed before hardly any &#8220;mobile&#8221; devices were available.</p>
<p>See more: http://www.usb-ware.com/firewire-vs-usb.htm</p>
]]></content:encoded>
			<wfw:commentRss>http://www.captureintegration.com/2010/07/01/firewire-vs-usb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Induro PHQ 5-Way Panhead</title>
		<link>http://www.captureintegration.com/2010/05/03/induro-phq-5-way-panhead/</link>
		<comments>http://www.captureintegration.com/2010/05/03/induro-phq-5-way-panhead/#comments</comments>
		<pubDate>Mon, 03 May 2010 20:58:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Doug]]></category>

		<guid isPermaLink="false">http://www.captureintegration.com/?p=5345</guid>
		<description><![CDATA[Induro has just released a new tripod head that makes you wonder why every tripod head.
We watched this video and decided to order several to put in stock. If you&#8217;d like to reserve one or would like more information please call us at 877-217-9870.

]]></description>
			<content:encoded><![CDATA[<p>Induro has just released a new tripod head that makes you wonder why every tripod head.</p>
<p>We watched this video and decided to order several to put in stock. If you&#8217;d like to reserve one or would like more information please call us at 877-217-9870.</p>
<p><object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" width="690" height="360" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"><param name="src" value="http://s22806.gridserver.com/Induro_5-way_Head_Demonstration 2.mov" /><embed type="video/quicktime" width="690" height="360" src="http://s22806.gridserver.com/Induro_5-way_Head_Demonstration 2.mov"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.captureintegration.com/2010/05/03/induro-phq-5-way-panhead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capture One Styles</title>
		<link>http://www.captureintegration.com/2010/04/13/capture-one-styles/</link>
		<comments>http://www.captureintegration.com/2010/04/13/capture-one-styles/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 13:06:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Doug]]></category>
		<category><![CDATA[Tech Features]]></category>
		<category><![CDATA[Tips & Tech]]></category>

		<guid isPermaLink="false">http://www.captureintegration.com/?p=4905</guid>
		<description><![CDATA[by Doug Peterson, Head of Technical Services
One of Capture One&#8217;s most powerful features is the styles menu. However, it often gets overlooked because the variety and usefulness of the included styles is somewhat limited, and the method of creating your own style is easy, but not very intuitive or discoverable.
We hate to see our users [...]]]></description>
			<content:encoded><![CDATA[<p>by Doug Peterson, Head of Technical Services</p>
<p>One of Capture One&#8217;s most powerful features is the styles menu. However, it often gets overlooked because the variety and usefulness of the included styles is somewhat limited, and the method of creating your own style is easy, but not very intuitive or discoverable.</p>
<p>We hate to see our users missing out on powerful features we think they would benefit from, so we are working on a set of styles under our own Capture Integration brand. They will be free and offered without limitations / watermarking etc, though you do need to enter your email address to receive the download link.<br />
<span id="more-4905"></span></p>
<p>Consider this our first pass at an ongoing process. We would love feedback (send to doug@captureintegration.com) about these styles and what sorts of styles you would find useful in a future version of our styles package.</p>
<h1>Mac Install Instructions</h1>
<ol>
<li>Ensure you have Capture One 5.1 or 5.1.1 installed.</li>
<li>Close any programs that are open (other than this browser!). Most especially close Capture One.</li>
<li>Fill out the simple form at the end of this blog entry to receive the link to download the ZIP file containing the styles.</li>
<li>Navigate to the following location [User Folder* &gt; Library &gt; Application Support &gt; Capture One &gt; Styles]</li>
<li>Place the individual styles from the Capture Integration Zip file into the Styles folder so that the Styles folder contains 27 style files.</li>
</ol>
<h6>*your user folder is the one with the house icon. Usually it is your name or the name of your company. If you don&#8217;t know what your user folder is the easiest way to find it is to click on the desktop and then go to the pull down menu [Go &gt; Home]</h6>
<h3>Usage</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MxNEeBMRaWo&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/MxNEeBMRaWo&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3>Naming and Examples</h3>
<p>There are four types of styles in this release.</p>
<ul>
<li><strong>FX -</strong> meaning Effects. These are strong, sometimes radical, changes to the image meant to create a very distinct look. With the wrong image these will be over-the-top and corny looking. With the right image they will be dramatic and emotion evoking.</li>
<li><strong>Color -</strong> meaning different color responses. Similar in concept to the differences between various color films</li>
<li><strong>BW -</strong> meaning different black and white responses. Similar in concept to the differences between various black and white films</li>
<li><strong>Toolkit -</strong> meaning specific changes to a color for a specific purpose. If that color is not in your image there may be no visible change to the image.</li>
</ul>
<p>They are named with relative ambiguity to avoid consigning them to a specific usage. After all any given style may look great for a type of image (landscape, portrait, product) and look comical/corny/ugly for another. So play around with a couple types of images before you make too many judgements.<br />

<a href='http://www.captureintegration.com/2010/04/13/capture-one-styles/fx_youngblood/' title='FX_YoungBlood'><img width="150" height="150" src="http://www.captureintegration.com/wp-content/uploads/FX_YoungBlood-150x150.jpg" class="attachment-thumbnail" alt="FX_YoungBlood" title="FX_YoungBlood" /></a>
<a href='http://www.captureintegration.com/2010/04/13/capture-one-styles/fx_downandbrown/' title='FX_DownAndBrown'><img width="150" height="150" src="http://www.captureintegration.com/wp-content/uploads/FX_DownAndBrown-150x150.jpg" class="attachment-thumbnail" alt="FX_DownAndBrown" title="FX_DownAndBrown" /></a>
<a href='http://www.captureintegration.com/2010/04/13/capture-one-styles/fx_criss/' title='FX_Criss'><img width="150" height="150" src="http://www.captureintegration.com/wp-content/uploads/FX_Criss-150x150.jpg" class="attachment-thumbnail" alt="FX_Criss" title="FX_Criss" /></a>
<a href='http://www.captureintegration.com/2010/04/13/capture-one-styles/color_winter/' title='Color_Winter'><img width="150" height="150" src="http://www.captureintegration.com/wp-content/uploads/Color_Winter-150x150.jpg" class="attachment-thumbnail" alt="Color_Winter" title="Color_Winter" /></a>
<a href='http://www.captureintegration.com/2010/04/13/capture-one-styles/color_paramute/' title='Color_ParaMute'><img width="150" height="150" src="http://www.captureintegration.com/wp-content/uploads/Color_ParaMute-150x150.jpg" class="attachment-thumbnail" alt="Color_ParaMute" title="Color_ParaMute" /></a>
<a href='http://www.captureintegration.com/2010/04/13/capture-one-styles/bw_scapegoat-1/' title='BW_Scapegoat-1'><img width="150" height="150" src="http://www.captureintegration.com/wp-content/uploads/BW_Scapegoat-1-150x150.jpg" class="attachment-thumbnail" alt="BW_Scapegoat-1" title="BW_Scapegoat-1" /></a>
<a href='http://www.captureintegration.com/2010/04/13/capture-one-styles/bw_aura_lc/' title='BW_Aura_LC'><img width="150" height="150" src="http://www.captureintegration.com/wp-content/uploads/BW_Aura_LC-150x150.jpg" class="attachment-thumbnail" alt="BW_Aura_LC" title="BW_Aura_LC" /></a>
<a href='http://www.captureintegration.com/2010/04/13/capture-one-styles/bw_aura_hc/' title='BW_Aura_HC'><img width="150" height="150" src="http://www.captureintegration.com/wp-content/uploads/BW_Aura_HC-150x150.jpg" class="attachment-thumbnail" alt="BW_Aura_HC" title="BW_Aura_HC" /></a>
</p>
<h5>Photo above by Doug Peterson, Model is Rebecca Gillispi</h5>
<h3>Reminder: We Sell Capture One</h3>
<p>As a reminder, as the leading Phase One Dealer in the US we sell Capture One across the globe via the internet. If you don&#8217;t own Capture One or have not upgraded to Capture One Pro 5 please visit our <a href="http://www.captureintegration.com/phase-one/buy-capture-one/">How to Buy C1 from Capture Integration</a> blog entry &#8211; which includes a 10% discount!</p>
<h3>Receive Download Link</h3>



<!-- START of Dagon Design Formmailer output -->

<div class="ddfmwrap"><form class="ddfm" name="form1" method="post" action="http://www.captureintegration.com/2010/04/13/capture-one-styles/" enctype="multipart/form-data">

<p class="fieldwrap"><label for="fm_name"><span class="required">*</span> Name</label><input class="fmtext" type="text" name="fm_name" id="fm_name" value="" /></p>

<p class="fieldwrap"><label for="fm_email"><span class="required">*</span> Email</label><input class="fmtext" type="text" name="fm_email" id="fm_email" value="" /></p>

<p class="fieldwrap"><label for="fm_citystate[max=100">State/Country</label><input class="fmtext" type="text" name="fm_citystate[max=100" id="fm_citystate[max=100" value="" /></p>

<p class="fieldwrap"><label for="fm_primarycamera"><span class="required">*</span> What Camera(s) do you use with C1?</label><input class="fmtext" type="text" name="fm_primarycamera" id="fm_primarycamera" value="" /></p>

<p class="fieldwrap"><label for="fm_verify"><span class="required">*</span> Verify</label>
<input class="fmverify" type="text" name="fm_verify" id="fm_verify" />
<img src="http://www.captureintegration.com/wp-content/plugins/dd-formmailer/dd-formmailer.php?v=1" alt="Verify" title="Verify" /></p>

<p><input type="hidden" name="MAX_FILE_SIZE" value="1000000" /></p>
<div class="submit"><input type="submit" name="form_submitted" value="Send Email" /></div>

<div class="credits">Script by <a href="http://www.dagondesign.com" title="Dagon Design">Dagon Design</a></div>

</form></div>

<!-- END of Dagon Design Formmailer output -->



]]></content:encoded>
			<wfw:commentRss>http://www.captureintegration.com/2010/04/13/capture-one-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DF: Manual &amp; Custom Function List</title>
		<link>http://www.captureintegration.com/2010/03/24/df-body-custom-functions/</link>
		<comments>http://www.captureintegration.com/2010/03/24/df-body-custom-functions/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 13:48:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Doug]]></category>
		<category><![CDATA[Tech Features]]></category>
		<category><![CDATA[Tips & Tech]]></category>

		<guid isPermaLink="false">http://www.captureintegration.com/?p=4851</guid>
		<description><![CDATA[Phase One DF Body User Manual
Click below to download

Custom function quick list.
For further information on custom functions (or larger type) download the user manual above and look through pages 88 through 92.

]]></description>
			<content:encoded><![CDATA[<h3>Phase One DF Body User Manual</h3>
<p>Click below to download<br />
<a href="http://s22806.gridserver.com/P1645DF-Usersguide.pdf"><img class="alignnone size-full wp-image-4859" title="DFUserManual" src="http://www.captureintegration.com/wp-content/uploads/DFUserManual.jpg" alt="" width="690" /></a></p>
<h3>Custom function quick list.</h3>
<p>For further information on custom functions (or larger type) download the user manual above and look through pages 88 through 92.<br />
<a rel="attachment wp-att-4852" href="http://www.captureintegration.com/2010/03/24/df-body-custom-functions/capture-one-4-users-guide/"><img class="size-full wp-image-4852 alignnone" title="Capture One 4 Users Guide" src="http://www.captureintegration.com/wp-content/uploads/CF_KB_jpeg.jpg" alt="" width="565" height="730" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.captureintegration.com/2010/03/24/df-body-custom-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Negative Clarity in C1 5.1</title>
		<link>http://www.captureintegration.com/2010/02/22/negative-clarity-in-c1-5-1/</link>
		<comments>http://www.captureintegration.com/2010/02/22/negative-clarity-in-c1-5-1/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 18:32:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Doug]]></category>
		<category><![CDATA[Tips & Tech]]></category>

		<guid isPermaLink="false">http://www.captureintegration.com/?p=4490</guid>
		<description><![CDATA[Capture One 5.1 allows for a negative clarity value.

One major application of this image enhancement tool is for portraits. The best way to see the effect is, of course, by applying it to your own work. However, below is a basic primer that demonstrates what positive and negative clarity does for a portrait, along with [...]]]></description>
			<content:encoded><![CDATA[<p>Capture One 5.1 allows for a negative clarity value.<br />
<img class="alignnone size-full wp-image-4494" title="clarity" src="http://www.captureintegration.com/wp-content/uploads/clarity.jpg" alt="" width="336" height="53" /></p>
<p>One major application of this image enhancement tool is for portraits. The best way to see the effect is, of course, by applying it to your own work. However, below is a basic primer that demonstrates what positive and negative clarity does for a portrait, along with how you might adjust an image after a large clarity change. You can view the small summary below or <a href="http://s22806.gridserver.com/Clarity-Demo-Stack.psd">Download this as a layered Photoshop Document</a> for a closer examination.</p>
<p><a href="http://www.captureintegration.com/wp-content/uploads/Clarity-Demo.jpg" class="thickbox"><img class="alignnone size-medium wp-image-4491" title="Clarity-Demo" src="http://www.captureintegration.com/wp-content/uploads/Clarity-Demo-300x97.jpg" alt="" width="300" height="97" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.captureintegration.com/2010/02/22/negative-clarity-in-c1-5-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aperture 3 Release hints at 1Ds IV</title>
		<link>http://www.captureintegration.com/2010/02/09/aperture-3-release-hints-at-1ds-iv/</link>
		<comments>http://www.captureintegration.com/2010/02/09/aperture-3-release-hints-at-1ds-iv/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:22:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Doug]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.captureintegration.com/?p=3846</guid>
		<description><![CDATA[By Doug Peterson Head of Technical Services
Apple released Aperture 3 today. Under the Raw File Support List is the Canon 1Ds IV.
Granted this doesn&#8217;t really say anything about release dates, specifications, or usability. But it&#8217;s interesting to see a company obsessed with secrecy about unreleased products slip up on a partner&#8217;s unreleased product.

Also supported is [...]]]></description>
			<content:encoded><![CDATA[<p><em>By Doug Peterson Head of Technical Services</em></p>
<p>Apple released Aperture 3 today. Under the <a href="http://www.apple.com/aperture/specs/">Raw File Support List</a> is the Canon 1Ds IV.</p>
<p>Granted this doesn&#8217;t really say anything about release dates, specifications, or usability. But it&#8217;s interesting to see a company obsessed with secrecy about unreleased products slip up on a partner&#8217;s unreleased product.</p>
<p><a href="http://www.captureintegration.com/wp-content/uploads/1DsIV.jpg" class="thickbox"><img class="alignnone size-full wp-image-3845" title="1DsIV" src="http://www.captureintegration.com/wp-content/uploads/1DsIV.jpg" alt="" width="637" height="482" /></a></p>
<p>Also supported is most of the Leaf line of digital backs. With Leaf raw files now supported in Capture One, Aperture, Lightroom, Photoshop (ACR), Raw Developer, Silky Pix, as well as Leaf Capture the openness of Leaf&#8217;s platform under Phase One&#8217;s ownership is a clear benefit to it&#8217;s users.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.captureintegration.com/2010/02/09/aperture-3-release-hints-at-1ds-iv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oregon Panoramics</title>
		<link>http://www.captureintegration.com/2010/02/09/oregon-panoramics/</link>
		<comments>http://www.captureintegration.com/2010/02/09/oregon-panoramics/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 13:51:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Doug]]></category>

		<guid isPermaLink="false">http://www.captureintegration.com/?p=3795</guid>
		<description><![CDATA[By Doug Peterson, Head of Technical Services
On the eve of GetDPI&#8217;s upcoming workshop in Salton Sea I thought I&#8217;d revisit the images that I took on GetDPI&#8217;s last workshop in Oregon.
One of the nicest parts of working with high resolution systems like the backs/bodies/lenses in the Phase One ecosystem is that it is so versatile [...]]]></description>
			<content:encoded><![CDATA[<p>By Doug Peterson, Head of Technical Services</p>
<p>On the eve of GetDPI&#8217;s <a href="http://forum.getdpi.com/forum/showthread.php?p=181653#post181653">upcoming workshop in Salton Sea</a> I thought I&#8217;d revisit the images that I took on GetDPI&#8217;s last workshop in Oregon.</p>
<p>One of the nicest parts of working with high resolution systems like the backs/bodies/lenses in the Phase One ecosystem is that it is so versatile if your intended output is panoramic. The shots below were taken with a range of bodies and techniques to accomplish a 2:1 or 3:1 aspect ratio with enough resolution to print many feet wide.</p>
<p>Panoramic images, by their nature, need a larger width when printed in order to maintain the visual impact of the image. While a 20&#8243; x 24&#8243; image may feel immersive a 8&#8243;x24&#8243; does not (my opinion only of course). To get a 4 foot wide print of a panoramic evens the game again, providing an immersive and engaging viewing experience, but this requires a lot of resolution.</p>
<p>For a dSLR a single 22 megapixel frame may end up being 10-12 megapixels by the time you make a substantial crop. With the large starting resolution of a P45+, P40+, or P65+ however large crops still leave loads of pixels to print. Moreover on a technical camera you can stitch a higher resolution panoramic out of one continuous image circle (a much nicer process than panning-and-stitching as used with a dSLR).</p>
<p>I hope you enjoy these images. They are nothing too special, and the others on the GetDPI trip captured far finer imagery. But I hope they do give you a bit of inspiration to go out and capture the world in a panoramic format if it&#8217;s been a while since you&#8217;ve done so. There is something magic about the 3:1 aspect ratio.</p>
<p>A huge thank you to Dave Gallagher the owner of this highly specialized motley company to whom everything I do on the job is owed. These images were captured with equipment he bought, maintains, and pays for me learn. It&#8217;s a great job and I am lucky to have it.</p>
<h3>Click images below for technical details and a larger view.</h3>
<p><a title="Photo by Doug Peterson. Handheld Phase One Achromatic Plus (39mp true black &amp; white sensor) with Phase One AF body and Phase One 150mm D lens for 1/125th sec at f/4. Captured as single frame and cropped to 2:1 in post." href="http://www.captureintegration.com/wp-content/uploads/CF001077_09_10-copy.jpg" class="thickbox"><img class="alignnone size-full wp-image-3796" title="CF001077_09_10 copy" src="http://www.captureintegration.com/wp-content/uploads/CF001077_09_10-copy.jpg" alt="" width="690" /></a></p>
<p><em><br />
</em></p>
<p><a title="Photo by Doug Peterson. Tripod mounted Phase One P45+ digital back on Cambo Wide RS body with Schneider 47mm XL Digitar lens for 1/2 sec at f/13. Captured as two overlapping horizontal frames using the bodies' rear shift for a capture resolution of 70 megapixels and cropped to 2:1 in post." href="http://www.captureintegration.com/wp-content/uploads/CF000643_09_10-copy.jpg" class="thickbox"><img class="alignnone size-full wp-image-3802" src="http://www.captureintegration.com/wp-content/uploads/CF000643_09_10-copy.jpg" alt="" width="690" /></a></p>
<p><span id="more-3795"></span></p>
<p><a title="Photo by Doug Peterson. Tripod mounted Phase One P45+ digital back on Cambo Wide RS body with Schneider 47mm XL Digitar lens for 1/2 sec at f/13. Captured as two overlapping horizontal frames using the bodies' rear shift for a capture resolution of 70 megapixels and cropped to 3:1 in post." href="http://www.captureintegration.com/wp-content/uploads/Untitled_Panorama2-copy.jpg" class="thickbox"><img class="alignnone size-full wp-image-3801" src="http://www.captureintegration.com/wp-content/uploads/Untitled_Panorama2-copy.jpg" alt="" width="690" /></a></p>
<p><a title="Photo by Doug Peterson. Handheld Phase One Acromatic Plus digital back (39mp true b+w sensor) on Phase One AF body with Phase One 150mm D lens for 1/500th sec at f/4. Captured as single frame and cropped to 3:1 in post." href="http://www.captureintegration.com/wp-content/uploads/CF001123_09_10-ordered-copy.jpg" class="thickbox"><img class="alignnone size-full wp-image-3799" src="http://www.captureintegration.com/wp-content/uploads/CF001123_09_10-ordered-copy.jpg" alt="" width="690" /></a></p>
<p><a title="Photo by Doug Peterson. Monopod mounted Phase One Acromatic Plus digital back (39mp true b+w sensor) on Phase One AF body with Phase One 80mm D lens for 1/125th sec at f/2.8. Captured as single frame and cropped to 3:1 in post." href="http://www.captureintegration.com/wp-content/uploads/CF001115_09_10-copy.jpg" class="thickbox"><img class="alignnone size-full wp-image-3798" src="http://www.captureintegration.com/wp-content/uploads/CF001115_09_10-copy.jpg" alt="" width="690" /></a></p>
<p><a title="Photo by Doug Peterson. Tripod mounted Phase One P45+ digital back on Cambo Wide RS body with Schneider 47mm XL Digitar lens for 1/2 sec at f/13. Captured as two overlapping horizontal frames using the bodies' rear shift for a capture resolution of 70 megapixels and cropped to 2:1 in post." href="http://www.captureintegration.com/wp-content/uploads/CF000650_09_10-copy.jpg" class="thickbox"><img class="alignnone size-full wp-image-3797" src="http://www.captureintegration.com/wp-content/uploads/CF000650_09_10-copy.jpg" alt="" width="690" /></a></p>
<p>Bonus picture. The below Leaf image was shot by our owner Dave Gallagher. This was right when Phase One bought leaf. Coincidence? Probably.</p>
<p><a title="Photo by Dave Gallagher. Handheld Leica M9 Digital Rangefinder with Leica Macro-Elmar-M 90mm lens for 1/80th sec at f/4. Single frame cropped in post to 3:1." href="http://www.captureintegration.com/wp-content/uploads/L5451179_09_10-copy.jpg" class="thickbox"><img src="http://www.captureintegration.com/wp-content/uploads/L5451179_09_10-copy.jpg" alt="" width="690" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.captureintegration.com/2010/02/09/oregon-panoramics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year</title>
		<link>http://www.captureintegration.com/2010/01/12/happy-new-year/</link>
		<comments>http://www.captureintegration.com/2010/01/12/happy-new-year/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 23:17:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Doug]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.captureintegration.com/?p=3538</guid>
		<description><![CDATA[To see a timelapse by our Head of Technical Services click below.


Captured with a Canon 5D Mark II as still raw images. Shot tethered into Capture One Pro 5.0.1 using a custom Apple Script. Processed in Capture One, assembled in Quicktime.
Showing the view the balcony of our new location in Miami.
Music by ThomasDaneWagener.com
]]></description>
			<content:encoded><![CDATA[<p>To see a timelapse by our Head of Technical Services click below.</p>
<p><span id="more-3538"></span></p>
<p><object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" width="690" height="460" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0"><param name="src" value="http://captureintegration.com/download/Jan11-Export-Reference-690-withmusic.mov" /><embed type="video/quicktime" width="690" height="490" src="http://captureintegration.com/download/Jan11-Export-Reference-690-withmusic.mov"></embed></object></p>
<p>Captured with a Canon 5D Mark II as still raw images. Shot tethered into Capture One Pro 5.0.1 using a custom Apple Script. Processed in Capture One, assembled in Quicktime.</p>
<p>Showing the view the balcony of our new location in Miami.</p>
<p>Music by <a href="http://www.thomasdanewagener.com">ThomasDaneWagener.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.captureintegration.com/2010/01/12/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Arca Swiss Cubes</title>
		<link>http://www.captureintegration.com/2009/11/24/two-arca-swiss-cubes/</link>
		<comments>http://www.captureintegration.com/2009/11/24/two-arca-swiss-cubes/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 03:23:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Doug]]></category>

		<guid isPermaLink="false">http://www.captureintegration.com/?p=3095</guid>
		<description><![CDATA[The Arca Swiss Cube is the world&#8217;s finest (and most expensive) photographic tripod head. Only those truly dedicated to their art/passion/work would invest in one. So why would you need two??
Well, I wrote an article, mostly for fun, over at getdpi.com (read the article) about why you would need two.
Big thanks to Charles Brown, one [...]]]></description>
			<content:encoded><![CDATA[<p>The Arca Swiss Cube is the world&#8217;s finest (and most expensive) photographic tripod head. Only those truly dedicated to their art/passion/work would invest in one. So why would you need two??</p>
<p>Well, I wrote an article, mostly for fun, over at getdpi.com (<a href="http://forum.getdpi.com/forum/showthread.php?p=159598#post159598">read the article</a>) about why you would need two.</p>
<p>Big thanks to <a href="http://www.charliebrownphotos.com/">Charles Brown</a>, one of our very talented customers, and a forum member of getdpi.com for the photo of the setup below.</p>
<p><a href="http://forum.getdpi.com/forum/showthread.php?p=159598#post159598"><img class="alignnone" title="Cube on Cube Action" src="http://www.captureintegration.com/download/cubeporn.jpg" alt="" width="501" height="750" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.captureintegration.com/2009/11/24/two-arca-swiss-cubes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
