Ok. Well I decided to just live with that Image::Thumbnail module which uses GD to resize the image. But now I'm not sure I like the quality too much.

OLD script: I like it, but I like my site to look uniform, and that script just looked too retro to me, and I didn't want to edit every UI option.
URL: http://www.leggfamily.com/album/cgi-bin/album.pl?album=connie;page=2

NEW script: I like the UI, but the problem with this one was that it did NOT use thumbnails at all. I changed it first so that it looked to ./thumb/ for thumbnail images. That worked. Then I wanted to make it so when people upload images, it automaticly created thumbnails for them. I edited the script, and it works, but I'm not a big fan of the quality I'm getting in the thumbnails.
URL: http://www.leggfamily.com/webapp/webapp/mods/usergallery/index.cgi?action=openalbum&album=1&albumname=Connie_Legg

After I looked at the old script, I realized its not much worst, but I would still like to pump up the quality with GD if I could. Any pointers there?

In reply to Re: Alternitive to ImageMagick? by Anonymous Monk
in thread Alternitive to ImageMagick? by Legg83

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.