Mar 2, 2001 #1 fergmj Programmer Feb 21, 2001 276 US I have .bmp images on my website but Netscape doesn't show them. How can I fix that? Thanks. Mindy
Mar 2, 2001 #2 MikeBarone Programmer Mar 1, 2001 354 US Change them to GIF or JPG. » » » » » » Mike Barone http://www.cgiscript.netFREE and Pro CGI/Perl Scripts FREE Scripts http://www.cgiscript.net/scripts.htm Upvote 0 Downvote
Change them to GIF or JPG. » » » » » » Mike Barone http://www.cgiscript.netFREE and Pro CGI/Perl Scripts FREE Scripts http://www.cgiscript.net/scripts.htm
Mar 2, 2001 #3 Karl Blessing Programmer Feb 25, 2000 2,936 US furthermore, bmp are not ideal for web (they're very big in size compared to gifs or jpgs) Gif - Max of 256 Colors, sharpest quality usually, can animate, supports a transparent pallete. Jpg - Max of 32bit color, Looser quality (depending on level of compression) , much much smaller in file size. most graphic utilities can save to either format. just keep the limitation in mind. Karl kb244@kb244.com http://www.kb244.comExperienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript) http://www.brainbench.com/transcript.jsp?pid=629151 Upvote 0 Downvote
furthermore, bmp are not ideal for web (they're very big in size compared to gifs or jpgs) Gif - Max of 256 Colors, sharpest quality usually, can animate, supports a transparent pallete. Jpg - Max of 32bit color, Looser quality (depending on level of compression) , much much smaller in file size. most graphic utilities can save to either format. just keep the limitation in mind. Karl kb244@kb244.com http://www.kb244.comExperienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript) http://www.brainbench.com/transcript.jsp?pid=629151
Mar 2, 2001 #4 uladzik Programmer Feb 12, 2001 55 BY ...and to complete Mike's and kb244's I'd like to mention that the only three graphic formats supported by HTML standard are JPEG, GIF and PNG. --- http://www.geocities.com/uladzik/--- Upvote 0 Downvote
...and to complete Mike's and kb244's I'd like to mention that the only three graphic formats supported by HTML standard are JPEG, GIF and PNG. --- http://www.geocities.com/uladzik/---