Does re-sizing an image to a small size dynamically, reduce download time?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fran7
    New Member
    • Jul 2006
    • 229

    Does re-sizing an image to a small size dynamically, reduce download time?

    Hi, I have a general point of interest.

    If one dynamically re-sizes a large pic on the way from a database to the browser and reduces its size, with an asp script, is the download equivelant to the original in byte size, or is the download time actually reduced?

    Thanks for any pointers
    Richard
  • markrawlingson
    Recognized Expert Contributor
    • Aug 2007
    • 346

    #2
    Image size in bytes is directly dependent upon the amount of pixels within the image. So indrectly, yes it does. It reduces download time by the user since smaller image dimensions have less pixels. The same is true if you were to keep the current dimensions but reduce the image's quality.

    Sincerely,
    Mark

    Comment

    • fran7
      New Member
      • Jul 2006
      • 229

      #3
      Thanks Mark, Just what I needed to know.
      Richard

      Comment

      • jhardman
        Recognized Expert Specialist
        • Jan 2007
        • 3405

        #4
        Originally posted by fran7
        Thanks Mark, Just what I needed to know.
        Richard
        Although it might save download time, it will significantly increase server use, unless you are doing the resize one time only for each image. How are you modifying the image?

        Jared

        Comment

        Working...