HDD GURU FORUMS
http://forum.hddguru.com/

Repair files .cr2 canon
http://forum.hddguru.com/viewtopic.php?f=7&t=44571
Page 1 of 1

Author:  sempre [ August 12th, 2024, 9:41 ]
Post subject:  Repair files .cr2 canon

Hi to all! :mrgreen:
Please tool.
tool to repair canon .cr2 files

Author:  michael chiklis [ August 12th, 2024, 12:13 ]
Post subject:  Re: Repair files .cr2 canon

Do you need CR2 files for photoshop editing?
If you don't need to work with photo-editing sw (just need jpg), you can use JpegDigger tool to extract it from cr2 container.

https://www.disktuna.com/jpegdigger-jpe ... -recovery/

Author:  Arch Stanton [ August 12th, 2024, 17:54 ]
Post subject:  Re: Repair files .cr2 canon

AFAIK there's no such tool. Tools that claim to repair CR2 files simply extract JPEG (or try to).

If it's simply "header" corruption you can use intact CR2 to repair that using a hex editor, https://youtu.be/sOVIHypOOiI?t=166

9 out 10 times corruption occurs after undelete from SSDs and such, such files can not be repaired, check in HxD or similar if this is the case.

Author:  einstein9 [ August 13th, 2024, 1:40 ]
Post subject:  Re: Repair files .cr2 canon

sempre wrote:
Hi to all! :mrgreen:
Please tool.
tool to repair canon .cr2 files


damaged due to Bad sectors?

Author:  sempre [ August 13th, 2024, 14:06 ]
Post subject:  Re: Repair files .cr2 canon

einstein9 wrote:
sempre wrote:
Hi to all! :mrgreen:
Please tool.
tool to repair canon .cr2 files


damaged due to Bad sectors?


Thanks all replys. :idea:
Not bad sectors.

Author:  einstein9 [ August 14th, 2024, 0:59 ]
Post subject:  Re: Repair files .cr2 canon

how damaged?

either by bad sectors or probably BAD Controller misreading

Author:  fzabkar [ August 14th, 2024, 1:23 ]
Post subject:  Re: Repair files .cr2 canon

sempre wrote:
Hi to all! :mrgreen:
Please tool.
tool to repair canon .cr2 files

My file is broken, can you fix it? This is the kind of question that you get from clients. I would expect that someone who has been involved in data recovery for the past 20 years would be able to ascertain the nature of the damage and at least formulate a more precise question.

For example, other than bad sectors, the data could have flipped bits, or the file could be wrongly carved or reassembled from fragments left after a FAT32 reformat, or it could be a deleted file that has been partially overwritten, or its header could be overwritten by ransomware, etc. Alternatively, since the file consists of a JPEG image plus TIFF data, it could be the case that one part is intact.

Each scenario warrants a different approach with a different solution. For example, Klennet Carver is one tool that can reassemble file fragments from a formatted volume. Others have already addressed the ransomware and embedded JPEG issues.

Author:  sempre [ August 14th, 2024, 6:13 ]
Post subject:  Re: Repair files .cr2 canon

Thank you!

The first 189 photos are perfect and the others for some reason were already generated corrupted. I intend to post the links of some bad photos for verification. Thanks in advance!

Author:  sempre [ August 14th, 2024, 7:33 ]
Post subject:  Re: Repair files .cr2 canon

michael chiklis wrote:
Do you need CR2 files for photoshop editing?
If you don't need to work with photo-editing sw (just need jpg), you can use JpegDigger tool to extract it from cr2 container.

https://www.disktuna.com/jpegdigger-jpe ... -recovery/


PM

Author:  sempre [ August 14th, 2024, 7:34 ]
Post subject:  Re: Repair files .cr2 canon

einstein9 wrote:
how damaged?

either by bad sectors or probably BAD Controller misreading

Please look PM

Author:  michael chiklis [ August 15th, 2024, 2:56 ]
Post subject:  Re: Repair files .cr2 canon

I tried to extract jpg from CR2 that you've passed to me, but they're to corrupt.
Attachment:
digger.jpg
digger.jpg [ 155.41 KiB | Viewed 18911 times ]


On pic above you can see that file IMG_4030.CR2 is very bad so jpegdigger can't do anything!
I examinated your bad CR2 files with an hex editor, they have all same issue:
512 redundant byte blocks

Example of IMG_4030.CR2
Attachment:
512 byte redundant blocks.jpg
512 byte redundant blocks.jpg [ 783.2 KiB | Viewed 18911 times ]


Those bad CR2 file can't be fixed, they do not contain any useful data!!

This means that all those bad CR2 files were damaged from the font or your data recovery (cloner) tool failed.
Have you done some kind of raw scan recovery?
What tool did u use?

Author:  fzabkar [ August 15th, 2024, 3:55 ]
Post subject:  Re: Repair files .cr2 canon

What is the size after compression with 7Zip? If there is that much redundancy, the compression ratio should be huge.

Author:  sempre [ August 15th, 2024, 4:48 ]
Post subject:  Re: Repair files .cr2 canon

Cloned by Data Extractor atual version. Not errors in clone . No log.
Yes Raw Recovery in DE atual version.
Thanks

Author:  michael chiklis [ August 15th, 2024, 5:02 ]
Post subject:  Re: Repair files .cr2 canon

fzabkar wrote:
What is the size after compression with 7Zip? If there is that much redundancy, the compression ratio should be huge.


Attachment:
compression.jpg
compression.jpg [ 119.45 KiB | Viewed 18877 times ]

Author:  sempre [ August 15th, 2024, 5:28 ]
Post subject:  Re: Repair files .cr2 canon

Very interessant

Author:  fzabkar [ August 15th, 2024, 5:53 ]
Post subject:  Re: Repair files .cr2 canon

The compression ratio of the good file suggests that the TIFF section is using lossless compression. This would imply that even minor damage in that area would be impossible to repair, I would think.

Author:  fzabkar [ August 15th, 2024, 19:33 ]
Post subject:  Re: Repair files .cr2 canon

Is it possible that these sectors are the predefined data pattern that is returned in response to TRIM?

Author:  Arch Stanton [ August 18th, 2024, 8:45 ]
Post subject:  Re: Repair files .cr2 canon

The byte histogram gives away immediately this file is not repairable since so many byte values occur at same frequency. JPEG and also the CR2 image data which is lossless JPEG, would give more random distribution. In first byte histogram we see byte values occur throughout file same number of times, this has to be some repeating block, you can immediately tell by just looking that that.

Attachment:
byte-histogram-repeats.png
byte-histogram-repeats.png [ 8.73 KiB | Viewed 18281 times ]

Author:  sempre [ August 23rd, 2024, 15:35 ]
Post subject:  Re: Repair files .cr2 canon

einstein9 wrote:
how damaged?

either by bad sectors or probably BAD Controller misreading

Thanks!

Not sucess repair!

Page 1 of 1 All times are UTC - 5 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/