bash0 / cewe2pdf

A python script to turn cewe photobooks into pdfs
GNU General Public License v3.0
43 stars 26 forks source link

Added .ini options to set image and background resolutions #157

Closed AnEnglishmanInNorway closed 4 months ago

AnEnglishmanInNorway commented 4 months ago

Set the default resolutions back to 150 dpi, but allow options in the .ini file to change these values

pdfImageResolution = 300
pdfBackgroundResolution = 300

Resolves https://github.com/bash0/cewe2pdf/issues/146

cweiske commented 4 months ago

I think the default resolution should be 300 dpi since most people using this script will want to have a high resolution PDF to print. 150dpi isn't nice enough for printing.

AnEnglishmanInNorway commented 4 months ago

OK, I'll sneak that back in somewhere. Once again, people are clearly putting this to use in different ways. The original 150 was fine for me because my primary goal is to be able to share the album digitally with family who don't live near me. I've never printed the pdf files that I make!