RFX-GIMP

Artifact [59a889c440]
Login

Artifact [59a889c440]

Artifact 59a889c4407d1f21111e5c6bd3ac80c776218c35:


&rfx_sendmsg( qq{
  (begin
    (let* ((basename (car (strbreakup (car (last (strbreakup "$in" DIR-SEPARATOR))) "$img_ext")))
           (input-file (string-append "$curtmpdir" DIR-SEPARATOR "gap-clip" DIR-SEPARATOR basename ".xcf"))
           (image (car (gimp-file-load RUN-NONINTERACTIVE input-file input-file)))
                   (layer (car (gimp-image-get-active-layer image))) )
      (rfx-save-frame image "$out") 
      )
    )
    }
  );