stylise effect with Windows command line

Hi,
I’m tring to use the command line under Windows with the artistic stylise effect, but as I’m new with g’mic, I may be doing some mistakes…

This is the command line I use :

gmic input.png style.png +fx_stylize 1,4,0,0,0.5,2,3,0.5,0.1,1
,5,0,0.7,1,0,1,0,5,5,7,1,30,1000,2,1.85,0 -output result.png

But all I get are errors.

Can you help me ?

(I would like to use it in a Windows batch on multiples images extracted from video)

Janolap1

Could you please coy/paste the error message displayed ?

It tries with…

gmic -update

Sorry, it was a mistake.
I forgot the + sign in front office the effect…

And, as I am behind a proxy, and on linux, I had to do first in command line, to update :
set HTTP_PROXY=http://user:password@proxy.domain.com:port
and
set HTTPS_PROXY=http://user:password@proxy.domain.com:port

Thanks !

1 Like