<div class="gmail_quote">On Sun, Sep 18, 2011 at 7:54 PM, Silvio Heinrich <span dir="ltr"><<a href="mailto:plassy@web.de">plassy@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 09/18/2011 03:06 PM, Boudewijn Rempt wrote:<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hi,<br>
<br>
I'm stuck with this bug... Could someone with adequate templating foo please check my patch and help me out a bit? I get a crash now if I follow the instructions in the bug report exactly.<br>
</blockquote>
<br></div>
Ok I got it. Now it seems to work.<br>
Now just one part is missing.<br>
We need to test if the destination colorspace uses floating point channels so that the second part of the "else" part is executed.<br></blockquote></div><br>Theoretically there could be a colorspace that has integer and floating point channel. At the moment all color space have same type and size though.<br>
<br>For the check you could use KoChannelInfo.<br>