sparkles

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
phobos
Posts: 13
Joined: 2013-04-07T03:07:18-07:00
Authentication code: 6789

sparkles

Post by phobos »

hello!
how can I do here
Image
is using this script
http://www.imagemagick.org/Usage/scripts/star_field
here? it is possible?
or replace stars like,
Image
rays of the star beyond the boundaries of the text.
but the centers of the stars is being actualised within the boundaries of the text.
and put this stars over text "message"
background of text "message" must be transparent (not black)
all need do software without source pictures :? :? :? :? :? :? :? :?
help me please! or answer me its possible? :(
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: sparkles

Post by anthony »

You basically need to mask the 'seeds' before they are expanded. Or in the case of the first image, blured after expandsion.

NOTE: bluring generates a lot of new colors which make not work well in GIF. In that image shown which basically restricts itself to blues it should work okay.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply