Glenn Butcher

Results 49 comments of Glenn Butcher

My libraw/librtprocess is a little off-beat; I collect the cfarray into a string in order to attach it to my internal image here: https://github.com/butcherg/rawproc/blob/master/src/rawimage.cpp#L880 Then, I parse that string into...

> > What linear light should ICC be applied onto? Camera 1.96 or display 2.4? > > Camera 1.96. That’s the source data. Whether a color appearance correction in the...

> > I think it should be 'Camera 1.0' I believe the camera should be treated as linear, going into the first transform. At least, that's what I do for...

> > should be treated as linear > > How are you going to do linear algebra on nonlinear data? Back then when icc was created there was no even...

[https://github.com/butcherg/DRG_168/blob/main/scad/cistern.scad](url) Edit: To run cistern.scad, it's more straightforward to clone the whole repo as there are other files in the repo tree upon which the script depends. [https://github.com/butcherg/DRG_168/](url)

So, I took cistern.scad and did an "elimnation by comment", and I isolated the behavior to the trim() module. This module calls others that do various path_extrude() to make "rope"...

No, I'm still using the original libjpeg interface in the code. If you have a use case or lament, let me know and I'll look into it. My priority right...

No "C" in any of my occurrences, just empty space...

Never tried it, don't have a machine to do so. Also, have not heard from any of the dozen-or so user base... The long pole in the tent, wxWidgets, has...

I'm currently using wxWidgets 3.1.4, if that helps...