Alright, I got it to the following state:
convert pictureB.png \pictureA.png -resize 25%\ -gravity center -composite output.png
and it tells me
convert: unable to open image `center': No such file or directory @ error/blob.c/OpenBlob/2675.
convert: no decode delegate for this image format ...
Search found 3 matches
- 2016-01-24T01:41:18-07:00
- Forum: Users
- Topic: Issue with my command '(' in syntax
- Replies: 3
- Views: 2202
- 2016-01-24T01:35:28-07:00
- Forum: Users
- Topic: Issue with my command '(' in syntax
- Replies: 3
- Views: 2202
Re: Issue with my command '(' in syntax
What I've tried is this:
convert pictureB.png \( pictureA.png -resize 100 \) -gravity center -composite output.png
But it gives me the follwoing error:
convert: unable to open image `(pictureA.png': No such file or directory @ error/blob.c/OpenBlob/2675.
convert: unable to open file `(pictureA ...
convert pictureB.png \( pictureA.png -resize 100 \) -gravity center -composite output.png
But it gives me the follwoing error:
convert: unable to open image `(pictureA.png': No such file or directory @ error/blob.c/OpenBlob/2675.
convert: unable to open file `(pictureA ...
- 2016-01-24T01:33:54-07:00
- Forum: Users
- Topic: Issue with my command '(' in syntax
- Replies: 3
- Views: 2202
Issue with my command '(' in syntax
Hey!
I am wondering where did I made mistake in the following:
convert pictureB.png ( pictureA.png -resize 100 ) -gravity center -composite output.png
I get the following error:
syntax error near unexpected token `('
Sorry if thats a newbie quesiton - I am beginner with ImageMagick
I am wondering where did I made mistake in the following:
convert pictureB.png ( pictureA.png -resize 100 ) -gravity center -composite output.png
I get the following error:
syntax error near unexpected token `('
Sorry if thats a newbie quesiton - I am beginner with ImageMagick