Artifact 840b9e76e158bfa20f3fb83ff3209529d70fadab:
- File effects/unsharp-mask.loop — part of check-in [77c90d9f56] at 2012-03-20 07:04:11 on branch trunk — Unsharp Mask (user: saul size: 566)
- File effects/video.loop — part of check-in [fc9abb07d8] at 2012-03-20 07:56:15 on branch trunk — Added Video Pattern filter. (user: saul size: 566)
&rfx_sendmsg ( qq{ (let* ((input-file (string-append "$curtmpdir" DIR-SEPARATOR "$in")) (image (car (gimp-file-load RUN-NONINTERACTIVE input-file input-file))) (layer (car (gimp-image-get-active-layer image))) ) (plug-in-unsharp-mask RUN-NONINTERACTIVE image layer $p0 ; radius $p1 ; amount $p2 ; threshold ) (rfx-save-frame image "$out") ) } );