Show 3D image from left side

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
pranav
Posts: 16
Joined: 2014-05-20T23:41:16-07:00
Authentication code: 6789

Show 3D image from left side

Post by pranav »

Hi All,
I want to change the direction of image in 3D, as currently it is showing its third angle from left to right side. So right side will be showing its 3D edge. But i want to make an example from right to left. So it will show its third angle in left direction.
Here is my code,

https://www.dropbox.com/s/1v6bu35roqn08 ... yscale.zip

Can any one have idea, how can i do this?

If i have an idea, if i want to show its third direction from top to bottom and bottom to top, that also be beneficial,

Please give some feedback, if any body have idea about.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Show 3D image from left side

Post by fmw42 »

If you just want to turn the picture with no depth, then see my script 3Drotate, at the link below. It only works with Linux/MacOSX and Window with Cygwin.

If you want to make a single picture into a 3D cover, then see my script, 3Dcover.

If you have 3 pictures -- front and two sides --- you can do that with my script 3Dbox.
Post Reply