Ask a Question related to PHP Development, Design and Development.
-
Willem Berendsen #1
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
-
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... -
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 -
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"... -
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... -
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... -
CountScubula #2
Re: Resizing a image!
"Willem Berendsen" <boersweg@worldonline.nl> wrote in message
news:4029fef7$0$41751$5fc3050@dreader2.news.tiscal i.nl...nice.> 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 notTake a look at this script, look at the source, you will see lots of neet>
> Willem
>
>
things:
[url]http://www.gzentools.com/gzimg.php[/url]
--
Mike Bradley
[url]http://www.gzentools.com[/url] -- free online php tools
CountScubula Guest
-
Willem Berendsen #3
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...weight)> "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 enof> > 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> nice.> > the hostingprovider.
> > And with large pictures and not a fast internetconnection is that not>> >
> > 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
-
Willem Berendsen #4
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...for> 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 codedir> weight)> > > resizing images???
> > >
> > > A other question:
> > > How I can check the parameters of a image(such as size, height en> > > before the picture is uploading to the temp dir of the provider???
> > > Because now he`s checken the picture after uploading it to the tempneet> of> > nice.> > > the hostingprovider.
> > > And with large pictures and not a fast internetconnection is that not> >> > >
> > > Willem
> > >
> > >
> > Take a look at this script, look at the source, you will see lots of>> > things:
> >
> > [url]http://www.gzentools.com/gzimg.php[/url]
> >
> > --
> > Mike Bradley
> > [url]http://www.gzentools.com[/url] -- free online php tools
> >
> >
>
Willem Berendsen Guest
-
1manband #5
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



Reply With Quote

