<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>Black Five Imaging</title>
<description>Home to PhotoPrint, ImgTarget and other Open Source Imaging software</description>
<link>http://www.blackfiveimaging.co.uk</link>
<item>
<title>Lack Of Updates</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=04Miscellaneous%2F02Random+Thoughts%2FLack+Of+Updates</link>
<description><![CDATA[
<p>To anyone hoping for an update to PhotoPrint, CMYKTool or any of the other projects here, I owe you an apology.</p>
<p>Due to a number of factors (including a workload that shows no immediate sign of abating, and waning interest due to the direction in which computers in general and mainstream Linux distributions in particular are heading) these projects are on semi-permanent hiatus.&nbsp; Despite that, I do hope to get back to them sometime in the not too distant future, at least to fix a nasty PhotoPrint UI bug that's surfaced in the latest Ubuntu - but for the forseeable future there'll be no major updates.</p>]]></description>
</item>
<item>
<title>GIT repo update</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=04Miscellaneous%2F02Random+Thoughts%2FGIT+repo+update</link>
<description><![CDATA[
<p>I've made a few changes to my git repository at <a title="Gitorious" href="https://gitorious.org/%7Eblackfiveimaging">https://gitorious.org/~blackfiveimaging</a>.&nbsp;  PhotoPrint and CMYKTool have been updated such that they no longer use symlink tricks to draw in code from the library.&nbsp; Instead they now use git submodules.&nbsp; The other projects will follow suit eventually.</p>
<p>To checkout CMYKTool after this change, you'd do the following</p>
<pre>git clone git://gitorious.org/black-five-imaging/cmyktool.git
cd cmyktool
git submodule init
git submodule update
</pre>]]></description>
</item>
<item>
<title>Finally - a GIT repository</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=04Miscellaneous%2F02Random+Thoughts%2FFinally+-+a+GIT+repository</link>
<description><![CDATA[
<p>Several people have expressed an interest in a possible Git respository of my projects, and I've finally found time to set one up.</p>
<p>The repo can be found at <a title="Gitorious" href="https://gitorious.org/~blackfiveimaging">https://gitorious.org/~blackfiveimaging</a>.&nbsp; Please note, however, that because of the way my projects are currently organised, you'll need to check out at least two respositories.&nbsp; There is a "library" repo that's shared between the various projects, and this library must be in the same top level directory as any project which uses it (the reason is that whole directories from the library are symlinked into the project.)</p>
<p><i><a href="http://www.blackfiveimaging.co.uk/index.php?article=04Miscellaneous%2F02Random+Thoughts%2FFinally+-+a+GIT+repository">Read more...</a></i></h3>]]></description>
</item>
<item>
<title>Duotoner 0.1.0-pre2 Released</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F06DuoToner%2FDuotoner+0.1.0-pre2+Released</link>
<description><![CDATA[
<p>A bug-fix release to addres an issue that has been found on machines that don't have a system-wide monitor profile set.&nbsp; This version should correctly use sRGB as a destination profile for the preview, instead of simply crashing.</p>
<p>Beyond that, very few changes, just those tweaks that DuoToner inherits from CMYKTool and PhotoPrint development as a result of sharing so much library code with those projects.</p>
<p><a href="http://www.blackfiveimaging.co.uk/duotoner/duotoner-0.1.0-pre2.tar.gz"><img style="border: 0pt none; vertical-align: middle;" src="http://www.blackfiveimaging.co.uk/graphics/Download_Linux.jpg" alt="Download" width="142" height="52" /></a>Source code - .tar.gz</p>
<p><a href="http://www.blackfiveimaging.co.uk/duotoner/DuoToner-010pre2.zip"><img style="border: 0pt none; vertical-align: middle;" src="http://www.blackfiveimaging.co.uk/graphics/Download_Windows.jpg" alt="Download" width="150" height="52" /></a>Windows Binary - .zip</p>
<p><strong>Please note: </strong>the Windows build requires an existing GTK+   installation - the easiest way to get this is to install InkScape or Gimp 2.6.</p>]]></description>
</item>
<item>
<title>Cups Test Rig</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F50Miscellaneous%2FCups+Test+Rig</link>
<description><![CDATA[
<p>It was recently announced that the next version of Ubuntu would feature a colour-management-capable pdftoraster filter, based on Poppler. I wanted to find out more about this, and give it a spin to see how it works, and since for another project I've been learning how to create live ISO images, I created a simple live image from the current Ubuntu Natty repos.&nbsp; This live installation features a virtual CUPS printer that generates images from submitted jobs, and a web server through which you can view the results.</p>
<p><a href="http://ubuntuone.com/p/iM5/"><img style="border: 0pt none; vertical-align: middle;" src="http://www.blackfiveimaging.co.uk/graphics/Download_Linux.jpg" alt="Download" width="150" height="52" /></a>ISO image</p>
<p><i><a href="http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F50Miscellaneous%2FCups+Test+Rig">Read more...</a></i></h3>]]></description>
</item>
<item>
<title>RasterToTiff 0.1.0 Released</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F50Miscellaneous%2FRasterToTiff+0.1.0+Released</link>
<description><![CDATA[
<p>RasterToTiff is a CUPS filter intended to aid in the development of a colour-managed printing chain.&nbsp; To save on ink, you can set up a dummy printer that uses rastertotiff, and instead of printing the result, it saves the result off for on-screen inspection.</p>
<p>By default it saves the generated images in /var/www/spool - the idea being that you can view the results with a web browser.</p>
<p><a href="http://www.blackfiveimaging.co.uk/misc/rastertotiff-0.1.0.tar.gz"><img style="border: 0pt none; vertical-align: middle;" src="http://www.blackfiveimaging.co.uk/graphics/Download_Linux.jpg" alt="Download" width="150" height="52" /></a>Source code - .tar.gz</p>
<p>(The source package probably seems massive for such a simple tool - that's because I've just taken the framework around which PhotoPrint and CMYKTool are built, and hastily written this tool against it.)</p>
<p>As well as the source to rastertotiff, the package also contains a "null" backend for CUPS, and a few ICC profiles that give obvious and distinct results, for debugging purposes, and an example PPD file.</p>
<p>As always, this is experimental software.&nbsp; There's no documenation as such, but do get in touch if you want to make use of it but are stuck.&nbsp; I will shortly publish a live ISO image that can be used to try rastertotiff (and colour-management within CUPS in general) without having to worry about installation or configuration.</p>
<p>&nbsp;</p>]]></description>
</item>
<item>
<title>GPLin 0.0.1-pre10 Released</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F03GPLin%2FGPLin+0.0.1-pre10+Released</link>
<description><![CDATA[
<p>Not really a release as such - just opening up the few changes I've made since the last release.&nbsp; Work on GPLin has more or less stopped now, since other projects have taken precedence in what little coding time I have these days.&nbsp; However, there have been a number of changes and improvements in the framework that all my graphics projects have in common, and there have been a few minor improvements to GPLin itself, so I'm putting this out in the hope that someone might find it useful.</p>
<p><a href="http://www.blackfiveimaging.co.uk/linearize/gplin-0.0.1-pre10.tar.gz"><img style="border: 0pt none; vertical-align: middle;" src="http://blackfiveimaging.co.uk/graphics/Download_Linux.jpg" alt="Download GPLin 0.0.1-pre10" width="150" height="52" /></a> <strong>GPlin-0.0.1-pre10.tar.gz</strong></p>
<p><a href="http://www.blackfiveimaging.co.uk/linearize/GPLin-001-pre10_bin.zip"><img style="border: 0pt none; vertical-align: middle;" src="http://blackfiveimaging.co.uk/graphics/Download_Windows.jpg" alt="Download GPLin 0.0.1-pre10" width="150" height="52" /></a> <strong>GPlin-0.0.1-pre10_bin.zip&nbsp; (Experimental Windows binaries)</strong></p>
<p><strong></strong><strong>Please note: </strong>the Windows build is experimential.&nbsp; It  requires an existing GTK+ installation - the easiest way to get that is  to install GIMP.&nbsp; Note also that GPLin <strong>cannot</strong> print using native drivers - instead it comes equipped with a Win32 build of Gutenprint.</p>]]></description>
</item>
<item>
<title>My Quest For A Quiet Computer Revisited</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=04Miscellaneous%2F02Random+Thoughts%2FMy+Quest+For+A+Quiet+Computer+Revisited</link>
<description><![CDATA[
<p>
<script src="lytebox/lytebox.js" type="text/javascript"></script>
</p>
<p style="margin-bottom: 0cm;">Some years ago I wrote about my Quest for a Quiet Computer &ndash; in which I bought a fanless VIA EPIAmotherboard and a nice mini case (Morex Cubid 2677).  It was a tight squeeze, but it all fit and it gave a good few years&rsquo; service as an email-reading terminal.  Unfortunately, the 500MHz VIA Eden processor was a bit on the slow side, as was the Trident CyberBlade i1 graphics chip.  The machine didn&rsquo;t have a prayer of playing a DVD (For comparison, my old Pentium III laptop of the same clock speed could manage that with no trouble providing nothing else was going on in the background.)</p>
<p style="margin-bottom: 0cm;"><strong>Intel D510MO motherboard</strong><span class="iconlink"><a rel="lytebox[set]" href="http://blackfiveimaging.co.uk/random/D510+PSU.jpg"><img style="float: right;" src="http://blackfiveimaging.co.uk/random/D510+PSU_tn.jpg" alt="D510 motherboard with PicoPSU" width="283" height="252" /></a></span></p>
<p style="margin-bottom: 0cm;">Since then I&rsquo;ve been keeping one eye on the Mini-ITX market, and was intrigued by Intel&rsquo;s Little Falls boards, which coupled a netbook-style Atom processor with a regular Desktop G31 chipset.  The downside of those boards was the power-hungry chipset, which ate way more power than the processor it was supposed to be supporting.  The newer Pine Trail boards, though, including the D510MO which I&rsquo;ve just bought, couples the new low-power NM10 chipset with an Atom processor which is not only 64-bit capable, but also dual core, while using little enough power that passive cooling is sufficient!</p>
<p><i><a href="http://www.blackfiveimaging.co.uk/index.php?article=04Miscellaneous%2F02Random+Thoughts%2FMy+Quest+For+A+Quiet+Computer+Revisited">Read more...</a></i></h3>]]></description>
</item>
<item>
<title>CMYKTool 0.1.6-pre1 Released</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F05CMYKTool%2FCMYKTool+0.1.6-pre1+Released</link>
<description><![CDATA[
<p>There aren't many user-visible changes to this first development release of 0.1.6, but I wanted to get the headline new feature out there for testing purposes.</p>
<ul>
<li>CMYKTool is now capable of preserving clipping paths in TIFF images.&nbsp; (It does this by preserving the entire Photoshop Image Resource Block, if found).&nbsp; The Image Resource Block can be loaded from JPEG images, too, but not yet saved in jPEGs.</li>
<li>There are some major under-the-hood changes to resource tracking and allocation, which will hopefully improve stability in the long run, but for now may have the opposite effect, so be warned!</li>
</ul>
<p><a href="http://www.blackfiveimaging.co.uk/cmyktool/cmyktool-0.1.6-pre1.tar.gz"><img style="border: 0pt none; vertical-align: middle;" src="http://www.blackfiveimaging.co.uk/graphics/Download_Linux.jpg" alt="Download" width="150" height="52" /></a>Source code - .tar.gz</p>
<p><a href="http://www.blackfiveimaging.co.uk/cmyktool/CMYKTool-016Pre1.zip"><img style="border: 0pt none; vertical-align: middle;" src="http://www.blackfiveimaging.co.uk/graphics/Download_Windows.jpg" alt="Download" width="150" height="52" /></a>Windows Binary - .zip</p>
<p><strong>Please note: </strong>the Windows build requires an existing   GTK+    installation - the easiest way to get this is to install either    Inkscape or GIMP version 2.6 or earlier.</p>]]></description>
</item>
<item>
<title>Gimp Classic for Maverick</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=04Miscellaneous%2F02Random+Thoughts%2FGimp+Classic+for+Maverick</link>
<description><![CDATA[
<p>The title says it all really - the GIMP Classic PPA now contains a build for Ubuntu 10.10 Maverick Meerkat.</p>
<p>To install the updated package for Ubuntu 10.04 or 10.10, add <strong>ppa:amr/gimp-classic</strong> to your software sources, then upgrade GIMP.</p>]]></description>
</item>
<item>
<title>CMYKTool Devicelink Tutorial</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F05CMYKTool%2FCMYKTool+Devicelink+Tutorial</link>
<description><![CDATA[
<p>In my last video i mentioned that CMYKTool's Devicelink support probably deserved a video to itself.&nbsp; That video has finally arrived - hope you find it helpful!</p>
<p><i><a href="http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F05CMYKTool%2FCMYKTool+Devicelink+Tutorial">Read more...</a></i></h3>]]></description>
</item>
<item>
<title>CMYKTool 0.1.5 Released</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F05CMYKTool%2FCMYKTool+0.1.5+Released</link>
<description><![CDATA[
<p>Just in time for the New Year, CMYKTool 0.1.5 is released.&nbsp; Highlights since the 0.1.4 release include:</p>
<ul>
<li>Better support for greyscale images, and an embedded greyscale profile will no longer cause an error.</li>
<li>Optional dithering of images when saving in 8-bit formats.&nbsp;  This can help if you have an image with very smooth gradients that end  up visibly contoured once the image is saved.&nbsp; (But note that it won't  help get rid of contouring in the original image!)</li>
<li>DeviceLink profiles can now be exported for use in other programs.</li>
<li>The Win32 build now bundles a couple of CMYK profiles from the openicc-data package, which can be found <a href="http://sourceforge.net/projects/openicc/files/">here</a>.</li>
</ul>
<p><a href="http://www.blackfiveimaging.co.uk/cmyktool/cmyktool-0.1.5.tar.gz"><img style="border: 0pt none; vertical-align: middle;" src="http://www.blackfiveimaging.co.uk/graphics/Download_Linux.jpg" alt="Download" width="150" height="52" /></a>Source code - .tar.gz</p>
<p><a href="https://launchpad.net/~amr/+archive/blackfiveimaging"><img style="border: 0pt none; vertical-align: middle;" src="http://www.blackfiveimaging.co.uk/graphics/PPA_icon.jpg" alt="Download" width="150" height="52" /></a>Ubuntu PPA - ppa:amr/blackfiveimaging</p>
<p><a href="http://www.blackfiveimaging.co.uk/cmyktool/CMYKTool-015.zip"><img style="border: 0pt none; vertical-align: middle;" src="http://www.blackfiveimaging.co.uk/graphics/Download_Windows.jpg" alt="Download" width="150" height="52" /></a>Windows Binary - .zip</p>
<p><strong>Please note: </strong>the Windows build requires an existing   GTK+   installation - the easiest way to get this is to install either   Inkscape or GIMP version 2.6 or earlier.</p>
<p><i><a href="http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F05CMYKTool%2FCMYKTool+0.1.5+Released">Read more...</a></i></h3>]]></description>
</item>
<item>
<title>Creating a Custom Profiling Target</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=04Miscellaneous%2F02Random+Thoughts%2FCreating+a+Custom+Profiling+Target</link>
<description><![CDATA[
<div class="iconlink"><a rel="lytebox[set]" href="http://www.blackfiveimaging.co.uk/random/IT8_sRGB.jpg"><img style="float: right;" src="http://www.blackfiveimaging.co.uk/random/IT8_sRGB_tn.jpg" alt="The venerable IT8.7/2 chart" /></a></div>
<p style="margin-bottom: 0cm;">When generating a colour profile for a scanner or camera there are several standard targets that are traditionally used.  The most widely-recognised of these is probably the IT8.7/2 chart, with its spread of greys, synthetic colours and real-world shades.  There are other options too, such as the ColorChecker DC or SG charts, but what if you want to create your own chart?</p>
<p><i><a href="http://www.blackfiveimaging.co.uk/index.php?article=04Miscellaneous%2F02Random+Thoughts%2FCreating+a+Custom+Profiling+Target">Read more...</a></i></h3>]]></description>
</item>
<item>
<title>CMYKTool 0.1.5-rc1 Released</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F05CMYKTool%2FCMYKTool+0.1.5-rc1+Released</link>
<description><![CDATA[
<p>At long last, a release candidate for CMYKTool 0.1.5.&nbsp; Apart from a few bug fixes, there are just a handful of significant new features.</p>
<ul>
<li>Firstly, greyscale images are now better supported, and an embedded greyscale profile will no longer cause an error.</li>
<li>Secondly, images can now be dithered when saving in 8-bit formats.&nbsp; This can help if you have an image with very smooth gradients that end up visibly contoured once the image is saved.&nbsp; (But note that it won't help get rid of contouring in the original image!)</li>
<li>The Win32 build now bundles a couple of CMYK profiles from the openicc-data package, which can be found <a href="http://sourceforge.net/projects/openicc/files/">here</a>.</li>
</ul>
<p>Assuming no show-stopping bugs crop up in the meantime, I hope I'll be able to make a final release of 0.1.5 soon.</p>
<p>There are a few new strings, a couple to do with the output  dithering, and a couple of new error messages.&nbsp; Updated translations  gratefully received, as always, and I shall make sure they make it into the final release.</p>
<p><a href="http://www.blackfiveimaging.co.uk/cmyktool/cmyktool-0.1.5-rc1.tar.gz"><img style="border: 0pt none; vertical-align: middle;" src="http://www.blackfiveimaging.co.uk/graphics/Download_Linux.jpg" alt="Download" width="142" height="52" /></a>Source code - .tar.gz</p>
<p><a href="http://www.blackfiveimaging.co.uk/cmyktool/CMYKTool-015-rc1.zip"><img style="border: 0pt none; vertical-align: middle;" src="http://www.blackfiveimaging.co.uk/graphics/Download_Windows.jpg" alt="Download" width="150" height="52" /></a>Windows Binary - .zip</p>
<p><strong>Please note: </strong>the Windows build requires an existing   GTK+  installation - the easiest way to get this is to install either  Inkscape or GIMP version 2.6 or earlier.</p>]]></description>
</item>
<item>
<title>Another PPA Update</title>
<link>http://www.blackfiveimaging.co.uk/index.php?article=04Miscellaneous%2F02Random+Thoughts%2FAnother+PPA+Update</link>
<description><![CDATA[
<p>The eagle-eyed among you might just have spotted that my PPA list now includes a new entry for Gutenprint.&nbsp; The reason for this is that I wanted an easy way of distributing a particular patch - namely my PSSpeedup patch.&nbsp; This patch, as it name might suggest, provides a significant speedup when using Gutenprint's Adobe Postscript Level 2 driver.&nbsp; As such, this is potentially useful for anyone using PhotoPrint in conjunction with HP-IJS, TurboPrint, the Avasys Epson drivers, laser printers that understand Postscript, and anything else not directly supported by Gutenprint, but for which Linux drivers are available.</p>
<p>Note that this is the stock Ubuntu package of Gutenprint 5.2.6, taken from version 10.10 (Maverick), with the one extra patch applied.&nbsp; While the PPA contains the same version for Lucid, this was actually done accidentally!&nbsp; Since it might turn out to be a useful backport for some people, I've left the Lucid version there - but use at your own risk.</p>
<p>To install the updated package for Ubuntu 10.04 or 10.10, add <strong>ppa:amr/gutenprint</strong> to your software sources, then upgrade all gutenprint packages.</p>
<p><i><a href="http://www.blackfiveimaging.co.uk/index.php?article=04Miscellaneous%2F02Random+Thoughts%2FAnother+PPA+Update">Read more...</a></i></h3>]]></description>
</item>
</channel>
</rss>
