Skip to content

Commit

Permalink
docs: Update readme to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörn Lenoch committed Jun 2, 2024
1 parent f4f3f81 commit 19e5cf9
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
# Play View Extractor

Extracts the largest (layer 0) image files from **PlayStation PlayView** files (`gvd.dat`). Only the jpegs will be
exported. Other data is not supported.
Extracts the largest (layer 0) image files from **PlayStation PlayView** files (`gvd.dat`). Exports as PNG to avoid compression.

# Usage

> For the current version, no configuration is available.
```
$ playview-extractor -h
-debug
output more log data
-hidden
whether to show the hidden areas (default true)
-in string
path to gvd.dat (default "gvd.dat")
-layer int
Target layer to export (default 0)
-merge
Whether to merge images to a combined image (default true)
-out string
output directory (default "out")
-page string
Target page to export (empty string exports all)
```

Put the executable into the folder with the `gvd.dat` file. All images are exported as `out_page_<n>.png` without
Put the executable into the folder with the `gvd.dat` file. All images are exported as `<filename>.png` without
compression.

```
$ play-view-extractor
$ playview-extractor
```

# Install
Expand Down

0 comments on commit 19e5cf9

Please sign in to comment.