Gimp 脚本并选择方案解释器?

Gimp 脚本并选择方案解释器?

我遇到了这个脚本https://twentymegahertz.wordpress.com/2017/01/05/gimp-script-for-image-sharpening-using-grain-extract/这基本上是一个锐化图像的脚本。

现在我不知道scheme,所以我完全不知道如何运行脚本。通常您将 shell 脚本保存为,shellscript.sh但在这种情况下这可能不是正确的方法。此外,还有相当多的方案二进制文件,所以我不知道哪一个是最常用的,或者是最适合 gimp 的。有人可以帮忙吗?

 aptitude search scheme
p   chezscheme                                                                      - Reliable, high performance Scheme compiler                                                
p   chezscheme9.5                                                                   - Reliable, high performance Scheme compiler (version 9.5)                                  
p   chezscheme9.5-dbgsym                                                            - debug symbols for chezscheme9.5                                                           
p   chezscheme9.5-dev                                                               - Reliable, high performance Scheme compiler (C development files)                          
p   chezscheme9.5-doc                                                               - Reliable, high performance Scheme compiler (documentation)                                
p   cmuscheme48-el                                                                  - Emacs mode specialized for Scheme48                                                       
p   compass-color-schemer-plugin                                                    - create color schemes with ease                                                            
i A gedit-plugin-color-schemer                                                      - Color Schemer plugin for gedit                                                            
p   ifscheme                                                                        - scheme control for network interfaces                                                     
p   libcolor-scheme-perl                                                            - Perl module to generate pleasant color schemes                                            
p   libghc-recursion-schemes-dev                                                    - generalized bananas, lenses and barbed wire                                               
v   libghc-recursion-schemes-dev-5.0.2-b8128                                        -                                                                                           
p   libghc-recursion-schemes-doc                                                    - generalized bananas, lenses and barbed wire; documentation                                
p   libghc-recursion-schemes-prof                                                   - generalized bananas, lenses and barbed wire; profiling libraries                          
v   libghc-recursion-schemes-prof-5.0.2-b8128                                       -                                                                                           
p   mit-scheme                                                                      - MIT/GNU Scheme development environment                                                    
p   mit-scheme-dbg                                                                  - MIT/GNU Scheme debugging files                                                            
p   mit-scheme-dbgsym                                                               - debug symbols for mit-scheme                                                              
p   mit-scheme-doc                                                                  - MIT/GNU Scheme documentation                                                              
v   plt-scheme                                                                      -                                                                                           
v   plt-scheme-doc                                                                  -                                                                                           
v   scheme-r5rs                                                                     -                                                                                           
v   scheme-srfi-7                                                                   -                                                                                           
p   scheme2c                                                                        - Joel Bartlett's fabled Scheme->C system                                                   
p   scheme2c-doc                                                                    - Documentation for the Scheme->C system                                                    
p   scheme48                                                                        - simple, modular, and lightweight Scheme implementation                                    
p   scheme48-dbgsym                                                                 - Debug symbols for scheme48                                                                
p   scheme48-doc                                                                    - Documentation for the Scheme48 implementation of Scheme                                   
p   scheme9                                                                         - Scheme 9 from Empty Space R4RS Scheme interpreter                                         
p   scheme9-dbgsym                                                                  - debug symbols for scheme9                                                                 
p   sigscheme                                                                       - Scheme Interpreter to be embedded                                                         
p   sigscheme-dbgsym                                                                - debug symbols for sigscheme                                                               
p   sigscheme-runtime                                                               - Runtime for sigscheme Scheme interpreter                                                  
p   tinyscheme                                                                      - Very small scheme implementation                                                          
p   tinyscheme-dbgsym                                                               - Debug symbols for tinyscheme              

答案1

将脚本放置在适当的 gimp 目录中。
安装脚本Fus如需具体答案,更多背景信息可以在Gimp 脚本目录

相关内容