Create and fill a model

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
myspacee
Posts: 153
Joined: 2007-06-14T02:09:35-07:00

Create and fill a model

Post by myspacee »

Hello,
I need help to make a choice.

I'm trying to automate the creation of objects similar to this :
Image

I have several alternatives but I prefer Imagemagick for various reasons.
My final goal is give to my users an html interface where can click on preview, make changes, then commit job.

Anyone can help me to build a script to create above object ?

Thank you for any help,
m.

PS: post backround link http://static.repubblica.it/laprovincia ... _empty.jpg
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Create and fill a model

Post by snibgo »

The hardest part is making text flow within the defined area. This can be done with SVG and Inkscape. See SVG documentation, and examples at http://im.snibgo.com/svgtext.htm#areas
snibgo's IM pages: im.snibgo.com
myspacee
Posts: 153
Joined: 2007-06-14T02:09:35-07:00

Re: Create and fill a model

Post by myspacee »

Thank you for reply,
i must choose a differents solution for this task. We've a mPDF server internally, that can 'convert' a html model to pdf.
See my request here : http://www.mpdf1.com/forum/discussion/2 ... te-a-model

In past, I've already read your writings about svg. Good reads.
Snibo why you do not release your programs/scipts ?
Could solve many problems for non-scripting guys :)

Thank you for all your job, really.

m.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Create and fill a model

Post by snibgo »

I write my web pages for myself, not other people. I write them to help myself, in my own work. I often remember that something is possible, and I have done it before, but I've forgotten the details.

I publish some (but not all) of my web pages, including over 150 scripts and 1000 single-command examples, in the hope that they may be useful or interesting to people. But that isn't my main intention.
snibgo's IM pages: im.snibgo.com
Post Reply