Hi,
Dunno if you have seen these glasses that produce a 3D effect with Christmas tree lights.
http://imgur.com/a/GcCFe
Is there a way to reproduce this effect with IM?
I've seen a star like effect, but this is a bit more complicated pattern
Merry Christmas: 3D Halographic effect
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Merry Christmas: 3D Halographic effect
Perhaps using -stereo.
Where do you get the appropriate glasses to see this effect?
Where do you get the appropriate glasses to see this effect?
Re: Merry Christmas: 3D Halographic effect
Here is a pair.. http://www.ebay.com/itm/Holiday-Specs-F ... Sw4shX9FIJ
they have a lot of designs. It's actually pretty cool to look through.
they have a lot of designs. It's actually pretty cool to look through.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: Merry Christmas: 3D Halographic effect
I can think of a number of methods to do something like that!
Have a look at the 'Star' generation script....
http://www.imagemagick.org/Usage/advanced/#stars
You should be able to extract the bright points, convert those into 'stars' and then overlay that.
In may way that is what those glasses are doing.
Their is also a similar effect seen in
http://www.imagemagick.org/Usage/distor ... al_streaks
But the streaks are just enhancing a existing radial pattern, so may not be suitable.
The one other method is to use morphology/convolution to generate a star pattern for 'dilation' or 'blurs'
See Alternatives to Drawing Symbols
http://www.imagemagick.org/Usage/draw/#symbol_alts
That last is in a odd place is it was providing alternatives to actually 'drawing' symbols and shapes in known locations, but instead using random points within an existing image.
Have a look at the 'Star' generation script....
http://www.imagemagick.org/Usage/advanced/#stars
You should be able to extract the bright points, convert those into 'stars' and then overlay that.
In may way that is what those glasses are doing.
Their is also a similar effect seen in
http://www.imagemagick.org/Usage/distor ... al_streaks
But the streaks are just enhancing a existing radial pattern, so may not be suitable.
The one other method is to use morphology/convolution to generate a star pattern for 'dilation' or 'blurs'
See Alternatives to Drawing Symbols
http://www.imagemagick.org/Usage/draw/#symbol_alts
That last is in a odd place is it was providing alternatives to actually 'drawing' symbols and shapes in known locations, but instead using random points within an existing image.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/