I am making a web site which is being hosted by a company which offers me a Unix telnet shell account. I am looking for a way to resize images, superimpose text on the images, and output them to HTML on the fly using Perl.

Image::Magick does both theses things, and the module GD seems like it does too, but GD will distort JPEGS since it outputs 8 bit images I understand.

Are these my only options?

I must admit that I'm feeling daunted by the steps I may have to take to install Image::magick when I don't have the permissions to access anything outside of my shell. Is it even possible for me do do this? Installing the module is one thing, but then the library for perlmagick is quite another I understand?

Any advice out there?

Thanks!


In reply to JPEG resizing and superimposing text over the JPEG in Perl by jeffpflueger

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.