Starting the Gimp Server
Go in menuFilters
→Script-Fu
→Start Server
The original image
The script
Here is the scheme script:The java client
The following java client will send the previous scheme script to the gimp server. The simple protocol used by GIMP is described on this page.>javac GimpClient.java
>java GimpClient input.scm
Success
>java GimpClient input.scm
Success
The result
That's it,
Pierre
No comments:
Post a Comment