Added image downsampling/compression
Build PDF / make pdf (push) Successful in 6m1s

This commit is contained in:
2026-07-04 17:46:27 -07:00
parent 5ac61941c6
commit 25afbf036e
6 changed files with 766 additions and 139 deletions
+1 -1
View File
@@ -9,6 +9,7 @@ require (
github.com/chromedp/chromedp v0.9.5
github.com/fsnotify/fsnotify v1.9.0
github.com/pdfcpu/pdfcpu v0.11.0
golang.org/x/image v0.27.0
)
require (
@@ -25,7 +26,6 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/image v0.27.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect