Hacker News new | ask | show | jobs
by heisenzombie 1078 days ago
Why would you keep photos in a zip file? Are they uncompressed RAW or something?

Anyway, you could try using something like https://bitbucket.org/agalanin/fuse-zip/src/master/

To mount the zip file and then use any tool you want to operate on the files?

1 comments

Why would I want to unzip them? I got them zipped from google photos takeout. The folder structure inside is not something i would browse.

I will look at the mount option. Thank you for you suggestion!

Because the zip file only makes the photos harder to work with and probably takes more disk space than if they were unzipped (since you fundamentally can’t compress an already compressed file).