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

  1. #1

    Default Resizing a image!

    Hello,

    I just started with PHP.
    And I have made a code for uploading images.
    Now I wil resize the image also to a tumbnail,
    but when I search on the net to code for resizing images,
    I find different types of code.
    My question is what is the most beautiful en the best supported code for
    resizing images???

    A other question:
    How I can check the parameters of a image(such as size, height en weight)
    before the picture is uploading to the temp dir of the provider???
    Because now he`s checken the picture after uploading it to the temp dir of
    the hostingprovider.
    And with large pictures and not a fast internetconnection is that not nice.

    Willem


    Willem Berendsen Guest

  2. Similar Questions and Discussions

    1. Resizing image. [ActionScript]
      Hi, I'm loading image into movie using this code: .... picHolder._x = 50 picHolder._y = 110 picHolder.loadMovie(picName); .... I want to...
    2. image resizing
      Hi, Is there a toggle switch in InDesign which enables one to resize an image using the pick tool without cropping it? -Paul
    3. Resizing an image...
      I have a jpg that when clicked upon opens to about 4 x 6 on screen. How can I resize this photo so that the maximum it will only open to is a 3" x 4"...
    4. Resizing high res image smaller results in blurred image
      Hi there, I have a high res logo in PSD format (around 1500px x 1500px) but when I resize it to around 300px x 300px the resulting image is not...
    5. GDI+ Resizing image problem
      Problem resizing image.(JPG) If i try to resize an img with horisontal=150 and vertical resolution=150 The quality of the target image is...
  3. #2

    Default Re: Resizing a image!

    "Willem Berendsen" <boersweg@worldonline.nl> wrote in message
    news:4029fef7$0$41751$5fc3050@dreader2.news.tiscal i.nl...
    > Hello,
    >
    > I just started with PHP.
    > And I have made a code for uploading images.
    > Now I wil resize the image also to a tumbnail,
    > but when I search on the net to code for resizing images,
    > I find different types of code.
    > My question is what is the most beautiful en the best supported code for
    > resizing images???
    >
    > A other question:
    > How I can check the parameters of a image(such as size, height en weight)
    > before the picture is uploading to the temp dir of the provider???
    > Because now he`s checken the picture after uploading it to the temp dir of
    > the hostingprovider.
    > And with large pictures and not a fast internetconnection is that not
    nice.
    >
    > Willem
    >
    >
    Take a look at this script, look at the source, you will see lots of neet
    things:

    [url]http://www.gzentools.com/gzimg.php[/url]

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


    CountScubula Guest

  4. #3

    Default Re: Resizing a image!

    Thanks!!!
    I directly download it.

    Willem
    "CountScubula" <me@scantek.hotmail.com> schreef in bericht
    news:L0xWb.11582$_F4.9987@newssvr29.news.prodigy.c om...
    > "Willem Berendsen" <boersweg@worldonline.nl> wrote in message
    > news:4029fef7$0$41751$5fc3050@dreader2.news.tiscal i.nl...
    > > Hello,
    > >
    > > I just started with PHP.
    > > And I have made a code for uploading images.
    > > Now I wil resize the image also to a tumbnail,
    > > but when I search on the net to code for resizing images,
    > > I find different types of code.
    > > My question is what is the most beautiful en the best supported code for
    > > resizing images???
    > >
    > > A other question:
    > > How I can check the parameters of a image(such as size, height en
    weight)
    > > before the picture is uploading to the temp dir of the provider???
    > > Because now he`s checken the picture after uploading it to the temp dir
    of
    > > the hostingprovider.
    > > And with large pictures and not a fast internetconnection is that not
    > nice.
    > >
    > > Willem
    > >
    > >
    >
    > Take a look at this script, look at the source, you will see lots of neet
    > things:
    >
    > [url]http://www.gzentools.com/gzimg.php[/url]
    >
    > --
    > Mike Bradley
    > [url]http://www.gzentools.com[/url] -- free online php tools
    >
    >

    Willem Berendsen Guest

  5. #4

    Default Re: Resizing a image!

    It works, thanks for the link!!!
    When I have other questions about PHP then I come back.

    Willem
    "Willem Berendsen" <boersweg@worldonline.nl> schreef in bericht
    news:402ca2ab$0$41756$5fc3050@dreader2.news.tiscal i.nl...
    > Thanks!!!
    > I directly download it.
    >
    > Willem
    > "CountScubula" <me@scantek.hotmail.com> schreef in bericht
    > news:L0xWb.11582$_F4.9987@newssvr29.news.prodigy.c om...
    > > "Willem Berendsen" <boersweg@worldonline.nl> wrote in message
    > > news:4029fef7$0$41751$5fc3050@dreader2.news.tiscal i.nl...
    > > > Hello,
    > > >
    > > > I just started with PHP.
    > > > And I have made a code for uploading images.
    > > > Now I wil resize the image also to a tumbnail,
    > > > but when I search on the net to code for resizing images,
    > > > I find different types of code.
    > > > My question is what is the most beautiful en the best supported code
    for
    > > > resizing images???
    > > >
    > > > A other question:
    > > > How I can check the parameters of a image(such as size, height en
    > weight)
    > > > before the picture is uploading to the temp dir of the provider???
    > > > Because now he`s checken the picture after uploading it to the temp
    dir
    > of
    > > > the hostingprovider.
    > > > And with large pictures and not a fast internetconnection is that not
    > > nice.
    > > >
    > > > Willem
    > > >
    > > >
    > >
    > > Take a look at this script, look at the source, you will see lots of
    neet
    > > things:
    > >
    > > [url]http://www.gzentools.com/gzimg.php[/url]
    > >
    > > --
    > > Mike Bradley
    > > [url]http://www.gzentools.com[/url] -- free online php tools
    > >
    > >
    >
    >

    Willem Berendsen Guest

  6. #5

    Default Re: Resizing a image!

    Thanks from me also!

    Not quite ready to use yet but that was one of my, "how do I... 's "

    I appreciate the contributions from those who can do!

    jim
    1manband 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