Ralph

USB stick shows correct pictures and correct jpg extension. See reply to Martin on disks.

Off to CH Tuesday am so will be 'off air' for a while but will see emails at least once a week. Don't know when I can try your suggestions and may not have a copy of faulty DVD. (gave it to my brother to try on another M$ PC.

C A Wills

On 24/04/11 14:29, Ralph Corderoy wrote:

Hi Clive,

Can anyone shed some light on the following fault when copying
JPEG/JPG files to a DVD and/or a USB stick?

What were the results with the USB stick?  That removes problems with
burning or DVD media.

Could not load image xxx.JPG.  Error interpreting JPEG image file (not
a JPEG: starts with 0x00 0x00).

If you can get to the directory with the original JPEG you could get us
some details, including a hex-dump of the first bit of the file.

     cd /path/to/original
     ls -l foo.jpg
     hd foo.jpg | head

and then do the same with the copy.  hd(1) is in the bsdmainutils
package if you don't already have it installed.  Sample output,

     $ cd /tmp
     $ ls -l page4.jpeg
     -r--r--r-- 1 ralph ralph 367469 2011-04-24 14:28 page4.jpeg
     $ hd page4.jpeg | head
     00000000  ff d8 ff e0 00 10 4a 46  49 46 00 01 01 00 00 01  
|......JFIF......|
     00000010  00 01 00 00 ff db 00 43  00 08 06 06 07 06 05 08  
|.......C........|
     00000020  07 07 07 09 09 08 0a 0c  14 0d 0c 0b 0b 0c 19 12  
|................|
     00000030  13 0f 14 1d 1a 1f 1e 1d  1a 1c 1c 20 24 2e 27 20  |........... 
$.' |
     00000040  22 2c 23 1c 1c 28 37 29  2c 30 31 34 34 34 1f 27  
|",#..(7),01444.'|
     00000050  39 3d 38 32 3c 2e 33 34  32 ff c0 00 0b 08 04 fb  
|9=82<.342.......|
     00000060  06 bd 01 01 11 00 ff c4  00 1c 00 01 00 02 03 01  
|................|
     00000070  01 01 00 00 00 00 00 00  00 00 00 00 04 05 01 03  
|................|
     00000080  06 02 07 08 ff c4 00 59  10 00 01 03 03 03 02 03  
|.......Y........|
     00000090  05 03 06 07 0a 0d 04 00  07 01 02 03 04 00 05 11  
|................|
     $

Cheers,
Ralph.


--
Next meeting:  Blandford Forum, Wednesday 2011-05-04 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
How to Report Bugs Effectively:  http://goo.gl/4Xue


--
Next meeting:  Blandford Forum, Wednesday 2011-05-04 20:00
Meets, Mailing list, IRC, LinkedIn, ...  http://dorset.lug.org.uk/
How to Report Bugs Effectively:  http://goo.gl/4Xue

Reply via email to