Karsten Wolf
Karsten Wolf
> Either a note, or maybe add some code to clamp it to 0.0 - 0.5 ? IMHO neither. The correct way would be to rewrite it. The function should...
This weekend I cleaned up the photobot extraction I started a year ago. https://github.com/karstenw/photobotlib The examples in this version work with 2.7, 3.8 and Nodebox
Hm, ximport imports and creates the _ctx object in the new namespace. What if there is a new interface, that is called from the script or library that goes like:...
Or in other words: ximport is a push interface and nodeboxlib would be a pull interface.
Most probably yes. It would be filelist() you would reimplement. The construct I use emerged 10 years ago and is very tuned to having non-ascii and unicode canonical filenames on...
Hhm, I replied via email 3 hours ago but I dont see it here... pasting email. On 18. Mar 2021, at 12:57, Stuart Axon wrote: > Would you except a...
More Changes. `imageextensions = tuple( u".pdf .tif .tiff .gif .jpg .jpeg .png".split() )` And of course a correct way to get the image formats the platform can handle is needed....
> The cool kidz are using `.webp` now too :-) Us old farts would like to use webp too if there were free (as in open source) libraries. This feels...
> I prob need to poke this again, I always get a bit confused every time I try, some questions you might know answers for: I am proficient with nodebox...
Try my fork: https://github.com/karstenw/nodebox-opengl It runs nice on OSX with current Python2, current pyglet and is installable. Haven't tested it on win/linux.