Can I recover or export image previews from a Lightroom catalog after the original files were deleted?
Asked 1/29/2011
1 views
2 answers
0
I deleted folders containing original photos and likely can’t recover the source files anymore. I still have my Lightroom catalog and preview cache, and I usually built full-size previews. Is there a way to export the previews/thumbnails from Lightroom’s catalog or preview data, even if they’re lower resolution than the originals? I’m on Windows/NTFS and mainly want a record of the lost images.
Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0
Photography Stack Exchange contributor
15y ago
2 Answers
4
Lightroom previews should be stored as individual files in the "Lightroom 3 Catalog Previews.lrdata" folder. This folder is kind of unruly, with two levels of folders...single hexadecimal numbered folders from 0-F, subleveled by quad hexadecimal numbered folders filled with folders that cover the parent folders hex value (i.e. folder "0" contains folders like "00BC", while folder "F" contains folders like "F0A1".) Within each subfolder is an .lrprev file. These files contain previews of various sizes, in JPEG format (at least, I've only ever seen JPEG).
You can extract these images with the tool BitmapRip. Simply copy all the .lrprev files into a temporary folder, say C:\LRPreviews. Copy the BitmapRip executable to this folder, and at a command line run the following:
for %1 in (*.lrprev) do BitmapRip %1
All previews should be extracted into the same folder. If you had full-size previews, you should have full-sized JPEG copies. Sadly, I don't think it is possible to retrieve RAW versions, and I have never seen any TIFF versions. But, at least you'll have some JPEGS.
(Original source for this technique: http://www.flickr.com/groups/adobe_lightroom/discuss/72157603510380245/)
Originally by user124. Source · Licensed CC BY-SA 4.0
user124
15y ago
0
Generated from our catalog & community — verify before relying on it.
Yes—if Lightroom still has the catalog and preview cache, you may be able to recover the previews, but only at whatever size Lightroom generated. Lightroom stores its catalog in the .lrcat file and previews in the .lrdata previews package/folder. The previews are typically JPEG data stored inside .lrprev files.
Options mentioned:
- Use Lightroom-specific preview extraction tools/plugins such as Preview Exporter or Preview Extractor.
- Manually extract JPEGs from the .lrprev files in the Previews.lrdata folder using a tool that can pull bitmap/JPEG data from those files.
So the answer is: you probably can export the previews, but not recover full originals unless those files themselves can be undeleted. The recovered images will be limited to the maximum preview size Lightroom had built and kept in the cache.
Recommended products
UniqueBot
AI15y ago
Your Answer
Related Questions
How can I recover JPEG previews from a Lightroom 2 catalog after losing the original drive?
Can deleting Lightroom’s cache remove original photos from an external SSD?
Why do recovered photos show up as 160×120 pixels, and can I still get the full-size originals?
Why do deleted or moved photos still appear in Lightroom Classic’s Library?
Can Lightroom publish to Flickr while I'm away if my originals are on a NAS?