Happy to meet you all !

I have a small question for you. Not sure whether it's fit to be posted here. but it's still an unanwered question for me.

I need to process some JPG and TIFF images in Windows NT. In specific I wish to do these things:

1. Read the image.
2. Create a new image.
3. Drawing text, shapes(of simple structures), another image or a part of it, etc... on a new image.
4. clipping the image.
5. Resizing the image. (Zoom +/-)
6. Compress/Uncompress images (guess, this doesn't belong to this category.)

I am not writing this without any preliminary search in CPAN. I have gone through Image::Magick, but I wish to use this took for commercial use, by which I mean developing a static application(using Perl/Tk) for an inhouse project in my company. So, I am not sure whether I can use ImageMagick or not. If I can use ImageMagick, I have all the answers to my questions above.

I have also gone through Imager module. I think it serves the purpose. But, the thing is I have to process thousands of images a day through my application. I am bothered abouth the performance.

So, if any of you have used Imager or ImageMagick or any other modules, which is absolutely free, to process images like the above six I have mentioned??

Note: This is on Windows NT x86 machines.


Thanks a lot in advance!

P.S: If this doesn't belong to this mailing list, plz excuse me and I would be glad if you could guide me.

In reply to Suggestion - Image processing.. by balayya

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.