Hi All,
First post, long time user of ImageMagick.
Got a question, we have a bunch of jpgs of 3d boxes (only showing two sides) from our art dept. similar to :
.
Our task is to add logo's / art on these jpgs(say in a empty area where the wizard is in the above example ). But since the files are already created we now have to find out what the mapping points for the distort :
As per : http://www.imagemagick.org/Usage/distorts/#box3d
My developer is using fireworks and creating rectangle images for original points and distoring for new points. Is there a better tool or approach for doing this?
Thanks,
Michael
3D Perspective / distort overlay on existing 3d jpg
-
- Posts: 1
- Joined: 2017-12-19T11:48:08-07:00
- Authentication code: 1152
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: 3D Perspective / distort overlay on existing 3d jpg
Yes, that's the obvious approach. Pick the coordinates of four points on the artwork image (eg the four corners), and of four points on the box image, then "-distort perspective".brightnebula wrote:My developer is using fireworks and creating rectangle images for original points and distoring for new points. Is there a better tool or approach for doing this?
I don't know Fireworks, but it's easy with ImageMagick.
snibgo's IM pages: im.snibgo.com
Re: 3D Perspective / distort overlay on existing 3d jpg
I would think that is the only way to do it.Is there a better tool or approach
I have a tool on the web you can try using php and JavaScript: Distort