FYI JPEG RESIZING (NRR)

mylatencymylatency 10,475 Posts
edited January 2006 in Strut Central
Hi all, just a quick FYI on JPEG resizing for scaling down those huge images with html code:

instead of using [img] tags, try:

<img src="www.jpegimage.com/jpegdirectory/jpegname.jpg" width=700 height=400 />

where www.jpegimage.com/jpegdirectory/jpegname.jpg is to be replaced with the URL to your JPEG/image file

thanks!

  Comments


  • asprinasprin 1,765 Posts
    can we get a stickie on this topic?

  • dCastillodCastillo 1,963 Posts
    can we get a stickie on this topic?



    We can get a stickie once Mark has his code RIGHT.



    you must have the http:// prefix in the URL



    <img src="http://www.siteurl.com/sitegraphic.jpg" width="50%" height="50%">



    and the width of images should be no more than 600px



    if you have large images, I would recommend that the code has width="50%" height="50%" in them, unless you have a calculator to use actual pixels and keep the same ratio as the source image. (soufriere, digital cameras are at an 8:6 ratio, so make them 600 x 450).

  • dCastillodCastillo 1,963 Posts
    and make sure to select make post USING HTML AND UBBCode!!!

    Okee.

  • asprinasprin 1,765 Posts

  • mylatencymylatency 10,475 Posts
    can we get a stickie on this topic?

    We can get a stickie once Mark has his code RIGHT.

    you must have the http:// prefix in the URL

    <img src="http://www.siteurl.com/sitegraphic.jpg" width="50%" height="100%">

    and the width of images should be no more than 600px

    if you have large images, I would recommend that the code has width="50%" height="50%" in them, unless you have a calculator to use actual pixels and keep the same ratio as the source image. (soufriere, digital cameras are at an 8:6 ratio, so make them 600 x 450).






  • haha thanks dudes. knowing is half the battle.

  • dCastillodCastillo 1,963 Posts
    haha thanks dudes. knowing is half the battle.

    But I don't think it was a good decision of Mark's to shrink your Dorando & Friends jpg down.


  • mylatencymylatency 10,475 Posts
    DEAL WITH IT

    I LIKE SEEING BIG JPEGS BUT I WANNA EASILY READ WHAT YOU FOLLS HAVE TO SAY, TOO

    IT'S A TOUGH CALL SOMETIMES

  • dCastillodCastillo 1,963 Posts
    DEAL WITH IT


  • autezautez 404 Posts
    www.imageshack.us has an option to resize your pictures for you too. you can just click on the url button, put in the link to the pic and choose your size

  • haha thanks dudes. knowing is half the battle.

    knowing might be half the battle, but the other half involves guns and blood.
Sign In or Register to comment.