From alexjj at gmail.com Mon Jan 17 21:17:49 2022 From: alexjj at gmail.com (Alex Johnstone) Date: Mon, 17 Jan 2022 21:17:49 +0000 Subject: Rendered image sizes/quality Message-ID: A little slow to reply?however you can increase the size. There?s two parts to change, (1) the scanner and (2) the display javascript. I?d like to point out a fork which has some patches applied and a few other things that you might like to use instead. This is what I?m going to reference in pointing out what needs to be changed: Scanner: Here you?ll see the size 1600 has been added as a larger size. I have found that to be sufficient, although I don?t use a 4K monitor. https://github.com/joachimtingvold/photofloat/blob/master/scanner/PhotoAlbum.py#L117 Javascript: This needs to be changed to 1600 if you want it to display that. https://github.com/joachimtingvold/photofloat/blob/master/web/js/011-display.js#L30 Alex