<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>wind&amp;oil   </title>
    <link>http://www.behrmann.name/wind</link>
    <description>Weblog</description>
    <language>en</language>

  <item>
    <title>New Oyranos CMS blog</title>
    <link>http://www.behrmann.name/wind/2010/06/01#01oyranos_move</link>
    <description>@ &lt;a href=&quot;http://oyranos-cms.blogspot.com/&quot;&gt;http://oyranos-cms.blogspot.com/&lt;/a&gt;.</description>
  </item>
  <item>
    <title>Linux @ MacBookAir2,1</title>
    <link>http://www.behrmann.name/wind/2010/03/23#mba_100323</link>
    <description>&lt;br/&gt;
Some time ago I bought a new workstation for my home workplace. Its a reduced
but lightwight laptop to run all major OSes. Here are some notes to make it
useable under Linux. I installed openSUSE-11.2 on it both the hard way and
much more recommended the easy one with the Superdrive which enables booting
a non osX CD/DVD.&lt;br/&gt;
&lt;br/&gt;
I simply placed Grub in the master boot record. Holding the option key, the left
alt key, during boot can select osX if its needed. The 2.6.31 kernel seems to 
have problems booting the system. He stops very often with ACPI as last message.
Boot options seem to play less of a role for that. However I have set apm=off.
On my model it helps to remove all USB connections. Luckily there is only one 
USB connector possible. After starting the laptop and the first sound is heared
or the screen becomes white I hit the power button to switch the laptop off. 
After pressing the power button again the system finally starts.
I do not know why the MBA needs such a ceremony, but it helps at a rate of ~90%.
Otherwise starting fails at around 90% or more.
If USB does not work the four key reset combo helps with a switched of device. 
It is up+ctrl+alt + power. The green LED in the power cord should dim during 
that reset.&lt;br/&gt;
&lt;br/&gt;
The keyboard can be set in the KDE4 systemsettings panel in the Country and
Language tab -&gt; keyboard layout. I use the Apple Laptop layout and some
Macintosh option.&lt;br/&gt;
&lt;br/&gt;
The Apple Superdrive is a small DVD drive designed solely for the MBA. It needs
some power up help. The following code enables the drive under Linux:&lt;br/&gt;
http://tnkgrl.wordpress.com/2008/06/24/macbook-air-superdrive-for-all/#comment-12529&lt;br/&gt;
&lt;br/&gt;
The nvidia driver is recommended. I tested VDPAU and OpenGL which work fine. 
For connecting a external monitor one needs to open the
nvdia-settings GUI and push in the &quot;X Server Display Configuration&quot; tab the 
&quot;Detect Displays&quot; button. Then the new monitor can be arranged and Xinerama is
up to date. KDE is quite positive about that behaviour. The miniDisplayPort to 
DVI connector is needed for that to work.&lt;br/&gt;
The backlight does work with pommed. But due to a bug in Nvidias 190.53 driver
changing the backlight works only in console mode. There are no problems with 
the nv driver in this regard. pommed enables as well the keyboard background 
light.&lt;br/&gt;
&lt;br/&gt;
The sound card can be used with the MCP79 module. Set the model option to mb5. 
Sometimes the sound is set to mute. With kmix or alsamixer this can be unmuted. 
&lt;br/&gt;
&lt;br/&gt;
Hypernate works, but only by explicitely choosing. On awake the nvidia driver
takes some seconds to get back from intensive flickering to normal operation.&lt;br/&gt;
&lt;br/&gt;
The internal broadcom wireless chip is a BCM4328. dmesg on the commandline will
show. The binary driver can be downloaded from the manufacturer here &lt;br/&gt;
http://www.broadcom.com/support/802.11/linux_sta.php&lt;br/&gt;
Additionally I have to blacklist the ssb driver. ndiswrapper is not needed.&lt;br/&gt;
&lt;br/&gt;
The cheap inbuild camera workes in cheese without additional configuration.&lt;br/&gt;
&lt;br/&gt;
So I think the support is pretty complete even with some manual interaction.
Once Linux runs it reports to last over 5 hours under KDE with compiz without 
power cord. This of course only while reading some text. One might switch off 
the wireless and dim the backlight to get there.&lt;br/&gt;
&lt;br/&gt;
Most unpleasant is the need to do some boot magick and a boot delay of half a 
minute. As well it is a schame for Apple to require the SuperDrive to boot from
other vendors boot disks. All USB or other DVD drives are artifical blocked by 
Apple engineers through the computers internal firmware. So add the SuperDrive 
to your list of needed adds to the nacked MBA and take Apples marketing with a
pinch of salt. All in all I would not have bought hardware that behaves such 
close minded for booting other operating systems when I had no need for osX.
</description>
  </item>
  <item>
    <title>Plug-ins for Compositing WMs</title>
    <link>http://www.behrmann.name/wind/2009/09/17#composite_2009.09.17</link>
    <description>
