Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 636 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 636 Bytes

PNGDPI

A small utility for changing the dpi of .png files (primarily exports from a certain animation software).

Download

Download the .exe file from releases here.

Use

Enter the desired dpi and the path to the folder containing your png files, any subfolders will also be modified, the results will be found next to the original folder.

Build

if you want to build your own binaries from source:

  • install rust/cargo
  • clone the repo:
git clone https://github.com/Xaryen/PNGDPI.git
  • in the project folder run:
cargo build --release