;; Edge detection effect - highlights edges ;; @param low int [10, 100] default 50 ;; @param high int [50, 300] default 150 (define-effect edge_detect ((low 50) (high 150)) (edges frame low high))