Le 11/06/2016 17:27, Tobias Boege a écrit :
> Hi,
>
> I just tried to feed a Python script to Gimp from within a Gambas project.
> It didn't really work out that easily because Gimp wants to read the script
> from standard input (AFAIK it does not recognise a path to the script file).
> So I have t
On Sat, 11 Jun 2016, Fabien Bodard wrote:
> Le 11 juin 2016 17:29, "Tobias Boege" a écrit :
>
> > Hi,
> >
> > I just tried to feed a Python script to Gimp from within a Gambas project.
> > It didn't really work out that easily because Gimp wants to read the script
> > from standard input (AFAIK i
Can you send the both script ?
Le 11 juin 2016 17:29, "Tobias Boege" a écrit :
> Hi,
>
> I just tried to feed a Python script to Gimp from within a Gambas project.
> It didn't really work out that easily because Gimp wants to read the script
> from standard input (AFAIK it does not recognise a pa
Hi,
I just tried to feed a Python script to Gimp from within a Gambas project.
It didn't really work out that easily because Gimp wants to read the script
from standard input (AFAIK it does not recognise a path to the script file).
So I have to File.Load the script and Print it to the Gimp process