Ask a Question related to PHP Development, Design and Development.
-
Giovanni #1
Dynamic image resize with php
Hello,
I'd like to insert a resized image in a html page.
I know that using the html IMG tag it is possible to set the height
and width attributes, with no need of php (or server-side processing).
But my problem is the following:
I need to use the resized image as a table background - and
unfortunately html doesn't support the resize function for images used
as background !
Is it possible to resize an image dinamically (on the fly) by using
php ?
Is it possible without having GD libraries installed ?
Thanks in advance for your help.
Giovanni.
Giovanni Guest
-
Resize Bitmap image in image control in flex3
I am loading an image in image control initially. Then I am applying color transform to that image and want to load that bitmap image in flex3. That... -
Resize image on the fly
Does anybody know any custom tag or snippet that can resize image on the fly based on the user's selection, ie thumbnail 300x400 600x800 ... -
Movie clip resize with dynamic text box?
I have a project in which I have a text box, with content that will change as the movie plays. Behind the text box is an orange box movie clip, with... -
Resize uploaded image
I want to resize the images that the user may upload on our server. What I want is to resize the width and the height. How to do so ? -
Image>Resize shortcut
Hello everyone, I use Image>Resize often. Is there a way to create a custom keyboard shortcut for that command, like in MS Word? Thank you. Eric -
Kåre Køhler Høvik #2
Re: Dynamic image resize with php
Hi
I highly recommend using ImageMagick. Much better image quality.
Kåre Høvik
Giovanni wrote:> Hello,
>
> I'd like to insert a resized image in a html page.
>
> I know that using the html IMG tag it is possible to set the height
> and width attributes, with no need of php (or server-side processing).
>
> But my problem is the following:
> I need to use the resized image as a table background - and
> unfortunately html doesn't support the resize function for images used
> as background !
>
> Is it possible to resize an image dinamically (on the fly) by using
> php ?
> Is it possible without having GD libraries installed ?
>
>
> Thanks in advance for your help.
> Giovanni.Kåre Køhler Høvik Guest



Reply With Quote

