Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dkotch

  1. dkotch

    How to view an image that I've opened with Script-Fu?

    More specifically, why doesn't this work: (define (script-fu-add-corners2 infile) (let* (theImage (car (file-jpeg-load 1 infile infile))) (gimp-display-image-new theImage) ) ) (script-fu-register "script-fu-add-corners2" "<Toolbox>/Xtns/Script-Fu/DK's Stuff/Add Corners 2" "Adds...
  2. dkotch

    How to view an image that I've opened with Script-Fu?

    I am learning to write scripts for Script-Fu. I've managed to load an image with gimp-file-load. However, I cannot figure out how to display the image. Can somebody show me a short script that will not only open the image but also display it? Many thanks!!

Part and Inventory Search

Back
Top