1715labs / 1715labs-pfe

Modified version of PFE for use with paid crowds
1715labs-pfe.vercel.app
Apache License 2.0
0 stars 0 forks source link

We should not always interpolate images #56

Open tingard opened 2 years ago

tingard commented 2 years ago

PFE currently interpolates images when zooming in, introducing a "blur"

While this can be desirable - it's often better to display the actual pixels (ideally we could toggle this using workflow / URL params?)

We should add a CSS argument in this function, as defined here, switching image-rendering to pixellated in the CSS.