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:

help! problem using [referrer] still in 2.01 (1997) [HIDEIF] inside [FOUNDITEM] (1997) New Business Opportunity (2006) Question on the sandbox (2003) Nesting format tags (1997) Hiding HTML and page breaks (1997) SearchTitle Question (1998) Help name our technology! (1997) WebCat2: Formulas.db question (1997) SKU generator? (1998) Credit card types (1997) Error - Search / Showif (2000) WebDNA-Talk Digest mode broken (1997) Dates and Math - Simple Subtraction (2004) Re[2]: 2nd WebCatalog2 Feature Request (1996) [object] Tag & WebDNA Support (2005) unsubscribe (1997) Webcat no longer supported? (2006) Re1000001: Setting up shop (1997) Squares instead of spaces (2001)