Thanks,
it helped a lot, since it eliminated nesting, and actually looks cleaner.
Thanks for the effort
Search found 6 matches
- 2013-07-20T16:24:42-07:00
- Forum: Users
- Topic: convert: parenthesis nested too deeply
- Replies: 10
- Views: 7846
- 2013-07-20T11:55:06-07:00
- Forum: Users
- Topic: convert: parenthesis nested too deeply
- Replies: 10
- Views: 7846
Re: convert: parenthesis nested too deeply
Hi,
here it is
http://img824.imageshack.us/img824/9032/v4yw.png
Let me fill in some details . This operation is a part of larger script that assembles a short animation using elements like the image above, and adds effects like fade-in and dropshadow. The icon from the link already has ...
here it is
http://img824.imageshack.us/img824/9032/v4yw.png
Let me fill in some details . This operation is a part of larger script that assembles a short animation using elements like the image above, and adds effects like fade-in and dropshadow. The icon from the link already has ...
- 2013-07-20T11:28:34-07:00
- Forum: Users
- Topic: convert: parenthesis nested too deeply
- Replies: 10
- Views: 7846
Re: convert: parenthesis nested too deeply
Doesn't help.
What helps is removing entire +clone -background black -shadow 30x3+5+5 , but this would remove dropshadow, which is a required effect ( although in my example it already exists on images i am overlaying).
There might be a more simple way to do this, but I am constrained by time and ...
What helps is removing entire +clone -background black -shadow 30x3+5+5 , but this would remove dropshadow, which is a required effect ( although in my example it already exists on images i am overlaying).
There might be a more simple way to do this, but I am constrained by time and ...
- 2013-07-20T06:30:31-07:00
- Forum: Users
- Topic: convert: parenthesis nested too deeply
- Replies: 10
- Views: 7846
Re: convert: parenthesis nested too deeply
Hi,
i have just tested the suggested order of commands. Here is the command i used ( I changed dimensions ):
convert \( -size 300x300 xc:blue \)
\( icon_1.png -resize 150x150! +clone -background black -shadow 30x3+5+5 +swap -background none -layers merge +repage \) -geometry +0+0 -composite ...
i have just tested the suggested order of commands. Here is the command i used ( I changed dimensions ):
convert \( -size 300x300 xc:blue \)
\( icon_1.png -resize 150x150! +clone -background black -shadow 30x3+5+5 +swap -background none -layers merge +repage \) -geometry +0+0 -composite ...
- 2013-07-20T06:10:14-07:00
- Forum: Users
- Topic: convert: parenthesis nested too deeply
- Replies: 10
- Views: 7846
Re: convert: parenthesis nested too deeply
And i had 34 stacked images in my real-life case. Splitting into two commands should be enough/glennrp wrote:The limit appears to be 32:
wand/mogrify-private.h:#define MaxImageStackDepth 32
Thanks
- 2013-07-19T16:30:37-07:00
- Forum: Users
- Topic: convert: parenthesis nested too deeply
- Replies: 10
- Views: 7846
convert: parenthesis nested too deeply
Hi,
I am using IM to modify and compose large number of images on top of larger background. This is the basic example which works fine:
convert \( \( -size 1920x1080 xc:white \) \( -resize 250x250! icon_1.png -repage 250x250+0+0 \( +clone -background black -shadow 30x3+5+5 \) +swap -background ...
I am using IM to modify and compose large number of images on top of larger background. This is the basic example which works fine:
convert \( \( -size 1920x1080 xc:white \) \( -resize 250x250! icon_1.png -repage 250x250+0+0 \( +clone -background black -shadow 30x3+5+5 \) +swap -background ...