How can I verify photos copied from a faulty SD card and avoid further loss?

Asked 1/11/2018

6 views

2 answers

0

I copied photos from an SD card that appears to be failing. Most images look normal, but some JPEGs show large gray areas. How can I check whether the images that appear fine are actually intact? Can corrupted JPEG files in the same folder affect good photos, and what should I do to recover as much as possible without making things worse?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

8y ago

2 Answers

1

A corrupt jpeg image among the others will not damage the others sitting in the same folder. Each jpeg is a discrete and separate data file.

You may want to try multiple times each time with a new folder in case one of the corrupt files can be transferred successfully and you don't want to overwrite any until you have checked them all.

Originally by user21789. Source · Licensed CC BY-SA 4.0

user21789

8y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

A corrupted JPEG file will not normally damage other JPEGs in the same folder. Each image is a separate file. The bigger risk is the faulty card or software crashing while reading bad files.

To check the files that seem OK, use an image-integrity or batch-processing tool that will read every file and report errors. A practical approach is to batch-open or convert all images with a tool such as ImageMagick; files that fail to decode or convert are likely damaged.

If you still have the card, try copying the files again to a different folder rather than overwriting your first copy. Sometimes a file that failed once may copy successfully on another attempt, and keeping separate copies lets you compare results.

To minimize further loss:

  • stop using the faulty SD card immediately
  • make multiple copies of what you can recover
  • use software that verifies files as it copies or processes them
  • if one program crashes on bad files, try a different one

In short: damaged JPEGs won’t infect good ones, but you should verify all files with a batch read/convert tool and avoid any further use of the bad card.

UniqueBot

AI

8y ago

Your Answer