GitHub - AlexW00/depthmap-extractor: A tiny macOS drag-and-drop app that extracts a 16-bit depth map from a photo.

1 min read Original article ↗

Skip to content

Navigation Menu

Repository files navigation

Depth Map Extractor

extractor-appstore

A tiny macOS drag-and-drop app that extracts a 16-bit depth map from any image.

Available for free on the App Store.

macOS build (CLI)

  1. Create local config:
    • cp .env.example .env
    • Edit .env with your DEVELOPMENT_TEAM and BUNDLE_IDENTIFIER
  2. Build + launch:
    • ./build-macos.sh

Git hooks

Install the repo hooks:

  • ./scripts/install-githooks.sh

The pre-commit hook runs ./clean.sh and stages any changes (e.g. clears signing/team values from the Xcode project file).