Marc Espie
Marc Espie
See for instance: https://mathiasbynens.be/demo/animated-webp webpmux -info shows that two frames have x/yoffsets... and after running your script, the resulting image is broken the solution is complicated. It would mean parsing...
I don't know whether that's possible, but I have a peculiar setup: dual screen with one portrait and one landscape. Would it be possible to have auto-detection of portrait/landscape pictures...
Hey, kristaps, long time no see !~ I've had a look at porting siril (https://siril.org/) That piece of software uses kplot, which is how I've become aware of it. However,...
How about making an actual release at some point ? Moving target is not that fine. There are points where not having bugs, or knowing which bugs there are, would...
setlocale is never thread-safe. Even with the proper mutex locking, it still leads to memory corruption here. Right now, OpenBSD doesn't have LC_NUMERIC support, so neutering the support will allow...
Specifically, the way test classes are built does not work with the way libc++ creates shared ptrs. > /usr/include/c++/v1/memory:3710:5: error: destructor called on non-final 'ClassSingle6A' that has virtual functions but...
file_rand : do filename=${-path_tmp}gmic$_pid{`round(u(vector6(_'0'),vector6(_'9')))`} while isfile(['{/$filename}']) u $filename this is a well-known anti-pattern, known as a "race condition". Yes, there is a big random number, but it's not enough. With...
Quite reproducible: - take an image - change precision to 32 bit floating point - select a rectangle & copy it - choose "fill pattern seamless", scroll up to the...
Thanks for reporting your bug here! The following template will help with giving as much information as possible so that it's easier to diagnose and fix. ## Upfront Information Please...
Something fairly similar can be done using fstat, though. Questions remain: - is it only OpenBSD ? I kind-of-think it might apply to NetBSD/FreeBSD/Dragonfly as well. Depending on that, there...