ios-wallpaper-extractor

0.2.0 • Public • Published

iOS Wallpaper Extractor

This tool extracts iOS wallpaper images from a backup using the Manifest.db database, images are converted from the cpbitmap format using cpbitmap-to-png. Encrypted backups are first decrypted with irestore.

iOS backups are located in ~/Library/Application Support/MobileSync/Backup/.

Usage

npx ios-wallpaper-extractor <backup path> <output path>
const extractor = require('ios-wallpaper-extractor');

extractor('/Users/dave/Library/Application Support/MobileSync/Backup/00008110-001438282142401E', 'wallpapers').then(output => {
    console.log(output);
}).catch(err => {
    console.error(err);
});

License

MIT.

/ios-wallpaper-extractor/

    Package Sidebar

    Install

    npm i ios-wallpaper-extractor

    Weekly Downloads

    4

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    20.8 kB

    Total Files

    11

    Last publish

    Collaborators

    • dnicolson