-fill in the portable version
Posted: 2017-06-13T11:18:45-07:00
Hello,
I have a little problem with the portable version.
I want to create a software that I can give to somebody without installing anything and so I use the portable version of ImageMagick.
However, one command doesn't work with this version although when I installed the "normal" version on my pc, it worked fine :
"%~dp0ImageMagick-7.0.5-7-portable-Q16-x86\convert.exe" test.png -fuzz 10% -fill white -opaque "rgb(255, 178, 178)" test.png
-> doesn't work
convert test.png -fuzz 10% -fill white -opaque "rgb(255, 178, 178)" test.png -> was working
I don't understand why...
I must add that it's only with "-fill" because if I use something like
"%~dp0ImageMagick-7.0.5-7-portable-Q16-x86\convert.exe" test.png test.pdf
the PDF file is created
I apologize if the question is not easily comprehensible, my english is not very good...
Thank you in advance,
David
I have a little problem with the portable version.
I want to create a software that I can give to somebody without installing anything and so I use the portable version of ImageMagick.
However, one command doesn't work with this version although when I installed the "normal" version on my pc, it worked fine :
"%~dp0ImageMagick-7.0.5-7-portable-Q16-x86\convert.exe" test.png -fuzz 10% -fill white -opaque "rgb(255, 178, 178)" test.png
-> doesn't work
convert test.png -fuzz 10% -fill white -opaque "rgb(255, 178, 178)" test.png -> was working
I don't understand why...
I must add that it's only with "-fill" because if I use something like
"%~dp0ImageMagick-7.0.5-7-portable-Q16-x86\convert.exe" test.png test.pdf
the PDF file is created
I apologize if the question is not easily comprehensible, my english is not very good...
Thank you in advance,
David