I figured that I wanted a way to batch process images. Since I made the move to Linux, I lost some of my favorite Windows only tools. So I decided to utilize Perl and Gimp as a substitute.
Checking into the Gimp documents I found that Gimp has procedures that can be called from Perl to take advantage of Gimps code. Long story short, I've been banging my head against Gimps poor documentation. At this point, I'm simply frustrated with Gimp and the Perl interface. I spent nearly ten hours just trying to locate and install all the separate Perl modules that I needed to interface with Gimp. To make matters worse, Gimp IRC couldn't point me in the right direction since they've never even heard of the procedures. Code samples and tutorials are just vague enough that moving what I learn to different functions falls flat on their face.

I'm fed up with Gimp. I've decided that Gimps interface documentation simply isn't mature enough to even bother with anymore. So I ask this of you my friendly Monks. Does anyone know how to utilize Gimps Perl interface effectively? Is there a different module to manipulate the images the way I want?

My Current Goal:
I have a collection of images for my website. One of my goals is to assist in changing the colors of the images by replacing pixels of one color with another. The images are stored as needs dictate such as .gif, .jpeg, or .png. I know how to use Perl to filter out the files I don't want altered.
Another, related goal, is rotating an image a set number of degrees and saving each rotation as a different file.

----
Thanks for your patience.
Prove your knowledge @ HLPD


In reply to Batch image editing by SavannahLion

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.