Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: MagickScript & Shadow

$
0
0
Hi, can i add a Shadow with Magick Script like this :
  convert rose: \( +clone  -background navy  -shadow 60x3 \) \
          +swap -composite  +repage shadow_composite.png
I try this but i get a black background...
<?xml version="1.0" encoding="utf-8" ?>
<msl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="..\MagickScript.xsd">
  <read>
    <clone>
      
    <shadow alpha="60" sigma="3" color="#000" x="-5" y="-5" />

      <interlace value="Plane"/>
      <quality value ="50"/>
      <format value ="Jpg"/>
      <strip/>
      <write/>
    </clone> 
   
  </read>
</msl>
Best regards,

Viewing all articles
Browse latest Browse all 3693

Trending Articles