server - GIMP CLI Batch script errors - Ask Ubuntu
i trying liquid rescale pictures dynamicly gimp liquid rescale plugin(http://liquidrescale.wikidot.com/).
i doing on ubuntu server 16.04 lts using following command:
gimp -i -f -b "(batch-gimp-lqr-full "/var/www/liquid/uploads/feelsbadman_2.png" "/var/www/liquid/distorts/feelsbadman.png" 400 400 "" "" 1000 "" 1000 150 "" 7 150.0 true true 0 false 3 0 0 false 0 true)" -b "(gimp-quit 0)"
using on windows env. working fine(changing strings of in- , output file ofc.)
tho on ubuntu, following error messages:
(gimp:26440): glib-gobject-warning **: g_object_set_valist: object class 'geglconfig' has no property named 'cache-size' (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c64a60 "gimp:point-layer-mode" "gimp:dissolve-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c63d30 "gimp:point-layer-mode" "gimp:behind-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c64130 "gimp:point-layer-mode" "gimp:multiply-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c64540 "gimp:point-layer-mode" "gimp:screen-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c65a10 "gimp:point-layer-mode" "gimp:overlay-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c65e50 "gimp:point-layer-mode" "gimp:difference-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c66220 "gimp:point-layer-mode" "gimp:addition-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c66670 "gimp:point-layer-mode" "gimp:subtract-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c66a70 "gimp:point-layer-mode" "gimp:darken-only-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c66ea0 "gimp:point-layer-mode" "gimp:lighten-only-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c672d0 "gimp:point-layer-mode" "gimp:hue-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c67610 "gimp:point-layer-mode" "gimp:saturation-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c67a50 "gimp:point-layer-mode" "gimp:color-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c68420 "gimp:point-layer-mode" "gimp:value-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c68650 "gimp:point-layer-mode" "gimp:divide-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c68ae0 "gimp:point-layer-mode" "gimp:dodge-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c68ea0 "gimp:point-layer-mode" "gimp:burn-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c692d0 "gimp:point-layer-mode" "gimp:hardlight-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c69740 "gimp:point-layer-mode" "gimp:softlight-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c69b20 "gimp:point-layer-mode" "gimp:grain-extract-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c69f70 "gimp:point-layer-mode" "gimp:grain-merge-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c6a320 "gimp:point-layer-mode" "gimp:color-erase-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c6a6d0 "gimp:point-layer-mode" "gimp:erase-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c6ab40 "gimp:point-layer-mode" "gimp:replace-mode" (gimp:26440): gegl-gegl-operation.c-warning **: cannot change name of operation class 0x1c6aef0 "gimp:point-layer-mode" "gimp:anti-erase-mode" batch command experienced execution error: error: ( : 1) eval: unbound variable: /var/www/liquid/uploads/feelsbadman_2.png
anybody know start solving this? has got ideas?
okay, found problem. had quotemarks in argument \", doesnt cancle out.
works charm, reading
Comments
Post a Comment