Shoutbox

Making Thumbnails with html / Image Conversion - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Making Thumbnails with html / Image Conversion (/showthread.php?tid=43281)

Making Thumbnails with html / Image Conversion by John Anderton on 04-20-2005 at 03:26 PM

<img src='/image.jpg' alt='' />
If this code is used then it will directly show the image ..... is there a similar code in html to directly show it in thumbs ???

Or the other option is that i need to know a nice converter to convt. my jpg's to another format (which u have to suggest) so that the quality is maintained and the size is nearly the same cause my server doesnt support jpg's so directly the script i am using cant make a thumbnail for me :(

Please help :)

I cant sit and convert 40 odd jpg's so is there another way in case i need to use the 2nd method :) (2nd method is prefered as i dont think the 1st one is possible)


RE: Making Thumbnails with html / Image Conversion by Ezra on 04-20-2005 at 03:52 PM

<img src="image.jpg" width="xx" height="xx">

Or use a php script that will create a thumb of the original everytime the page loads.

Oh and Google for a "Batch Image Converter" ;)


RE: Making Thumbnails with html / Image Conversion by -dt- on 04-20-2005 at 04:35 PM

quote:
Originally posted by John Anderton
Or the other option is that i need to know a nice converter to convt. my jpg's to another format (which u have to suggest) so that the quality is maintained and the size is nearly the same cause my server doesnt support jpg's so directly the script i am using cant make a thumbnail for me

other formats will be bigger just like how that php converter script I made , made the jpeg -> png's a little bigger also how bad is the conversion between jpeg -> gif using my script?

also with <img src="image.jpg" width="xx" height="xx">  the full image is downloaded then is modified to be that size so eh.

contact me on msn tomorrow :P.
RE: Making Thumbnails with html / Image Conversion by John Anderton on 04-20-2005 at 04:36 PM

quote:
Originally posted by Ezra
Or use a php script that will create a thumb of the original everytime the page loads.
I have a script for that ... :P But as i already said my server isnt jpg compliant :S (gd library :S) so i cant make thumbs with it :dodgy:
I cant use wordpress either cause of the same reason.
quote:
Originally posted by Ezra
<img src="image.jpg" width="xx" height="xx">
And thx ;)
quote:
Originally posted by Ezra
Oh and Google for a "Batch Image Converter"
I wasnt sure of the keywords so i tht id just ask for a software if neone knew one but ok .... ill google ;)