Canvas View of an image

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
ziasumo

Canvas View of an image

Post by ziasumo »

I want to write a commandline script that just change an image to canvas view but like

Before Picture
ImageImage

After
Image

Consider before image as a single image.
Anyone can help me in this regard.
I am newbie to ImageMagic.
Wating for quick response.


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

Re: Canvas View of an image

Post by fmw42 »

I have a script that does this from 3 images. see 3Dbox at link below. so make a script that takes your image, crops it into 3 pieces and feed those to my script.
ziasumo

Re: Canvas View of an image

Post by ziasumo »

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

Re: Canvas View of an image

Post by fmw42 »

Post Reply