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 thosenot using ImageMagick.As Jpeg is a lossy format (eg: loading and saving will slightly degrade theimage) it is better to removeprofiles using a utilite provided by the jpeg libraries.I do not know if this is avaialble under microsoft, but should be part ofthe 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 cando the following... mogrify +profile * image.jpgNOTE: morgify replaces the existing image to just copy to a new file useconvert instead specify the destination image as a extra argument on theend. 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 PMSubject: Re: Bugs in IE 6.0 ?> Yes, i had this problem a while back. I posted it to this list. Here isthe> 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. Youcan> 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:
Though that was my original message here is what I came up with for thosenot using ImageMagick.As Jpeg is a lossy format (eg: loading and saving will slightly degrade theimage) it is better to removeprofiles using a utilite provided by the jpeg libraries.I do not know if this is avaialble under microsoft, but should be part ofthe 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 cando the following... mogrify +profile * image.jpgNOTE: morgify replaces the existing image to just copy to a new file useconvert instead specify the destination image as a extra argument on theend. 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 PMSubject: Re: Bugs in IE 6.0 ?> Yes, i had this problem a while back. I posted it to this list. Here isthe> 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. Youcan> 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:
Something about defining variables (1998)
Project 2 (1998)
sendmail (2000)
WebCat2b13MacPlugIn - [shownext method=post] ??? (1997)
server 2003 weirdness (2004)
RE: Can a database get stomped by simultaneous access? (1997)
WebCat2 - [format thousands] (1997)
More on the email templates (1997)
Re:Change WebDNA-Talk Mail due to no digest for 1wk (1997)
transferring values (1998)
2nd WebCatalog2 Feature Request (1996)
Search/sort in URL Was: GuestBook example (1997)
WC2b12: Yes, Formulas.db is for real (1997)
syntax question, not in online refernce (1997)
Protect vs Authenicate (1997)
refreshing IE with posted .tmpl (1997)
[WebDNA] OT - JS help (2008)
LookUp Tag (1997)
Multiple cart additions (1997)
taxTotal, grandTotal (1997)