Mirror Image Effect in 3D View

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
pranav
Posts: 16
Joined: 2014-05-20T23:41:16-07:00
Authentication code: 6789

Mirror Image Effect in 3D View

Post by pranav »

Hi All,
I m little bit new to this technology and also new in this forum,

From since last few days in fact weeks i m trying to create 3d image with imagemagick, i have implemented this, As 3D image is generated successfully, but what i have to achieve is i want to put mirror image of top side area to the top edge on 3D.

Can any one help me and take out from the trouble,

Thanks in advance.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Mirror Image Effect in 3D View

Post by fmw42 »

What version of IM and what platform?

If on Linux/Mac or Windows with Cygwin, see my script 3Dreflection at the link below. Otherwise, see http://www.imagemagick.org/Usage/advanced/#reflections
pranav
Posts: 16
Joined: 2014-05-20T23:41:16-07:00
Authentication code: 6789

Re: Mirror Image Effect in 3D View

Post by pranav »

Hey FMW42, Thanks for your reply,
I am using ImageMagick 6.8.9-0 Q8 (64 bit) with Windows 7,
This reflections is for 2d, but if i want to implement same with 3d in 30' angle.... :(

Can u please look at once.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Mirror Image Effect in 3D View

Post by fmw42 »

My script does 3D. You would have to install Cygwin to use it. The other example came from Anthony's web site of IM examples. If you want in 3D, you will have to implement a perspective transformation first and reflect that using similar technique as in Anthony's example. See http://www.imagemagick.org/Usage/distorts/#perspective. My code uses my 3Drotate script rather than picking control points.
pranav
Posts: 16
Joined: 2014-05-20T23:41:16-07:00
Authentication code: 6789

Re: Mirror Image Effect in 3D View

Post by pranav »

Hey Buddy, thanks for your reply, but this is putting me in lots of confusion, as i am new to this technology, i cant understanding what you are directing about.
in here i m not getting attachment option, else wise i can show you what i have done untill, can we have another communication way???
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Mirror Image Effect in 3D View

Post by fmw42 »

You can upload images to any free hosting service such as dropbox.com (public folder) and put a link here to that post. There is no direct way to upload images to this forum.
pranav
Posts: 16
Joined: 2014-05-20T23:41:16-07:00
Authentication code: 6789

Re: Mirror Image Effect in 3D View

Post by pranav »

Hey FMW,
that is the idea, but you know the solution of this, I got from Mr. Anthony, although he is suffering from cold, but he helped me and took out from the trouble.
I salute to Mr. Anthony and the same respect to you also for your time, ideas and the knowledge on the web.

Thank you guys,
Thanks a lot again,

See you very soon on new discussion as teaching and learning is on and on...... :)
Post Reply