Re: [Gimp-developer] [ANN] gimpgitbuild 0.2.1 - a commandline tool to build GIMP and its dependencies from their git repos

2020-02-27 Thread Shlomi Fish
Hi Owen, thanks for your problem report, and for trying gimpgitbuild. On Thu, 27 Feb 2020 00:59:39 +0100 Owen wrote: > > Hi all! > > > > See: > > > > https://metacpan.org/release/App-gimpgitbuild > > > > You can do either: > > > > gimpgitbuild build > > > > Or: > > > > gimpgitbuild env

Re: [Gimp-developer] [ANN] gimpgitbuild 0.2.1 - a commandline tool to build GIMP and its dependencies from their git repos

2020-02-27 Thread Shlomi Fish
Hi Owen and all, On Thu, 27 Feb 2020 00:59:39 +0100 Owen wrote: > > Hi all! > > > > See: > > > > https://metacpan.org/release/App-gimpgitbuild > > > > You can do either: > > > > gimpgitbuild build > > > > Or: > > > > gimpgitbuild env > > > > Hope you find it useful and contributions / co

[Gimp-developer] Invalid input arguments of file-raw-save2

2020-02-27 Thread longquan_135--- via gimp-developer-list
I'm trying to write my own scripts to save a selection to a RAW file with GIMP script-fu. I found that the argument "image-type" in "file-raw-save2" expects values from { RAW_RGB (0), RAW_PLANAR (3) }. When using 3 for this argument, I got the following result: Error: Procedure execution

Re: [Gimp-developer] Invalid input arguments of file-raw-save2

2020-02-27 Thread Ofnuts
Looking at the source code; RAW_PLANAR would be 6 (the plugin defines many images types, but only accepts RAW_RBG and RAW_PLANAR when saving). ___ gimp-developer-list mailing list List address:gimp-developer-list@gnome.org List membership: https:/