Shqyrtime për Enhanced Image Viewer
Enhanced Image Viewer nga Sebastian Blask
3 shqyrtime
- Vlerësuar me 4 yje nga 5 të mundshëmnga Jiří Macich ml., 5 vite më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga Kyo, 8 vite më parë1. good start, but it misses the most important scaling mode - "no anti-aliasing mode" (many people would like original crispy pixelated images), that can be toggled via CSS code:
html > body > img:only-child {
image-rendering: -moz-crisp-edges;
}
2. it will be perfect if that extension could toggle "no anti-aliasing mode" only when image scaled is bigger than 100% - that way when images zoomed-out (or have resolution less than your display) will be anti-aliased, and zoomed-in images (or those have resolution better than display resolution) will be displayed in original non-smoothed view. If you don't understand that I mean you can check any Faststone viewer software and look for scaling options. - Vlerësuar me 4 yje nga 5 të mundshëmnga AcidCrash, 8 vite më parëHi. A good functionality to start with.
However a "Fit image to browser window" option would be nice.
Also for some reason background color doesn't switch (On last Stable and beta FF Windows 10)Përgjigje zhvilluesi
postuar më 8 vite më parëI was thinking about fit too window too already, let's see when I get the time... The background color doesn't switch when you change it from the toolbar button (it's bug in Firefox that the panel gets closed, see https://bugzilla.mozilla.org/show_bug.cgi?id=1378527) but when you go to the options page using ctrl-shift-a it works.