Higher resolution images
Is it possible to display the scaned forms in higher resolution in the verify dialogs. It looks like the scaned files are scaled down before being displayed. Can I change this behavior somewhere in the php files?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- queXF Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2017-06-29
- Last reply:
- 2017-06-30
Adam Zammit (adamzammit) said : | #1 |
That is correct. queXF scales down the images to reduce page loading times.
You can change it in the code. Alternatively your operators can press the F2 key to see a full size image appear in a new window.
Kind Regards,
Adam Zammit
Sebastian (sebre) said : | #2 |
Thanks for your answer.
Could you point me to the code where the downscaling for the display during verification happens?
Kind regards
Sebastian
Adam Zammit (adamzammit) said : | #3 |
Have a look at showpage.php around line 180. You could remove the image_resize code and just send the full image using imagepng() and see how you go.
Adam
Can you help with this problem?
Provide an answer of your own, or ask Sebastian for more information if necessary.