• My next version I will see if I can literally generate thumnails rather than just resizing to 100x100. The script was rather difficult for me the way it was so I figured I'd take the cheap way out and wait til my nerves calm down before I try using another Image module to create thumnails (most likely Image::Magick).
  • I wasn't aware that there were restrictions on JPEG files, I was under the impression that all bmp, gif, and jpeg files would work properly. I've uploaded lots of images of those types and never had a problem, do you have an example or something I can use to figure out what you mean?
  • I like javascript and in this case, I'll sacrifice not everyone being able to view the script. I very much dislike the idea of opening an image in a new IE or NET window that's overcluttered with all the file menus and such and have that window a million times larger than it has to be. If there was another method to open windows without extra menus and to the size of the image itself, I'm very open to ideas. But for those who are terribly conerned for thier anti-javascript users, you can easily edit my script and remove all javascript codes and just make the image link open in a new window (target="new").

    "Age is nothing more than an inaccurate number bestowed upon us at birth as just another means for others to judge and classify us"

    sulfericacid

    In reply to Re: Re: Image Gallery by sulfericacid
    in thread Image Gallery by sulfericacid

    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.