Actions
Bug #4885
closedRedux image quality is poor / produces artifacts in imageviewer.php
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
04/05/2017
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.2
Show in known bugs:
No
Workaround:
Description
When the image viewer was originally created it was taking images from 4096 to 512, which is integer scaling. With newer EM camera the scaling has become a float and introduce artifacts.
Two things I noticed to fix this:- scale by float then integer could help.
- use bilinear scaling rather than default bicubic
Files
Actions