|
-
Dec 24th, 2000, 01:47 PM
#1
Thread Starter
Lively Member
anybody know how to resize and save and image, to make thumbnails?
-
Dec 24th, 2000, 02:35 PM
#2
Just use the height and width properties with the <img> tag.
<img src="/images/mygif.gif" height="15" width="25">
-
Dec 24th, 2000, 03:21 PM
#3
I think he means to actually resize the image.. not just in the HTML document.
but I can't really tell..
-
Dec 24th, 2000, 04:50 PM
#4
Thread Starter
Lively Member
actoul image
i need to resize the image, if i just change the HTML the file size stays huge, and displaying many thumbnails on 1 page will time out for 56k guys
-
Dec 24th, 2000, 04:52 PM
#5
Thread Starter
Lively Member
php
i think this would be easiest to do in php, but not sure how, asp would require a component
-
Dec 24th, 2000, 04:55 PM
#6
well, you need the graphics lib to do this with PHP..
can't you just have 2 images?
one that is small, and one that is large?
Thats the way I would do it..
-
Dec 24th, 2000, 05:17 PM
#7
Thread Starter
Lively Member
user uploads
the images are being uploaded by a user, I don't want to have them upload their own thumbnails too, i want the script to make the second file when the big one is uploaded
-
Dec 24th, 2000, 09:14 PM
#8
-
Dec 24th, 2000, 09:41 PM
#9
Thread Starter
Lively Member
uh
im still not sure how to do this, could i see some sample code? also, how do i load the additional graphics lib in windows?
-
Dec 24th, 2000, 09:55 PM
#10
I have no clue, thats the only thing I could find on it.
-
Dec 24th, 2000, 11:41 PM
#11
Thread Starter
Lively Member
:(
yeah, i had already seen that
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|