Everpix photo collection archive technical info

A photo collection archive is the export of the raw data of your Everpix user account as stored on our servers (this includes all photos and associated metadata). Although this export is in a format based on open standards, some details are Everpix specific.

The Everpix team has released a Mac app (see below) that can recreate JPEG files with metadata like EXIF from the contents of an Everpix photo collection archive. Some other online photo services have used this document to independently create their own importers.

Files

Metadata tables

Not all data contained in the metadata dump is necessary to extract your photos. To avoid adding confusing details this article focuses on just the data you will need.

Using the Everpix Unarchiver for Mac

Everpix Unarchiver is a Mac app that can recreate JPEG files with metadata like EXIF from the contents of an Everpix photo collection archive. An open source version of this app is also available on GitHub. There are no plans to release an equivalent app for Windows or Linux.

Before proceeding with the app, make sure all the archive files (i.e. "metadata.sqlite" and associated "photos-[XX-YY].zip") have been downloaded and are all in the same folder. You must either use the original .zip files downloaded from Everpix or re-create compatible ones[1].

Exported JPEG files will contain embedded metadata like EXIF, XMP, etc. For photos that have duplicates in your Everpix collection (e.g. the same photo imported both from iPhoto and Gmail), the metadata of the primary photo will be preferred.

If you edited the timestamp or orientation of your photos in Everpix, the exported photos will preserve these new values.

[1] If you do not have the original zip files downloaded from Everpix anymore, you can use Terminal to re-create them from the folders of images using the command "cd photos-[XX-YY]; zip -r -0 ../photos-[XX-YY].zip *". Do not attempt to re-create the zip files with the "Compress" feature in the Finder's contextual menu as the result will not work with the Everpix Unarchiver.