/PDFUpscale

基于 Real-ESRGAN 的 PDF 图像超分辨率命令行程序

Primary LanguageC#Apache License 2.0Apache-2.0

PDFUpscale

基于 Real-ESRGAN 的 PDF 图像超分辨率命令行程序。

参数

参数 缩写 必需 默认 功能
--input -i 输入 PDF 文件(夹)
--output -o 输出 PDF 文件(夹)
--model -m realesrgan-x4plus-anime 使用的模型
--scale -s 4 放大倍数
--gpu -g auto 使用 GPU 序号
--thread -t 1 图片处理并发数
--help 展示帮助屏幕
--version 显示版本信息

运行时

在非 Windows 平台运行本程序需要 libgdilus。

macOS:

brew install glib cairo libexif libjpeg giflib libtiff autoconf libtool automake pango pkg-config
brew link gettext --

类 Debian:

sudo apt install libgif-dev autoconf libtool automake build-essential gettext libglib2.0-dev libcairo2-dev libtiff-dev libexif-dev

类 CentOS:

yum install libgdiplus

构建

Windows Linux
Windows Linux

运行dotnet build以自主构建