Recommend guides on programming/scripting?

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
Tagomago
Posts: 36
Joined: 2011-02-10T09:55:33-07:00
Authentication code: 8675308

Recommend guides on programming/scripting?

Post by Tagomago »

I'm trying to get a handle on how to combine my command sequences into workable scripts. This IM guide http://www.imagemagick.org/Usage/windows/ has so far been helpful, but some of it is a bit beyond me. I really have no scripting/programming experience and need to find some more elementary instruction. Does anyone have any suggestions? I'm working on windows... I will have to write for a scripting language, though I'm not sure yet if it will be perl, PHP, etc.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Recommend guides on programming/scripting?

Post by Bonzo »

I use php and there are some examples on my site. I have a localhost setup on my PC and use php instead of batch scripts as there are more options.
Post Reply