jlstrecker

Results 2 issues of jlstrecker

`mach_absolute_time()`, used to calculate the rectangle's position in `Stream.createPixelBuffer`, behaves differently on ARM than Intel. Apple [recommends](https://developer.apple.com/documentation/kernel/1462446-mach_absolute_time) replacing it with `clock_gettime_nsec_np(CLOCK_UPTIME_RAW)`.

## Description When `filter(BLUR, param)` is called with `param` above a certain amount relative to the image size, an ArithmeticException is thrown for division by zero. ## Expected Behavior Image...

Help Wanted