In my web page, I can provide a div, in which, if given, is there any plugin or script which will automatically embed the image if the file is a known, (or supporting) image format?? Anybody got a solution??
thanks in advance…:)
blasteralfred
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no really good way to display image formats beyond GIF, JPG and PNG in browsers. Some support some additional formats (IIRC, IE does BMP, but Firefox does not; Firefox does TIFF) but it’s spotty at best.
The best way is usually to convert the image to JPG or PNG using a server side scripting language like PHP. A very fine tool that can convert dozens of formats is ImageMagick. You need it installed on your server to use it, though.