this text is solely about a idea for a project.
The KDE4 site &lt;a href=&quot;http://techbase.kde.org/Projects/KWin/4.0-release-notes&quot;&gt;[1]&lt;/a&gt; has given their reasoning on why to reject Compiz.
Expectedly Gnome will jump in similiar wording. I just want to raise one
point about compositing effects/plug-ins. Plug-ins form a great users
space to interact with ideas and code.&lt;br/&gt;
&lt;br/&gt;
It is correct stated that Compiz exposes too much details about its
internals into plug-ins. So its hard to reuse compiz plug-in code for say
kwin.&lt;br/&gt;
&lt;br/&gt;
Anyway the underlying logic is pretty simple.&lt;br/&gt;
Shaders are small text files.
The desktop has a visible and virtual size, workspaces, monitor outputs,
windows, subwindows, edges, a task bar, shortcuts, a property system
(Xorg Xatom's) and some more.
So from a logical point of view it could be possible to write one
plug-in for serveral compositing engines.&lt;br/&gt;
&lt;br/&gt;
What I, as a plug-in author, would find great is a project, which
developes a common script language and implements native plug-ins for each
of those window managers acting as a script host.
Based on a simple and common logic script authors could write text only
plug-ins. Obviously shaders are very likely to be part of such a system or
possibly OpenCL if mature enough.&lt;br/&gt;
&lt;br/&gt;
I know coming with code or a detailed proposal is nicer. But if someone
searches for a nice Summer of Code project, that might become one.&lt;br/&gt;
&lt;br/&gt;
[1] http://techbase.kde.org/Projects/KWin/4.0-release-notes
</description>
  </item>
  <item>
    <title>Net-color spec</title>
    <link>http://www.behrmann.name/wind/2009/04/15#net-color_2009.04.15</link>
    <description>After the successful 
&lt;a href=&quot;http://www.freedesktop.org/wiki/OpenIcc/ColorManagementNearX&quot;&gt;
&lt;i&gt;Google Summer of Code&lt;/i&gt;&lt;/a&gt; project of Tomas Carnecky at 
&lt;a href=&quot;http://www.freedesktop.org/wiki/OpenIcc&quot;&gt;OpenICC&lt;/a&gt; we have now a
nice spec for late colour binding on the desktop - read server side monitor
corrections. The spec is in the doc directory of Tomas' git repository.&lt;br&gt;
&lt;br&gt;
Tomas tould us that the propriarity nvidia linux driver has probably a bug
preventing me from successfully running his work on a dual monitor system. 
Fortunedly he was not right at this and I was able to model after his initial 
work a second compiz plug-in for dual monitor colour correction of the complete 
desktop. Its at the moment called colour_desktop.&lt;br&gt;
&lt;br&gt;
The snapshot below shows the plug-in with two false colour profiles. 
The left side monitor has a 
&lt;a href=&quot;http://www.oyranos.org/wiki/images/3/31/SRGB_linear.icc&quot;&gt;
linear sRGB&lt;/a&gt; profile assigned and the 
&lt;a href=&quot;http://www.oyranos.org/wiki/images/c/c0/FakeBRG.icc&quot;&gt;
right monitor profile&lt;/a&gt; has all primaries swapped:&lt;br&gt;
&lt;img alt=&quot;colour managed dual monitor setup under compiz&quot; 
 src=&quot;http://www.behrmann.name/images/cms/colour_managed_compiz_dual_head__scaled.png&quot;&gt;&lt;br&gt;
The colour correction workload is for a unused desktop nearly zero and for a
running movie slightly noticeable. Of course this server side colour
management breaks all older colour managed applciations as there will a 
double colour correction happen, the early colour binding in the application
and the late colour binding in the compiz plug-in. The spec of Tomas holds
the solution inside with a atom describing colour region on the server.
My colour_desktop compiz plug-in respects these regions and a small example
application does both early and late colour binding in one window.
The whole stuff is in Oyranos git and it will take a while until we can really
distribute stuff like this. First applications should have some time to update
to the new window atom under Linux. And second many API's under Oyranos need 
more refinement.&lt;br&gt;
&lt;br&gt;
The following link brings your to a more technical
&lt;a href=&quot;http://sourceforge.net/mailarchive/forum.php?thread_name=alpine.LSU.2.00.0904151711160.6411%40sirius.rasena&amp;forum_name=oyranos-devel&quot;&gt;post&lt;/a&gt;.</description>
  </item>
  <item>
    <title>Libre Graphics Meeting 2009 - Montreal</title>
    <link>http://www.behrmann.name/wind/2009/03/21#lgm_2009.03.21</link>
    <description>This years &lt;a href=&quot;http://libregraphicsmeeting.org/2009/&quot;&gt;&lt;b&gt;L&lt;/b&gt;ibre &lt;b&gt;G&lt;/b&gt;raphics &lt;b&gt;M&lt;/b&gt;eeting&lt;/a&gt; will happen to be in
Montreal from 6 to 9 may 2009. LGM is a major community organised event to
bring open source graphic programmers and users together. On the last years
meeting, I could meet many persons en face for the first time and discuss one
of &lt;a href=&quot;http://www.freedesktop.org/wiki/OpenIcc&quot;&gt;OpenICC's&lt;/a&gt; 
&lt;a href=&quot;http://freedesktop.org/wiki/OpenIcc/GoogleSoC2009&quot;&gt;&lt;i&gt;Google Summer of
Code&lt;/i&gt;&lt;/a&gt; projects. It was a great bazaar of exchanging ideas in a friendly
atmosphere and I expect it to be a very helpful event this year too.&lt;br&gt;
&lt;br&gt;
For giving you a chance to help in the success of the event, you can donate to 
cover part of the cost for the attending developers:&lt;br&gt;
&lt;img src=&quot;http://www.behrmann.name/images/banners/LGM2009_flat.png&quot; width=&quot;350&quot; height=&quot;129&quot; alt=&quot;LGM 2009 Logo&quot;&gt;
&lt;div style=&quot;position:relative; top:-95px; right:0px;&quot;&gt;
&lt;a href='http://www.behrmann.name/index.php?option=com_banners&amp;task=click&amp;bid=6'&gt;&lt;img alt='Click here to lend your support to: Support the Libre Graphics Meeting and make a donation at www.pledgie.com !' src='http://pledgie.com/campaigns/2926.png?skin_name=chrome' border='0' /&gt;&lt;/a&gt;&lt;/div&gt;
</description>
  </item>
  <item>
    <title>Nouveau Compiling on openSUSE</title>
    <link>http://www.behrmann.name/wind/2009/01/14#nouveau_compiling_2009.01.14</link>
    <description>after Hal V. Engel suggested the nouveau driver because of its good
XRandR-1.2 support, I installed the driver from the X11:Driver:Video
repository. With that alone Oyranos has now a basic XRandR support.&lt;br/&gt;
Today I wanted to use the current development version of Nouveau
and build on my local openSUSE-11.1 installation. It worked not very well.
So here comes some suggestions on which packages are needed to sucessfully
build the driver. RPM's which should be present are kernel-source, which is 
huge, xorg-x11-server-sdk and the various xorg-x11-*-devel packages.
With them installed the instructions of the Nouveau developers can be followed:
&lt;a href=&quot;http://nouveau.freedesktop.org/wiki/InstallNouveau&quot;&gt;InstallNouveau&lt;/a&gt;.&lt;br/&gt;
After uninstalling all of the nouveau distribution binaries and drm kernel 
modules X started successful.</description>
  </item>
  <item>
    <title>Oyranos 0.1.9 packaging</title>
    <link>http://www.behrmann.name/wind/2008/12/12#oyranos_2008.12.12</link>
    <description>&lt;a href=&quot;http://www.behrmann.name/index.php?option=com_content&amp;task=view&amp;id=82&amp;Itemid=1&quot;&gt;Release v0.1.9&lt;/a&gt; is out and in a improoved shape. The packages have fewer
licensing dependencies. The package is tested by the newly added check
target on various hardware platforms and OS'es.&lt;br&gt;
What is now missed are more maintainers for distributions. So far exist a
Fedora package. Hub emailed, he would look into OpenSUSE, which is great.
From the bigger players is missed a Debian/Ubuntu and a Mandriva maintainer.&lt;br&gt;
Interessted people can contact me &amp;lt;ku dot b at gmx dot de&amp;gt;.
</description>
  </item>
  <item>
    <title>ICC DevCon08</title>
    <link>http://www.behrmann.name/wind/2008/11/14#icc_devcon08_081114</link>
    <description>was a great opportunity to meet colour people in person. Many thanks to ICC
for opening the door to speek at the 
&lt;a href=&quot;http://www.color.org/DevCon/devcon08.xalter&quot;&gt;conference&lt;/a&gt; about 
Linux. It was a fairly
small talk compared to what others provided. But it was as well for many the 
first introduction about the possibility to do colour management on Linux at all.
So first of all I gave a introduction about licensing and commercials, as this
is most often confused by IT managers.&lt;br/&gt;
&lt;br/&gt;
It was very nice to meet Max Derhak, who &lt;a href=&quot;https://sourceforge.net/projects/sampleicc&quot;&gt;implemented&lt;/a&gt; the mpet tag and developed
on the &lt;a href=&quot;http://www.color.org/ICCSpecRevision_02_11_06_Float.pdf&quot;&gt;multiProcessElementsType&lt;/a&gt; for better support of floating point processing
inside ICC profiles. The tag was developed to better support colour conversions
for the motion pictures industry. Great to see that there is communication
possible to that extent. We looked over the license issue of SampleICC and 
figured out how to best solve that. He has interessting things on the plan 
together with ICC.&lt;br/&gt;
&lt;br/&gt;
Meeting people on the streets of Portland, and I do not think this is specific
to this city, had a flair like wild west. Many pedestrians where distant at more
than a arm's lenght and keept a cautious tone at a first glance. The border 
between civilised politeness and the feeling of attention in face of a tiger 
was very fuzzy. Instinctively I had to think about the citicens right in the US
to own gun wappons. On the other hand I saw many signs of openness as I found
in Europe, if I may compare, mostly in Amsterdam. So I found a nice place of 
showing quite some tensions.
</description>
  </item>
  <item>
    <title>HP's DreamColor displays and the 30-bit advancement</title>
    <link>http://www.behrmann.name/wind/2008/09/04#hp_and_30bit_displays_2008.09.04</link>
    <description>&lt;a href=&quot;http://www.hp.com/hpinfo/newsroom/press/2008/080811xa.html?jumpid=reg_R1002_USEN&quot;&gt;cool&lt;/a&gt;&lt;br&gt;
10-bit per channel powered by modern graphic chips. Given the last generations
of chips with high bit depth frame buffers, dual link dvi and HDMI it seems not
so astonishing. Anyway HP can be praised to have brought this to designers and 
graphics studios at a reasonable price. Congratulation. 
(Of course I hope this technology becomes pretty standard and will become even
more affordable.) Would be 
interessting to know how &lt;a href=&quot;http://www.justechn.com/images?g2_itemId=10389&amp;g2_page=2&quot;&gt;Dreamworks&lt;/a&gt; deploys this under Linux - 
&lt;a href=&quot;http://ati.amd.com/products/radeonx1550/specs.html&quot;&gt;Ati&lt;/a&gt; : &lt;a href=&quot;ftp://download.nvidia.com/XFree86/Linux-x86/177.70/README/chapter-28.html&quot;&gt;Nvidia&lt;/a&gt;?
</description>
  </item>
  <item>
    <title>Drupa 2008</title>
    <link>http://www.behrmann.name/wind/2008/06/12#drupa_2008.06.12</link>
    <description>was a impressive tradeshow, with lots of people from the printing industry.
Showing machines is one part. One can get a good idea of what is actual in 
printing effects, costs and handling, at least if some experience already
exists. What wondered me was, that at such a show, where much money is put into
booths, still occure obvious lapse with very simple things.&lt;br&gt;
So at the Epson booth, which was fairly large, opalescence or broncing in the
proofs was rather the standard, even for the Oris RIP. I had expected they
sorted such things out and present the optimum of the K3 devices. But possibly
the connection of selling machinery and software in one part is more of an 
objective in a customer relation. So customers see what they get after buying.
This helps decreasing support requests, while increasing satisfaction.&lt;br&gt;
Minolta showed a very nice, and large, laser copier/printer. The colours
seemed constant, which is a major concern in using this technology for proofs. 
Just the selected image was squeezed through a assumedly 8 bit rendering path or
a terrible profile. One could easily see in the presented gradients. It's hard 
to recommend such a expensive device, if one does 
not know how it can be done better from the software side.&lt;br&gt;
&lt;br&gt;
What was really missed was a open source booth. 
ArgyllCMS/LProf could be shown for calibration and profiling. There is 
Ghostscript for rendering PDF's, CUPS for spooling, littleCMS for colour 
conversions and Gutenprint for driving ink jets.
I would offer to demonstrate live my CinePaint proofing tutorial. This would be
the right audience.&lt;br&gt;
To center around Linux/BSD seems not that much of a break there, with some 
companies running Linux since years as servers for their workflows. At least 
Samba would be a good add to the open source list above.
&lt;br&gt;
Well, whether it is possible to sort out broncing and provide a better rendering
path with pure open source components, would be a good toppic at the open source
booth.
</description>
  </item>
  <item>
    <title>Rendering Intents Typology</title>
    <link>http://www.behrmann.name/wind/2008/05/22#oyranos_2008.05.21</link>
    <description>While looking over the new czech translations for CinePaint and ICC Examin
from Milan Knizek, I stumbled over &quot;fotometricky&quot; inside all intents. 
Looking at 
the origins I found to have written photometric and colourimetric into the
sources. Thats clearly ambiguous. But why did I come up with photometric 
at all?&lt;br&gt;
Graeme Gill &lt;a href=&quot;http://lists.freedesktop.org/archives/openicc/2005q1/000073.html&quot;&gt;points out&lt;/a&gt; 
that a ICC style Rendering intent is a couple of dedication or usage of image 
content
and gamut mapping. I am in doubt that this coupling will remain as is. And 
frankly Graeme has its part in my mindset regarding smart CMMs. Still no 
solution for my intent naming. Should I call the first ICC rendering intent 
as officially called &quot;perceptual&quot; and wait until the paradigm changes? 
Or call it &quot;photographic&quot; or &quot;pleasing&quot;?&lt;br&gt;
It seems best to switch back to the ICC standard until a proper convention can 
be agreed to.&lt;br&gt;
&lt;br&gt;
Probably the confusion comes from german &quot;fotografisch&quot; translated 
&quot;photographical&quot;, which appears in the sources as well.&lt;br&gt;
</description>
  </item>
  <item>
    <title>LGM 2008</title>
    <link>http://www.behrmann.name/wind/2008/05/14#lgm_2008.05.14</link>
    <description>was for me a really impressive meeting. Really good was the talking on the 
OpenICC BoF and with other project workers face to face to more easily 
get a impression about, what are requirements and objections.&lt;br&gt;
&lt;br&gt;
We met Carl Worth, and he and Behdad Esfahbod took the time to conceptually
let coincide the colour and Cairo internals.&lt;br&gt;
&lt;br&gt;
One interessting talk was given about spectral imaging in Krita. Really nice 
topic shared with the audience by Emanuele Tamponi.&lt;br&gt;
Most talks are covered &lt;a href=&quot;http://www.river-valley.tv/conferences/lgm2008/&quot;&gt;here&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Kamila Giedroj , Dave Neary, Louis Dejardins and all the other organisers made
good preparations. It was a pleasure to attent. Thanks.
</description>
  </item>
  <item>
    <title>Libre Graphics Meeting 2008</title>
    <link>http://www.behrmann.name/wind/2008/04/14#lgm_2008.04.12</link>
    <description>The &lt;a href=&quot;http://www.libregraphicsmeeting.org/2008/index.php&quot;&gt;LGM&lt;/a&gt; happens to take place 8th to 11th may at the Wroclaw University of
Technology. I am quite curious about the city and the people to meet there, most
the first time in person. Even though we had sometimes contact some years      
before.&lt;br&gt;
There are primarily three themes for me,&lt;br&gt;
&lt;ul&gt;
&lt;li&gt; be present in a talk about the goals of &lt;a href=&quot;http://www.freedesktop.org/wiki/OpenIcc&quot;&gt;OpenICC&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; give a talk about the &lt;a href=&quot;http://www.oyranos.org&quot;&gt;Oyranos colour management system&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; discuss a, to be prepared, CM strategy for &lt;a href=&quot;http://www.cairographics.org&quot;&gt;Cairo&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
Of course other topics like tonemapping, a cross toolkit plug-in &lt;a href=&quot;http://www.freedesktop.org/wiki/OpenIccForGoogleSoC2008#head-07e05f69f1b4e331ba0d3741dc06ba53ae728459&quot;&gt;GUI API&lt;/a&gt; 
will be interessting to elaborate there as well. Talks in preparation for the
&lt;a href=&quot;http://code.google.com/soc/2008/&quot;&gt;Summer of Code&lt;/a&gt; projects like &lt;a href=&quot;http://www.freedesktop.org/wiki/OpenIccForGoogleSoC2008#head-07e05f69f1b4e331ba0d3741dc06ba53ae728459&quot;&gt;Colour Management near X&lt;/a&gt; are 
also promising to become interessting. Lets see what else.&lt;br&gt; 
&lt;br&gt;
For giving you a chance to help in the success of the event, you can donate to 
cover part of the cost for the attending developers.&lt;br&gt;
&lt;img src=&quot;http://www.behrmann.name/images/banners/LGM2008_flat.png&quot; width=&quot;350&quot; height=&quot;129&quot; alt=&quot;LGM 2008 Logo&quot;&gt;
&lt;div style=&quot;position:relative; top:-95px; right:0px;&quot;&gt;
&lt;a href='http://pledgie.com/campaigns/613'&gt;&lt;img alt='Click here to lend your support to: Support the Libre Graphics Meeting and make a donation at www.pledgie.com !' src='http://pledgie.com/campaigns/613.png?skin_name=chrome' border='0' /&gt;&lt;/a&gt;&lt;/div&gt;
A sponsor contact page is &lt;a href=&quot;http://www.libregraphicsmeeting.org/2008/index.php?lang=en&amp;action=contact&quot;&gt;here&lt;/a&gt;.</description>
  </item>
  <item>
    <title>Cairo in motion</title>
    <link>http://www.behrmann.name/wind/2008/04/08#cairo_in_motion_2008.04.08</link>
    <description>is a &lt;a href=&quot;http://www.behrmann.name/index.php?option=com_weblinks&amp;task=view&amp;catid=75&amp;id=148&quot;&gt;small code example&lt;/a&gt; 
for how to do animation in Cairo. Click on the below image to download a 5MB 
mpeg preview.&lt;br&gt;
&lt;a href=&quot;http://www.behrmann.name/images/wind/cairo-in-motion-0.7.mpg&quot;&gt;
  &lt;img src=&quot;http://www.behrmann.name/images/wind/flug_anim_0011.png&quot; 
   alt=&quot;cairo-in-motion-0.7 FLTK program&quot;&gt;&lt;/a&gt;&lt;br&gt;
The red arc has a mouse over effect and the right below spline with the red line
is interactive.
</description>
  </item>
  <item>
    <title>OpenICC and Google Summer of Code 2008</title>
    <link>http://www.behrmann.name/wind/2008/03/25#gsoc_2008.03.25</link>
    <description>&lt;a href=&quot;http://www.freedesktop.org/wiki/OpenIcc&quot;&gt;OpenICC&lt;/a&gt; is a Freedesktop project that brings together just about everyone 
who is interested in color for free software applications. That's:
ArgyllCMS, CinePaint, Cups, GraphicsMagick, Gimp, Gutenprint, ImageMagick, 
Inkscape, Krita, karbon, LittleCMS, LPROF, Scribus and Oyranos. And, of 
course, what's happening here has influence on the the Linux desktops.&lt;br&gt;
&lt;br&gt;
This year OpenICC has been selected again as one of the projects that 
can participate in the &lt;a href=&quot;http://code.google.com/soc/2008/&quot;&gt;Google Summer of Code&lt;/a&gt;!&lt;br&gt;
&lt;br&gt;
Hot &lt;a href=&quot;http://www.freedesktop.org/wiki/OpenIccForGoogleSoC2008&quot;&gt;topics&lt;/a&gt; for this year are the integration of a colour management system
into low level services, like Xorg and Cairo, HDR colour management, 
hardware accelerated colour conversions, true multiple monitor support, 
again Tonemapping and a toolkit independent GUI layer for plug-ins and CMM's. 
Of course we are happy about continuing and improving our existing 
applications, libraries and all being mentored by experienced developers.&lt;br&gt;
&lt;br&gt;
The project ideas range from very simple &quot;get familiar with open source&quot; 
style projects to advanced topics. Given they are all cross platform, they 
have potential to influence colour management not only on Linux. With 
students entering this round we hope to get closer to a colour managed 
desktop with fun.&lt;br&gt;
</description>
  </item>
  <item>
    <title>Colour management annotation</title>
    <link>http://www.behrmann.name/wind/2008/03/14#colour_2008.03.14</link>
    <description>I wonder why real absolute rendering, not to confuse with the ICC absolute
rendering intent, is so often
rejected in the thinking of many colour people. It is quite correct to
point to viewing conditions. But arent these secondary? The first place
are absolute ligthness and colour values, which can later be
reinterpreted. If this relation to the physical capturing gets lost, the
data is flatten out; much like a one shot flash light foto only covers a
two dimensional representation of the three and four dimensional world.
Introducing time and changing the point of view makes a real difference. I
think the same applies to colour.&lt;br&gt;
Sorry for me being a bit polemic, but I cant understand that information
stripping, or better omiting, is the only valid way to create good
photos.&lt;br&gt;
&lt;br&gt;
Ok there are different paths open and the current one is shurely selected
with reasoning by the ICC. Nethertheless people who like to ask questions 
to colour management systems run often in a difficulty to find inherent
answeres. This can be seen as a flaw as it deprives cognition.&lt;br&gt;
A simple example is: &quot;I have calibrated my monitor, but when I measure 
Lab values from a colour patch on screen, they are not the same as the 
program says. Even though the measuring device is the same as for creating 
the profile.&quot;
</description>
  </item>
  <item>
    <title>ICC Examin on Leopard II?</title>
    <link>http://www.behrmann.name/wind/2008/03/07#icc_examin_2008.03.07</link>
    <description>&lt;a href=&quot;http://downloads.sourceforge.net/oyranos/icc_examin-0.45_rc8.app.tgz&quot;&gt;ICC Examin v0.45_rc8&lt;/a&gt;, a release candidate, seems to work on 10.5.x series of Apples OS X. Eric Robinson provided to log file. Many thanks.
</description>
  </item>
  <item>
    <title>ICC Examin on Leopard?</title>
    <link>http://www.behrmann.name/wind/2008/03/01#icc_examin_2008.03.01</link>
    <description>&lt;img src=&quot;http://www.behrmann.name/images/wind/icc_examin-0.45_rc7.png&quot;&gt; &lt;br&gt;
Reportedly does &lt;a href=&quot;http://downloads.sourceforge.net/oyranos/icc_examin-0.45_rc7.app.tgz&quot;&gt;ICC Examin v0.45_rc7&lt;/a&gt;, a release candidate, fail on the 
10.5.x series of Apples OS X. This is a call to help in &lt;a href=&quot;http://sourceforge.net/tracker/index.php?func=detail&amp;aid=1905233&amp;group_id=177017&amp;atid=879553&quot;&gt;debugging this issue&lt;/a&gt;. 
What I need is a log showing the crash details. The 
Programms/Utilities/Console application can guide in finding such a log.
My hope is to get an idea of the reasons and bring ICC Examin to the same state 
like shown in the above screenshot on osX Tiger.

</description>
  </item>
  <item>
    <title>Gamut mapping II</title>
    <link>http://www.behrmann.name/wind/2008/02/23#icc_examin_2008.02.23</link>
    <description>To allow to look at the gamut mapping of a CIE*Lab to ISOcoated2 ICC profile 
in 3D without any CinePaint, here comes a 3D screenshot, available as a &lt;a type=&quot;model/vrml&quot; href=&quot;http://www.behrmann.name/images/wind/lab_ISOcoatedv2.wrl.gz&quot;&gt;gzipped VRML&lt;/a&gt; 
file.
</description>
  </item>
  <item>
    <title>Oyranos Options API II</title>
    <link>http://www.behrmann.name/wind/2008/01/29#oyranos_2008.01.29</link>
    <description>The general idea is simple. To reach a consitent colour management are parties 
must play better well together. Agreement to similiar dialogs is one part.
To aid the layout Oyranos provides not only settings but as well a concept
on how to display them in a interface. A html page comes to mind, but Oyranos
is more abstract and not that formal. &lt;br&gt;
The widget requirements are easy:&lt;br&gt;
choice, slider, button (with image), button styles (check, radio), text&lt;br&gt;
groups:&lt;br&gt;
frame, tab or choice or tree ..., layout widget array groups with 
orientation&lt;br&gt;
&lt;br&gt;
Oyranos continues with the concept to require a implementation of a  
native widget set according to the above mentioned Oyranos abstract widget set
and some abstract layout requirements to render the Oyranos settings.&lt;br&gt;
&lt;br&gt;
The current widget set covers only choices, profile selections and a groups for 
pages implemented as tab in &lt;a href=&quot;http://www.oyranos.org/wiki/index.php?title=Oyranos_Configuration_Dialog&quot;&gt;oyranos-config-fltk&lt;/a&gt;.&lt;br&gt; 
&lt;br&gt;
These dialogs will be easily rendered in control panels of KDE, Gnome and other 
places with the above mentioned according implementation.
</description>
  </item>
  <item>
    <title>Gamut mapping</title>
    <link>http://www.behrmann.name/wind/2008/01/21#icc_examin_2008.01.21</link>
    <description>The below screenshot of ICC Examin working as CinePaint plug-in showes the 
mapping of a CIE*Lab colour grid to ECI-RGBv2 or LStar-RGB:&lt;br&gt;
&lt;img src=&quot;http://www.behrmann.name/images/wind/iccexamin-v0.45_lcms_Lab2ECIRgb_gamutmapping.png&quot; alt=&quot;iccexamin-v0.45_lcms_Lab2ECIRgb_gamutmapping.png&quot; border=&quot;0&quot;&gt;&lt;br&gt;
The snapshot was created by assigning a Lab profile to Bruce Lindbloom's
RGB16Million.tif . For better handling I scaled the Lab16million.tif to a handy
size. Then the samples where viewed in CinePaint's ICC Examin plug-in. After 
that I had let CinePaint convert the Lab values to Rgb and ICC Examin showed 
the colour movement, appearent here as coloured lines. The small squares show 
the final Rgb postions. The projection
is a 3D view into the CIE*Lab colour space from the CIE*b+ direction. The upper 
samples point to CIE*L 100 the lower to CIE*L 0.&lt;br&gt;
&lt;br&gt;
Interessting is the front plane (+CIE*b) with the mapping of green, yellow and
some oranges. They work in a almost lightness (CIE*L) preserving way. The left 
side (+CIE*a) reds, magentas and blues show a strong lightness modification.
The snapshot helps me in improving my gamut creation algorithm in ICC Examin.
</description>
  </item>
  <item>
    <title>Joel Cornuz</title>
    <link>http://www.behrmann.name/wind/2008/01/16#linux_photography_interview_080116</link>
    <description>asked me some questions to publish on his blog. As I know him from 
discussions and like his gallery, I agreed and sent him my answeres:&lt;br&gt;
&lt;br&gt;
&lt;i&gt;Hello Kai-Uwe&lt;br&gt;
&lt;br&gt;
As one of the lead developers of Cinepaint and a very active contributor in 
Color Management (CM) on Linux, you are a key-person when it comes to using 
Linux for photography. Thank you very much for taking the time to share your 
thoughts with us and help us understand better what is going on in the Color 
Management field on Linux.&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://jcornuz.wordpress.com/2008/01/16/an-exclusive-interview-with-kai-uwe-behrmann/&quot;&gt;Read the whole interview on Joels blog...&lt;/a&gt;
</description>
  </item>
  <item>
    <title>CMake hassle</title>
    <link>http://www.behrmann.name/wind/2007/12/13#cmake_2007.12.13</link>
    <description>CMake is wrong in claiming it generates unix makefiles. It generates lots of 
dependend files, which must be read to understand the whole process. Nothing 
selfcontained. All is spread over many files and various dependencies. Cmake 
feels much like a PHP hack. If CMake could render it true to generate native 
build files, I mean selfcontained unix Makefiles and projects files for other
build environments, CMake would be a great tool and probably help reducing 
complexity. Currently it is more close to autotools laboriousness.&lt;br&gt;
&lt;br&gt;
Changing the paradigm from
automated configure scripts to a full interactive only configuration process
moves the new build environment clearly to Windows. In the same way CMake looses
a clear Unix feeling.&lt;br&gt;
&lt;br&gt;
To make it clear, I dont like to use libtool with its timeconsuming complexity.
But what makes Cmake substancially better? As I often try to compile many 
different projects, my benchmark is, how quickly can I overcome a unexpected 
problem during the build process?&lt;br&gt;
&lt;br&gt;
The following questions arise quickly [with CMake answeres]:&lt;br&gt;
Do I need to learn a new syntax? [yes]&lt;br&gt;
Are all tools and dependencies in one place, making needed adaptions easy and straight forward? [no]&lt;br&gt;
Does I get a project relevant help message by default to change options or set variables? [no]&lt;br&gt;
Can I easily trace wrong parameters to its source, without the need to go 
through various files and possible learn theire syntax? [no]&lt;br&gt;
Can I use the tool in existing automated envioronments? [not obvious]&lt;br&gt;
&lt;br&gt;
If you search for a elegant and simple buildenvironment, chances are high
you dont find it with a current version of this tool.
</description>
  </item>
  <item>
    <title>Sensible colour clipping</title>
    <link>http://www.behrmann.name/wind/2007/11/29#cinepaint_2007.11.29</link>
    <description>Carl Cole works on a patch to sensibly apply clipping to out of range pixels.
The clipping is implemented for the curves and levels tools. In the 
screencast below you can see how the new clipping works in levels.&lt;br&gt;
&lt;a href=&quot;http://www.behrmann.name/images/wind/cinepaint_levels.avi&quot;&gt;CinePaint colour clipping video&lt;/a&gt;&lt;br&gt;
And here as screenshot, old wild hue moving towards the three secondary colours:&lt;br&gt;
&lt;img src=&quot;http://www.behrmann.name/images/wind/cinepaint_levels_old.png&quot; alt=&quot;cinepaint_levels_old.png&quot; border=&quot;0&quot;&gt;&lt;br&gt;
&lt;br&gt;
... and the new levels behaviour preserving hue:&lt;br&gt;
&lt;img src=&quot;http://www.behrmann.name/images/wind/cinepaint_levels_new.png&quot; alt=&quot;cinepaint_levels_new.png&quot; border=&quot;0&quot;&gt;&lt;br&gt;
&lt;br&gt;
I am pretty shure this behaviour will become quickly standard for open source applications as it is a big quality improvement.
</description>
  </item>
  <item>
    <title>Named Colour Format open</title>
    <link>http://www.behrmann.name/wind/2007/11/29#oyranos_2007.11.29</link>
    <description>with the various discussions around a single colour format seems now some 
movement on the Create email list. Among various alternatives the creation of
a new format was most popular one. There seems simply nothing what counts and
is extensible while being useful with standard tools. So Cyrille Berger is about
writing a format draft to later adapt colour palettes, spot colours and so on
to the new format. The format will allow ICC profile referencing and seems 
useful for many areas in colour data exchanging.&lt;br&gt;
&lt;br&gt;
One candidate, a format from Xrite, developed by GretagMacbeth, called 
CxF was not been available since times. There exist a whitepaper, which no one
in the open source community likes to implement, because of its unclear status.
&lt;br&gt;
&lt;br&gt;
Of course Oyranos needs a on disk format, and ideally one, which will be 
open for future new areas.
</description>
  </item>
  <item>
    <title>OpenICC executeables paths</title>
    <link>http://www.behrmann.name/wind/2007/11/27#oyranos_2007.11.27_2</link>
    <description>The new Oyranos continues to evolves to a CMM framework. But where to store?&lt;br&gt;
&lt;br&gt;
The already mentioned OpenICC directory proposal handles text and binary data,
but no active parts. I am now thinking about a good way for making plug-ins and
extensions possible. The idea is to define standard API's which can later be 
implemented by various CMM's. As most binaries are highly architecture dependend
theire place must reflect this appropriately. Continuing the current sheme we
would get the &lt;i&gt;/usr/lib/color/ + /usr/local/lib/color/ + .local/lib/color/&lt;/i&gt;
 paths. For the later we had to skip the XDG_DATA_HOME variable as it points to
HOME/.local/share, which is not good for our need. After defining the base 
paths we can append a &lt;i&gt;cmm/&lt;/i&gt; to make the use of the content obvious.&lt;br&gt;
&lt;br&gt;
Oh, binaries are not covered by the XDG spec. What now?&lt;br&gt;
A OPENICC_PATH variable with the above paths? Who will set this?
</description>
  </item>
  <item>
    <title>OO API changes</title>
    <link>http://www.behrmann.name/wind/2007/11/27#oyranos_2007.11.27_1</link>
    <description>with Oyranos being alpha and still no one using its API's, excepts of projects
which I maintain myself, I'd think it is appropriate to come with havy weigth
changes to the API's. Still it will remain C, but with more of a object style 
programming. The simple C calls to modify Oyranos internals are changing to
calls for manipulating structs. I hope the changes will be more local and thus
more patterns can evolve from using Oyranos.&lt;br&gt;
If you still want the old API's for some reason let me know.</description>
  </item>
  <item>
    <title>OpenICC Proposals</title>
    <link>http://www.behrmann.name/wind/2007/11/16#oyranos_2007.11.16_2</link>
    <description>&lt;p&gt;Currently we have two proposals on &lt;a href=&quot;http://www.freedesktop.org/wiki/OpenIcc#head-603f006f069fc0816b95ecbfa71025763cb38271&quot;&gt;OpenICC&lt;/a&gt; in discussion, which will affect colour managed desktop applications.
The first is the ICC Profile in X proposal. Jon A. Cruz brought up the discussion again. I took the chance and
wrote a draft version for &lt;a href=&quot;http://www.oyranos.org/wiki/index.php?title=ICC_Profiles_in_X_Specification_0.3&quot;&gt;
ICC Profiles in X Specification 0.3&lt;/a&gt;. We had discussed several ambiguities and I hope
0.3 will be much clearer.&lt;/p&gt;
&lt;p&gt;
The other text is the &lt;a href=&quot;http://www.oyranos.org/wiki/index.php?title=OpenIccDirectoryProposal&quot;&gt;OpenICC directory proposal&lt;/a&gt;. 
It covers the location of colour profiles and configuration data. But it needs more work to become clearer.&lt;/p&gt;
&lt;p&gt;
Implementations for the first exist in XICC, Oyranos and I think a couple of 
applications can read the profile out. The paths proposal is in its previous form
widespread. But the new paths draft is far away from that.&lt;/p&gt;
</description>
  </item>
  <item>
    <title>Oyranos Options API</title>
    <link>http://www.behrmann.name/wind/2007/11/16#oyranos_2007.11.16</link>
    <description>as is the various properties of options are handled by internal lists. This is fine as long as the complexity is very small. Just many planed features become complex and would need to hold internal data structs in a single list. So my plan is to drop the single property lists to obtain options values and GUI names. The replacement will be build around a single struct and a according extensible API to handle these structs.&lt;br&gt;
&lt;br&gt;
The colour management control panel must later be adapted to the new API. But I expect the sources will become more logical. Hope there is nothing else affected and can be set in stone for a stable version 1.0 of Oyranos.&lt;br&gt;
</description>
  </item>
  <item>
    <title>Pixel naming in Cairo</title>
    <link>http://www.behrmann.name/wind/2007/11/13#pixel_naming_2007.11.13</link>
    <description>I find it always confusing to say CAIRO_FORMAT_ARGB32 and mean a 8-bit
per channel thing. At a first glace I seriously expect it to be a IEEE
float format, which it is not. Most users will expect to multiply by the
channels count to get the pixel size not to divide the pixel size by the
channel count.&lt;br&gt;
&lt;br&gt;
If you consider, most of the imaging world has changed its pixel naming to
a per channel base, it would be nice to see Cairo following this too.
It is pretty common to say 16-bit image processing, which means per
channel. Or 8-bit monitor displaying, which is again per channel. The
monitor LUT's are sometimes 10/12 or even 14-bit, again per channel.
The pixel numbers dont say anything about the colour resolution.&lt;br&gt;
&lt;br&gt;
Why bit per channel instead of bit per pixel?&lt;br&gt;
For instance a 16-bit Gray X-Ray image, properly displayed, can be
superior compared to a 32-bit/pixel CMYK representation. In this case the
numbers are non relevant to the lightness distinction. The example makes
clear, what counts are the shades of gray.&lt;br&gt;
&lt;br&gt;
Tricks like dithering dont count. Otherwise all people would still use
indexed gif's for photos. But I dont know any camera or scanner doing so.&lt;br&gt;
&lt;br&gt;
On the other side a 32 bit chunck with 3*10 bit RGB inside would be harder
to describe. Is such thing still in use for hardware and must be
supported? At least it is not present in cairo_format_t. Out of scope?&lt;br&gt;
&lt;br&gt;
Possibly someone can point me to a document describing the necessity of
Cairos per pixel naming as is. Is it something to do with tradition?
Nethertheless the non selfexplanatory behaviour today makes it feel much
like a pitfal.&lt;br&gt;
&lt;br&gt;
To exemplify (a F stands for floating point):
&lt;pre&gt;
colour    bit/channel    bit/pixel        cairo_format_t sheme
---------------------------------------------------------------
RGB                 8           24        CAIRO_FORMAT_RGB24
RGBA                8           32        CAIRO_FORMAT_ARGB32
Gray                8            8
GrayA               8           16
Alpha               8            8        CAIRO_FORMAT_A8
CMYKA               8           40
RGB                16           48        CAIRO_FORMAT_RGB48
RGBA               16           64        CAIRO_FORMAT_ARGB64
Gray               16           16
GrayA              16           32
CMYKA              16           80
RGB[A]... 16-bit float/channel use the same pixel size as the 16-bit per channel integers.
RGB      IEEE Half 16           48        CAIRO_FORMAT_RGB48F
RGBA     IEEE Half 16           64        CAIRO_FORMAT_ARGB64F
...
IEEE floats and 32-bit integers:
RGB          FLOAT 32           96        CAIRO_FORMAT_RGB96F
RGBA         FLOAT 32          128        CAIRO_FORMAT_ARGB128F
...
IEEE doubles:
RGB         DOUBLE 64          192        CAIRO_FORMAT_RGB192F
RGBA        DOUBLE 64          256        CAIRO_FORMAT_ARGB256F
&lt;/pre&gt;

The later can easily be confused with a 256 shades of Gray per channel
naming.&lt;br&gt;
Do you really expect a user to always divide the pixel values by
the channels count to get an idea about the colour resolution?&lt;br&gt;
&lt;br&gt;
To remember the marketing inflation of having 16 million colours and so on
is long gone away. Today it is in, to say a software supports 16-bit,
which is much more meaningful.&lt;br&gt;
As a side step, manufacturers suggesting theire consumer camera to deliver
the full range of 16-bit is still a joke. Such anouncements are
demystified regularily.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Windows and osX have long inherited pixel naming conventions.&lt;br&gt;
Cairo as a young project does not. Cairo could express pixels much closer
to our current language in cairo_format_t.&lt;br&gt;
&lt;br&gt;
Lets end here and come to a suggestion for a new sheme:
&lt;pre&gt;
CAIRO_FORMAT_ARGB32 -&gt; CAIRO_FORMAT_ARGB_8
CAIRO_FORMAT_RGB24  -&gt; CAIRO_FORMAT_RGB_8
CAIRO_FORMAT_A8     -&gt; CAIRO_FORMAT_A_8
CAIRO_FORMAT_A1     -&gt; CAIRO_FORMAT_A_1

#define CAIRO_FORMAT_ARGB32 CAIRO_FORMAT_ARGB_8
&lt;/pre&gt;
could ashure compatibility.&lt;br&gt;
&lt;br&gt;
Later Cairo could add
&lt;pre&gt;
CAIRO_FORMAT_ARGB_16
CAIRO_FORMAT_RGB_16
CAIRO_FORMAT_RGB_HALF
CAIRO_FORMAT_RGB_FLOAT
&lt;/pre&gt;
... and so on.</description>
  </item>
  <item>
    <title>0.23 swings</title>
    <link>http://www.behrmann.name/wind/2007/10/28#cinepaint_2007.10.28</link>
    <description>After trashing code for a more generic colour rendering core, my gtk development tree is again up and ready.&lt;br&gt;
&lt;br&gt;
As usual some colour improvements are included. This means Oyranos is spread more and more over the code. I slowly export CinePaint's colour management to Oyranos. So, CinePaint must at some point rely on it to build. Otherwise I have to provide the bits in two places. The Oyranos dependency will turn mandatory probably already in the 0.23 release.&lt;br&gt;
&lt;br&gt;
As well, CinePaint should build by default as a Gtk2 app. Some distribution try to fake the old Gtk1 API by some none useable headers to finally link into Gtk2. As this is non sense for a advanced application like CinePaint, consequently many users experienced failing builds. The configure option --enable-gtk1 should turn the old build mode after the switch.&lt;br&gt;
</description>
  </item>
  <item>
    <title>Named Colour 2</title>
    <link>http://www.behrmann.name/wind/2007/09/28#oyranos_2007.09.28</link>
    <description>&lt;br&gt;
after digging into the named colour API things tend to fall to bottom. 
A Oyranos Named Colour should be convertible to various colour spaces.
So generalised colour conversions are needed.&lt;br&gt;
&lt;br&gt;
One way would be to stick to an available CMM like lcms or argyll. The rumors about a CMM API
did not turn into a visible reality.
Then we could think about how to switch for HDR data to a different CMM.&lt;br&gt;
&lt;br&gt;
By the way, a HDR CMM, which will use hard coded colour transformations, will have a hard time
due to the complexity. See some thoughts about such approaches 
&lt;a href=&quot;http://wiki.koffice.org/index.php?title=Pigment/Color_Conversion_System&quot;&gt;here&lt;/a&gt;.&lt;br&gt;
Everything except floats can be very comfortable and relyable done by the available CMM's.
This is the only decission needed at the moment and should be traceable by the CMM's capabilities 
registration.&lt;br&gt;
When lcms can handle uint8_t and uint16_t and an other registred CMM IEEE floats, then the later will be used 
as a fallback for all pure floating point transformations. The prefered way would be a 
generic &lt;a href=&quot;http://www.oyranos.org/wiki/index.php?title=ColourMatchingModuls&quot;&gt;CMM&lt;/a&gt;
 like lcms supporting floating point precission.&lt;br&gt;
&lt;br&gt;
Then Oyranos must know about profiles and load them. Of course short hands should not be missed.
A profile API, loading, on the fly creation, default profile selection, is needed.&lt;br&gt;
&lt;br&gt;
The next is a colour conversion context. It will contain a image description. Fortunedly some thoughts where
invested in this already a while ago.&lt;br&gt;
&lt;br&gt;
Something else?&lt;br&gt;
&lt;br&gt;
Oh, yes byteswapping and ICC tag for GUI's interpretation, at least to some extent.&lt;br&gt;
&lt;br&gt;
When it is done, ICC Examin has a some more of its capabilities moved to Oyranos with the benefit
 of being more modular. I hope this helps reducing some the complexity in this application.&lt;br&gt;
&lt;br&gt;
The bad news, Oyranos will delay further and probably miss some other wanted features, like the 
&lt;a href=&quot;http://www.behrmann.name/wind/cinepaint/cinepaint_2007.04.13_1.html&quot;&gt;settings virtualisation&lt;/a&gt;.
</description>
  </item>
  <item>
    <title>Named Colour</title>
    <link>http://www.behrmann.name/wind/2007/09/24#icc_examin_2007.09.24</link>
    <description>API in &lt;a href=&quot;http://www.behrmann.name/index.php?option=com_content&amp;task=view&amp;id=32&amp;Itemid=70&quot;&gt;ICC Examin&lt;/a&gt; is evolving. 
To make colours selectable from lists, as often embedded in colourimetric data,
 I decided to prototype an API for named colour exchange. As such a API stands 
since a long time on the Oyranos &lt;a href=&quot;http://www.oyranos.org/wiki/index.php?title=FeatureWish#Named_Colour&quot;&gt;TODO list&lt;/a&gt;, it shall later be exposed in the
&lt;a href=&quot;http://www.oyranos.org&quot;&gt;Oyranos&lt;/a&gt; colour management library. &lt;br&gt;
There it can be used to select colours and get arbitray 
conversions from it. For instance it will be highly downward compatible 
with traditional sRGB workflows. The library shall create sRGB values on the fly
 from different input, such as Lab or Cmyk.&lt;br&gt;
Things like exposing settings as gamut warnings, HDR information and swatch 
handling must be added.&lt;br&gt;
&lt;br&gt;
Here is a screenshot of the upcoming version 0.45 of ICC Examin:&lt;br&gt;
&lt;a href=&quot;http://www.behrmann.name/images/icc_examin/iccexamin-v0.45_named_colour_orig.png&quot;&gt;&lt;img src=&quot;http://www.behrmann.name/images/icc_examin/iccexamin-v0.45_named_colour.0.8.png&quot; alt=&quot;ICC Examin v0.45 on linux screenshot&quot;&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
As soon as a &lt;a href=&quot;http://create.freedesktop.org/wiki/index.php?title=Swatches_-_colour_file_format&quot;&gt;file format for colour swatches&lt;/a&gt; 
is defined, it shall be used for storing named colours on disk.</description>
  </item>
  <item>
    <title>Cmyk versus Rgb printing</title>
    <link>http://www.behrmann.name/wind/2007/06/21#cinepaint_2007.06.21_1</link>
    <description>&lt;img src=&quot;/images/cms/cool_pingus_printing_farbig.png&quot; alt=&quot;Pingus printing on Unix.&quot; border=&quot;0&quot;&gt;&lt;br&gt;
It is often discussed, whether Cmyk or Rgb printing results in better quality, or whether one should buy a Rgb or Cmyk device. I will try to shed some light on this theme.&lt;br&gt;
&lt;br&gt;
Normally print devices use Cmyk inks. These are cyan, magenta, yellow and black (k). Some come with additional inks for light cyan, light magenta, (light) gray, red and blue to extend the device gamut and improve smoothness. Or they use special finishes for a better appearance of the print. These devices are far away from being Rgb print devices. The somewhat fuzzy term Rgb printer comes almost from the Windows world, where pictures are sent as Rgb colours to print devices. This is a software or driver aspect. The concept, followed on windows, is to make virtually every colour device a (s)RGB device, and thus simplify software and user interaction. This concept has advantages and disadvantages. See further at &lt;a href=&quot;http://en.wikipedia.org/wiki/Color_management&quot;&gt;wikipedia&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
To achieve good results, depending on what quality you like to obtain, the colour conversion should occure with colour profiles according to the desired quality and designed for the combination of your device and the ink/media/software/driver you plan to use. Most colour profiles are stored in the ICC format. But there exist as well internal colour transformations in some drivers or propriarity formats. For instance Gutenprint utilises internal lookup tables and algorithms for converting incoming Rgb to printer side Cmyk colours.&lt;br&gt;
As Cmyk is often almost the native colour space of your printing device, this colour space is often used in professional grade RIP's to better deploy the gamut of a printer.&lt;br&gt;
&lt;br&gt;
An other aspect is the look of your print. This includes saturation enhancements or a special tint of the sky, skin tones and so on. It is the aspect of taste in this art, varying with the region and the group of persons.&lt;br&gt;
&lt;br&gt;
For CinePaint, the image separated into Cmyk colours, will transport the high bit depth colour information in a most straight forward manner to the Gutenprint print driver. Thus Gutenprint has just to dither with few further colour conversions, resulting in less banding and finer gradients for sky, foggy motives and the finishes on glass and car surfaces. Of course you have the option to use the Gutenprint internal conversion routines and supply Rgb, thus by-passing the ICC conversion. You can read more about printing in CinePaint in my &lt;a href=&quot;http://www.behrmann.name/index.php?option=com_weblinks&amp;task=view&amp;catid=67&amp;id=56&amp;Itemid=85&quot;&gt;CinePaint - 16-bit Imaging&lt;/a&gt; tutorial.</description>
  </item>
  <item>
    <title>ICC Examin osX snapshot</title>
    <link>http://www.behrmann.name/wind/2007/06/21#icc_examin_2007.06.21_1</link>
    <description>&lt;img src=&quot;/images/cms/icc_examin.png&quot; border=&quot;0&quot;&gt;&lt;br&gt;
After fiddeling around with all those libraries to bring into the fat mach-o form for ppc and intel machines, I could now build ICC Examin. The package is available as a release candidate for osX.&lt;br&gt;
The osX disk image, containing a universal binary and compressed with gzip (dmg.gz), can be found here:&lt;br&gt;
&lt;a href=&quot;http://downloads.sourceforge.net/oyranos/ICC_Examin-0.43_rc8_U.dmg.gz?use_mirror=osdn&quot;&gt;&lt;img src=&quot;/images/cms/dmg_64.png&quot; border=&quot;0&quot;&gt;ICC_Examin-0.43_rc8_U.dmg.gz on SF&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Let me know especially whether it works on the &lt;b&gt;mac intel&lt;/b&gt; architecture.&lt;br&gt;
To leave a comment, for readers of graphisplanet and similiar, go to the:&lt;br&gt;
&lt;a href=&quot;http://www.behrmann.name/wind/oyranos/icc_examin_2007.06.21_1.zurueck&quot;&gt;comment page on Kai-Uwe's wind blog&lt;/a&gt;.</description>
  </item>
  <item>
    <title>Universal osX</title>
    <link>http://www.behrmann.name/wind/2007/06/19#icc_examin_2007.06.19_1</link>
    <description>Huhh, compiling all of my toolchain for running ICC Examin on osX PPC/Intel machines. It is not that much fun.&lt;br&gt;
Some libraries are not prepared to handle this case. For the iconv/intl libs I had to remove all obscure -no-undefined statements in Makefile.in. It seems to be in place for BeOS. What do I care, as I dont intent to release those libraries as sources.&lt;br&gt;
Instead -flat-namespace -undefined suppress options helped to get the stuff comiling.&lt;br&gt;
I had to modify ICC Examin to support --disable-dependency-tracking configure option. gcc -M options are not allowed with multiple arch targets in fat files.&lt;br&gt;
As usual, I dont rely what others compile for lcms, tiff and the like. Too often is my HDR stuff brocken. Now these are following as well, but starts more simple. .. OpenEXR compiled fine.&lt;br&gt;
&lt;br&gt;
Apple documentation: &lt;a href=&quot;http://developer.apple.com/technotes/tn2005/tn2137.html&quot;&gt;http://developer.apple.com/technotes/tn2005/tn2137.html&lt;/a&gt;</description>
  </item>
  <item>
    <title>Retargeting 0.22-1 changes</title>
    <link>http://www.behrmann.name/wind/2007/06/12#cinepaint_2007.06.12_2</link>
    <description>As I released today the 0.22-1 bugfix version, the changes mentioned earlier on this site must be delayed. 

Lets see as well, if I can get the Python plug-in working to make it a useful distribution part.</description>
  </item>
  <item>
    <title>Grafpup 2.0</title>
    <link>http://www.behrmann.name/wind/2007/06/12#cinepaint_2007.06.12_1</link>
    <description>and Nathan could not resist to include UFraw allready. Funny. Hope many users enjoy like him:
&lt;a href=http://grafpup.org/news/wp-trackback.php?p=167&quot;&gt;in his news&lt;/a&gt;.</description>
  </item>
  <item>
    <title>0.22-1 tasks for Oyranos</title>
    <link>http://www.behrmann.name/wind/2007/04/13#cinepaint_2007.04.13_1</link>
    <description>Now that the release of CinePaint is out, some things come clearer or simply more evident for handling colour management with Oyranos.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Gray default profile &lt;/b&gt;&lt;br&gt;
One thing is the a missing default profile for gray images. I am now adding this to Oyranos. Without it would be incomplete.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Maximum conformity&lt;/b&gt;&lt;br&gt;
The other thing is the missing policy display. If I remember correctly something like a first warn message should be implemented. But it seems difficult for a user to understand such messages the first time. Let me explain a bit more. Once Oyranos is installed and CinePaint runs all comes smoothly. A PNG is opened and and gets a default profile assigned. As the Home+Office policy is the first active one. It will be sRGB for untagged data. Fine. The user tweaks that and saves. Now a tiff comes its way and opens nicely, editing, saving. No problem. After sending to a agency they phone and say it was degraded from their accepted WhateverRGB to sRGB. Now what? No message appeared. Repeating the same in CinePaint and looking now carefully on the windows top border, one can observe that there is sRGB right from the beginning.&lt;br&gt;
Thats not possible. CinePaint degrades an image and this silently. Where is the professionalism?&lt;br&gt;
You can imagine, this will provoke many colour people.&lt;br&gt;
Indeed Oyranos first hand policy is a keep it simple policy. Convert all to sRGB and make all the same right from the beginning. The intention is to help that many users without colour ambitions to work without the need to understand colour management. Once a image is loaded in a Oyranos compliant application, every other applicatin should handle colours fine. This is a maximum of compatibility.&lt;br&gt;
For colour people it is simple to change this. In Oyranos' control panel, called by &lt;b&gt;oyranos-config-fltk&lt;/b&gt;, one has simply to switch from &lt;b&gt;Home+Office&lt;/b&gt; to say &lt;b&gt;Photographer&lt;/b&gt;. It is in the first tab. Now your image data are handled much more carefully. No colour space degradiation to sRGB, and a bigger default editing colour space is now active.&lt;br&gt;
&lt;br&gt;
The dilema is about making it really good for both unexperienced and high level users. Policies can help to satisfy many different groups. And in the future one can simply create its own policy. But a application author is under pressure to provide success right from the beginning.&lt;br&gt;
&lt;br&gt;
The question which arises is, how should a default for a fresh installation be formed? What is acceptable for all as a first start? 
</description>
  </item>
  <item>
    <title>Blackpreservation</title>
    <link>http://www.behrmann.name/wind/2007/03/26#cinepaint_2007.03.26_1</link>
    <description>This print plug-in in CinePaint's interfacing with Gutenprint is available since quite a time. The blackpreservation option can be found in the first print dialog in the lower part. It affects only CMYK-CMYK conversation. Below is a colour conversion from a ISOcoated to a desktop inkjet with very different gamut shown. The inkjet's black has a brownish shade. The screenshot shows the visual output on screen:&lt;br&gt;
&lt;img src=&quot;/images/cms/cinepaint_erhalt_schwarzaufbau.png&quot; alt=&quot;CinePaint Blackpreservation in Gutenprint plug-in&quot; border=&quot;0&quot; style=&quot;float:left&quot;&gt;
It is not perfect, but gives you an idea what is available now. The on the fly creation of the device link happens in the background within littleCMS (or lcms), CinePaints internal used colour management modul.&lt;br style=&quot;clear:both&quot;&gt;</description>
  </item>
  </channel>
</rss>