PdnBatchConverter is a application that can be used to convert .pdn files to other formats.
It hooks into your installation of Paint.NET to read the provided files and convert multiple at once.
Supports conversions to both PNG and JPEG as well as layer export via OpenRaster. OpenRaster is a widely used image editing format in programs such as Pinta and Krita.
- Graphical user interface (desktop app):
- 🟢 Stable release: look for
PdnBatchConverter-*.exe
- 🟢 Stable release: look for
- Command-line interface (terminal app):
- 🟢 Stable release: look for
PdnBatchConverter-Cli-*.exe
- 🟢 Stable release: look for
CI builds are available for testing unreleased changes.
Note: If you're unsure which build is right for your system, consult with this page to determine your CPU architecture.
- Graphical interface with files/folder selection
- Recursive folder option which preserves folder layout when converting
- Parallel processing of multiple files at once
- Controllable quality for JPEG conversions
- Installs OpenRaster Filetype Plugin in Paint.NET
- Command-line interface for automation use cases
- OpenRaster Filetype Plugin - used for converting to OpenRaster files.
- Convert-pdn-to-ora - for having this similar idea before me.
- DiscordChatExporter - for reference on the meta parts of making the project