A small utility for changing the dpi of .png files (primarily exports from a certain animation software).
Download the .exe file from releases here.
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.
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