30-bit displaying with Krita?

Dmitry Kazakov dimula73 at gmail.com
Thu Dec 24 14:01:37 CET 2009


>
> > representation, so 16-bit won't help anyway ;)
>
> HDMI-1.3 can use more than 8-bit per component as well as DisplayPort. For
> DVI you might be right.
> 10+10+10+1 RGBA == 30-bit RGB packed into 32-bit pixel. The monitor must
> obviously support decoding that. These device support as well todays
> typical 8+8+8+8 RGBA in 32-bit per pixel. (I dont know exactly of the
> channel order.)
>

Ok, i didn't know about that.



> > Could you publish the test, please?
>
> Create a simple gradient from black to white, say 4000 pixel wide. The
> stepping is obvious on good calibrated display hardware.
>
> > Maybe you mean "stripes" on gradients, don't you?
>
> That is the easiest test case. So far I came not arround to watch much of
> imagery as I have only one rudimentary test application. Perhaps I can
> integrate that capability in Oyranos' image_display example.
>
> > If so, the problem is a bit worse, than just "16-bit" canvas. As it might
> > not help. Most of the editors, afaik, uses "dithering" during conversion
> > from 16-bit to 8-bit. They add a special noise to the image to hide this
> > stripes (at least Photoshop does).
>
> This conversion to 8-bit reduces of course the colour resolution. You are
> discussing a workaround not a solution to the initial request?
>

No, i'm discussing the roots of the problem. I'm not sure Qt's QPainter
supports painting more than 8-bit RGB.
The point is we have *non*-openGL canvas as well. And it does not support
this. More important, if we don't pay attention to the dithering, we will
face with problems when "industry people" working in 16-bit decide to
convert their images to 8-bit (for e.g. publishing in the web or printing as
a photo)

I wrote in the hope that supporting GL_RGB16/GL_UNSIGNED_SHORT would be a
> minor task given that Krita can already use the well supported industry
> standard OpenGL API.
>

I think Lukas will be able to fix this in OpenGL-canvas =)


-- 
Dmitry Kazakov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kimageshop/attachments/20091224/60034d27/attachment.htm 


More information about the kimageshop mailing list