Closed chrisjansky closed 1 year ago
mmm, it looks like those filters create a infinite extent... drawBot needs to clip it to the original imageObject size
pushed a PR
also check out default values for those filters:https://developer.apple.com/library/archive/documentation/GraphicsImaging/Reference/CoreImageFilterReference/#//apple_ref/doc/filter/ci/CIOpTile
@typemytype Yes, that works, thank you for the quick fix!
Hello,
I tried using the
opTile()
filter and got the following error using this minimal setup:Error:
I haven’t found any documented use of
opTile()
anywhere, is it supposed to be working?Thanks!