Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentNLOBJ committed Jul 2, 2022
1 parent c3ffd8d commit 595351e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# PVP2ACT

Convert Dreamcast .PVP palette files into .ACT (Adobe Color Table) which can be loaded by Photoshop.
Convert Dreamcast `.PVP` palette files into `.ACT` (Adobe Color Table) which can be loaded by Photoshop.

Initial version:
- 565 / 555 palette support


# How to Use:

Before using this program, you need to properly dump the target image "without any palettes loaded in". I suggest to use PVRViewer .PNG export!
Before using this program, you need to properly dump the target image without any palettes loaded in. I suggest to use PVRViewer .PNG export!

1) Open PVP2ACT.exe and select the .PVP file to convert, it will create 555/565 .ACT palettes.
1) Open `PVP2ACT.exe` and select the `.PVP` file to convert, it will create 555/565 .ACT` palettes.


# How to load palettes in Photoshop:

1) Open the .PNG image, then set Color mode to "indexed".
2) In the palette menu choose "Custom" and load "16-col.ACT" or "256-col.ACT". (according to palette)
3) Click on Color Table, load your .ACT as "Custom"
1) Open the `.PNG` image, then set Color mode to `Indexed`.
2) In the palette menu choose `Custom` and load `16-col.ACT` or `256-col.ACT`. (according to palette)
3) Click on Color Table, load your `.ACT` as `Custom`

0 comments on commit 595351e

Please sign in to comment.