Crates.io | entpxl |
lib.rs | entpxl |
version | 0.2.0 |
created_at | 2025-08-11 13:39:12.427635+00 |
updated_at | 2025-08-12 21:33:06.825462+00 |
description | Tool to extract layers from pictures taken with Google Pixel phones |
homepage | |
repository | https://gitlab.com/entpxl/entpxl |
max_upload_size | |
id | 1790183 |
size | 23,708 |
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.
Install Rust and then run
cargo install entpxl
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