Δημοσιεύτηκε: 02 Απρ 2011, 09:29
από Th P
Εκτός από την προσπάθεια ανάκτησης των φωτογραφιών από το memory card όπως περιγράφεται πιο πάνω
Δες και λίγες ακόμα πληροφορίες εδώ άν θέλήσεις να ξαναπροσπαθήσεις να επιδιορθώσεις τις φωτογραφίες με το Ghex:
every JPEG starts with a "start of image" marker and stop with an "end of image" marker. Most markers are followed by 2 bytes which tell the number of bytes that fit in the frame that was marked with this marker. After that the data follows. So what markers are in a typeical JPEG? These markers should exist in all JPEG files:

0xffd8 - Start Of Image
0xfffe - Comment (Optional)
0xffdb - Quantization Table
0xffc0 - Start Of Frame (Baseline)
0xffc4 - Huffman Table (Sometimes ommited from mjpeg files)
0xffda - Start Of Scan (This is the actual compressed image)
0xffd9 - End Of Image

Anyway, after removing the 8 bytes of padding and the extra crap at the end of each file, the images open without any complaint

http://www.mikekohn.net/stuff/digital_concepts_camera.php

σε κάθε περίπτωση είναι καλό να ενημερώνεις για τις ενέργειες που κάνεις και για τα αποτελέσματα

Φιλικά
Θανάσης Π.