entpxl

Crates.ioentpxl
lib.rsentpxl
version0.2.0
created_at2025-08-11 13:39:12.427635+00
updated_at2025-08-12 21:33:06.825462+00
descriptionTool to extract layers from pictures taken with Google Pixel phones
homepage
repositoryhttps://gitlab.com/entpxl/entpxl
max_upload_size
id1790183
size23,708
Daniel Hauck (SolidTux)

documentation

README

entpxl

entpxl (from German "entpacken" (unpack) and Pixel) is a tool to split pictures taken with a modern Pixel phone into the separate parts

This makes the files smaller and also gives access to movies in motion picture files as well as other hidden layers like extra gain information.

Currently, the tool is only tested on pictures taken with a Pixel 7 Pro.

Installation

Install Rust and then run

cargo install entpxl

Usage

Tool to extract layers from pictures taken with Google Pixel phones

Usage: entpxl [OPTIONS] [FILES]...

Arguments:
  [FILES]...
          Image files

Options:
  -p, --parts <PARTS>
          Only extract certain parts (case insensitive and comma separated).
          
          Common values are MotionPicture, Primary, GainMap and Original.
          
          [default: ]

  -o, --output <OUTPUT>
          Path to output dir. Will be created if not existing
          
          [default: entpxl]

  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version
Commit count: 0

cargo fmt