Ani
Posts: 1
Nickname: sc0rpionx
Registered: Feb, 2005
|
|
Re: Corrupt JPEG data: 1 extraneous bytes before marker 0xd9
|
Posted: Feb 15, 2005 9:38 PM
|
|
> Hello, > > When I import the images from hard disk to a JList, the > images can be shown on the interface properly, but it > shows the following message on the console: > Corrupt JPEG data: 1 extraneous bytes before marker 0xd9 > > Does any one know the reason? > > Thanks, > > Daniel Hi Dani, The reason is that before the EOI marker (0xFF 0xD9) one can include custom data other than data related to image. This is why the java decoder showing this message.
Regds Sc0rpionX
|
|