Klaus, thank you for your input and pointing us to RawSpeed.  I glanced
through it and noticed one of the approaches you take is to create decoders
based on the "format" and use camera Make/Model tags to decide which
decoder to use.  I am glad to say this is also the approach I was taking
and mentioned in an earlier post.  I was wondering if there was a better
way, but I think this works the best.


To everyone, I really want to see this live in the golang.org/x/image
repo.  Do we need to create a formal proposal for it to live there?  Should
we do the initial development in another repo and then move it to the
x/image repo later?

For a place to have the discussions, I was going to say that I like the
idea of Slack, but the free pricing has limits on searching archives (i.e.
reasons for historical decisions may get lost).  Then I realized that the
gopher slack is on the standard tier instead of the free one.  So, maybe
this can actually work.  For Slack, can we just add a channel to
gophers.slack.com?  I do not spend much time on there now.  So, I do not
know the rules for that kind of thing.

Does Slack work for everyone?  Or would most people prefer a new mailing
list?

On Sun, Aug 14, 2016 at 5:40 AM, Klaus Post <klausp...@gmail.com> wrote:

> On Saturday, 13 August 2016 23:21:31 UTC+2, Paul wrote:
>>
>>
>> I was not even aware of Rawspeed. I do use Darktable, however there is
>> quite some discussion going on as to the quality of the images that
>> opensource raw converters produce. Adobe seems to still be king of that
>> hill. [...]
>>
>
> Image quality is for the most part a matter of what is done to the image
> after the decoding stage, primarily demosaic (image detail) and colour
> profiles (image look/color/contrast).
>
> For demosaic, dcraw has some good options, and I have been wanting to try
> a neural network supported demosaic for years.
>
> For color quality, darktable has done a lot of work, or you could use
> Adobe DCP (DNG Color Profile) profiles, which we have implemented for
> RawStudio - see https://github.com/rawstudio/rawstudio/tree/
> master/plugins/dcp - this gives you access to all colour profiles from
> Adobe as well as your own. dcraw uses a very simplified version of Adobes
> profiles. Here is a blog post I wrote about 6 years ago:
> https://rawstudio.org/blog/?p=236
>
> /Klaus
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "golang-nuts" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/golang-nuts/60WthPS_TXg/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to