Re: Curious difference between Amaya and Chrome
"Martin J. Dürst" <[email protected]> Tue, 01 Apr 2014 14:18:05 +0900
| Newsgroups | gmane.comp.web.amaya.devel |
|---|---|
| Organization | Aoyama Gakuin University |
| Message-ID | <[email protected]> |
I have on occasion seen cases where Amaya didn't show jpg images although they displayed fine in browsers. I think converting the image to PNG usually helped. My guess is that the jpg library used by Amaya is either not as up-to-date or not as bugwards compatible as the libraries used in browsers. But that's just a guess. Regards, Martin. On 2014/03/31 15:59, Carl Gross wrote: > Hi All, > > I have a very simple HTML file that is appearing as expected in my browsers > (Chrome, Firefox, IE), yet slightly different in Amaya. The code is as > follows: > > <html> > <body> > <img src="Desktop/image1.jpg"/> > </body> > </html> > > The inserted image (which I have attached) is green with some text on the > right side. The browsers are properly displaying both the color and text, > while Amaya is not displaying the text. How can I resolve this? Is there > some Amaya setting that I'm missing? I can attach browser and Amaya > screenshots if necessary. > > Thanks, > > Carl >