Picture resizing with PHP

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Picture resizing with PHP

    Hey guys,

    I've got a db that i have populated with the address to certain images. When
    I call those images with php I want to resize them on the fly down to a
    thumbnail. I don't want to just write the image size in the html <img> tag,
    i actually want to resize them. How can I complete this task? I've seen
    several diff. option on the web but I thought I'd ask the experts to see
    what they use. I'm currently using php 4.1.2-3. Any help is greatly
    appreciated. Thank you

    Jason Cooke


    Jason Cooke Guest

  2. Similar Questions and Discussions

    1. Resizing picture box inputting dimensions
      IDCS - What step am I missing to accomplish resizing a picture box? I create a graphic frame, say 2.5" wide x 2". Import image with the direct...
    2. Resizing swf
      I'm trying to figure out how to have swf's auto resize to fill the browser window?
    3. Web resizing help!!!!!!!!
      I have a really "rookie" question to ask I'm trying to size a picture on photoshop (its a scan from a kodak cd) to thumbnail size for the web. The...
    4. Resizing
      Hey, Does anybody know of a script or an extension that makes it so that when the window is resized the background in the main frame is resized...
    5. Script with condition for picture resizing
      Hello, I have about 3.000 pictures. Some of them are too large and I have to resize them. I want to write a script to do it but how to resize only...
  3. #2

    Default Re: Picture resizing with PHP

    "Jason Cooke" <jc@jcimedia_JunK_.com> wrote in message
    news:c1vev1$5jrl$1@news3.infoave.net...
    > Hey guys,
    >
    > I've got a db that i have populated with the address to certain images.
    When
    > I call those images with php I want to resize them on the fly down to a
    > thumbnail. I don't want to just write the image size in the html <img>
    tag,
    > i actually want to resize them. How can I complete this task? I've seen
    > several diff. option on the web but I thought I'd ask the experts to see
    > what they use. I'm currently using php 4.1.2-3. Any help is greatly
    > appreciated. Thank you
    >
    > Jason Cooke
    >
    >
    I use this:
    [url]http://www.gzentools.com/gzimg.php[/url]


    I am using it on this site too:
    [url]http://www.hairreview.com[/url]

    --
    Mike Bradley
    [url]http://www.gzentools.com[/url] -- free online php tools


    CountScubula Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139