Re: Bugs in IE 6.0 ?

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 51042
interpreted = N
texte = Though that was my original message here is what I came up with for those not using ImageMagick.As Jpeg is a lossy format (eg: loading and saving will slightly degrade the image) it is better to remove profiles using a utilite provided by the jpeg libraries.I do not know if this is avaialble under microsoft, but should be part of the jpeg libraries... jpegtran -copy none image.jpg > new_image.jpgThis will copy the image without loss removing, any and all profiles.Similarly image comments can be replaced without loss using another program. wrjpgcom -replace -comment 'new comment' image.jpg > new_image.jpgIf you really want to do this under imagemagick (eg load and save) you can do the following... mogrify +profile * image.jpgNOTE: morgify replaces the existing image to just copy to a new file use convert instead specify the destination image as a extra argument on the end. convert +profile * image.jpg new_image.jpgGood luck, Ron ----- Original Message ----- From: WebCat @ Inkblot Media To: WebDNA Talk Sent: Tuesday, June 10, 2003 6:19 PM Subject: Re: Bugs in IE 6.0 ? > Yes, i had this problem a while back. I posted it to this list. Here is the > original post: > --------------------- > > Hello Everyone, > > This is a little off topic and I apologize for that. Though this affects > develping websites with dynamic images. I also apologize if this has been > previously mentioned, but we just had to deal with it and found the issue. > > Microsoft has a bug in their Internet Explorer browser that has problems > displaying jpg images: > > http://support.microsoft.com/default.aspx?scid=kb;en-us;269802 > > It has something to do with XML tags being embedded into the images. You can > read about the XML tag issue on this forum: > > http://www.sportsshooter.com/message_display.html?tid=769 > > I was able to correct this using ImageMagick and stripping out all the > erroneous profile info. > > Hope this helps someone. > ----------------- > > > ----- Original Message ----- > From: Kenneth Grome > To: WebDNA Talk > Sent: Tuesday, June 10, 2003 5:54 PM > Subject: Bugs in IE 6.0 ? > > > > My client is complaining that every time he visits the webdna site I > > built for him, many of the product images do not appear on the > > results page. > > > > He says he is using IE version 6.0 ... and apparently it doesn't > > matter to him what kind of bugs may exist in this version of IE > > because he has also stated that: > > > > Anything we do has to be compatible with it > > > > Does anyone have any information about bugs in IE 6.0 that would > > cause most of the product photos to NOT appear on the results page? > > > > Thanks. > > -- > > > > Sincerely, > > Kenneth Grome > > ------------------------------------------------------------- > > My programmers write WebDNA code at $18 an hour or less! > > ------------------------------------------------------------- > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Bugs in IE 6.0 ? (Kenneth Grome 2003)
  2. Re: Bugs in IE 6.0 ? (Dan Strong 2003)
  3. Re: Bugs in IE 6.0 ? (Kenneth Grome 2003)
  4. Re: Bugs in IE 6.0 ? (WebCat @ Inkblot Media 2003)
  5. Re: Bugs in IE 6.0 ? (Stuart Tremain 2003)
  6. Re: Bugs in IE 6.0 ? (Andrew Simpson 2003)
  7. Re: Bugs in IE 6.0 ? (Glenn Busbin 2003)
  8. Re: Bugs in IE 6.0 ? (WebCat @ Inkblot Media 2003)
  9. Re: Bugs in IE 6.0 ? (Tim Robinson 2003)
  10. Re: Bugs in IE 6.0 ? (Tim Robinson 2003)
  11. Re: Bugs in IE 6.0 ? (Andrew Simpson 2003)
  12. Re: Bugs in IE 6.0 ? (Alain Russell 2003)
  13. Bugs in IE 6.0 ? (Kenneth Grome 2003)
Though that was my original message here is what I came up with for those not using ImageMagick.As Jpeg is a lossy format (eg: loading and saving will slightly degrade the image) it is better to remove profiles using a utilite provided by the jpeg libraries.I do not know if this is avaialble under microsoft, but should be part of the jpeg libraries... jpegtran -copy none image.jpg > new_image.jpgThis will copy the image without loss removing, any and all profiles.Similarly image comments can be replaced without loss using another program. wrjpgcom -replace -comment 'new comment' image.jpg > new_image.jpgIf you really want to do this under imagemagick (eg load and save) you can do the following... mogrify +profile * image.jpgNOTE: morgify replaces the existing image to just copy to a new file use convert instead specify the destination image as a extra argument on the end. convert +profile * image.jpg new_image.jpgGood luck, Ron ----- Original Message ----- From: WebCat @ Inkblot Media To: WebDNA Talk Sent: Tuesday, June 10, 2003 6:19 PM Subject: Re: Bugs in IE 6.0 ? > Yes, i had this problem a while back. I posted it to this list. Here is the > original post: > --------------------- > > Hello Everyone, > > This is a little off topic and I apologize for that. Though this affects > develping websites with dynamic images. I also apologize if this has been > previously mentioned, but we just had to deal with it and found the issue. > > Microsoft has a bug in their Internet Explorer browser that has problems > displaying jpg images: > > http://support.microsoft.com/default.aspx?scid=kb;en-us;269802 > > It has something to do with XML tags being embedded into the images. You can > read about the XML tag issue on this forum: > > http://www.sportsshooter.com/message_display.html?tid=769 > > I was able to correct this using ImageMagick and stripping out all the > erroneous profile info. > > Hope this helps someone. > ----------------- > > > ----- Original Message ----- > From: Kenneth Grome > To: WebDNA Talk > Sent: Tuesday, June 10, 2003 5:54 PM > Subject: Bugs in IE 6.0 ? > > > > My client is complaining that every time he visits the webdna site I > > built for him, many of the product images do not appear on the > > results page. > > > > He says he is using IE version 6.0 ... and apparently it doesn't > > matter to him what kind of bugs may exist in this version of IE > > because he has also stated that: > > > > Anything we do has to be compatible with it > > > > Does anyone have any information about bugs in IE 6.0 that would > > cause most of the product photos to NOT appear on the results page? > > > > Thanks. > > -- > > > > Sincerely, > > Kenneth Grome > > ------------------------------------------------------------- > > My programmers write WebDNA code at $18 an hour or less! > > ------------------------------------------------------------- > > > > ------------------------------------------------------------- > > This message is sent to you because you are subscribed to > > the mailing list . > > To unsubscribe, E-mail to: > > To switch to the DIGEST mode, E-mail to > > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ WebCat @ Inkblot Media

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

WebCommerce: Folder organization ? (1997) WebCat2b15MacPlugin - [protect] (1997) math on date? (1997) WebDNA color code chart - oops (2002) RE: [WebDNA] Installing WebDNA on Windows 7 64 Bit, Home Premium (2010) Plugin vs. CGI (1998) WebCat2b13MacPlugIn - [showif][search][/showif] (1997) redirect from the errorsMessages.db entry (1997) NYC-based WebDNA programmers (2003) [WebDNA] Need to convert unix date? (2009) Passing Cart variable to subdirectory files? (1997) PCS Frames (1997) Which GUI HTML editors work with WC ? (1997) emailer (1997) Emailer prefs in two places ... (1997) webcat- multiple selection in input field (1997) Need help with form (1998) WebCatalog 2.1b3 - Plugin or cgi ? (1997) Thanks ! (1997) Maybe off topic but how to charge (1997)