Gimp Scheme dialect (script to batch produce images for IE6 support)
I personally believe that you already knew, but perhaps it's worth reminding for the benefit of others that you can write GIMP scripts in Perl too, except that support to do so used to be core in earlier versions of GIMP while now you have to install Gimp-Perl separately.
| [reply] [d/l] |
Thanks for the pointer. I already had written a few Scheme plugins for use within the Gimp GUI and this felt quite natural, so I did not look for a Perl module this time.
| [reply] |
Do you use C# for server side or client? I have an off topic question...
I have a Java web service that takes an Integer (not int, as this parameter can to be null at times). C# client side stub is generated based on wsdl, and it takes arg0 which is int, plus arg0Specified which is bool. However Java side complains about null pointer and fails.
The same web service can be called successfully from soapUI, so the fault seems reside with C#, any idea? | [reply] |
| [reply] |