Open
Bug 1228847
Opened 9 years ago
Updated 1 years ago
Implement Canvas2D imageSmoothingQuality property
Categories
(Core :: Graphics: Canvas2D, task, P3)
Core
Graphics: Canvas2D
Tracking
()
NEW
People
(Reporter: fs, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed, parity-chrome, parity-safari, Whiteboard: [DocArea=Canvas] [gfx-noted])
There is a new Canvas2D imageSmoothingQuality property in the HTML Living standard.
> attribute ImageSmoothingQuality imageSmoothingQuality; // (default low)
Can be set, to change the preferred quality of image smoothing. Unknown values are ignored.
> enum ImageSmoothingQuality { "low", "medium", "high" };
The ImageSmoothingQuality enumeration is used to express a preference for the interpolation quality to use when smoothing images.
The "low" value indicates a preference for a low level of image interpolation quality. Low-quality image interpolation may be more computationally efficient than higher settings.
The "medium" value indicates a preference for a medium level of image interpolation quality.
The "high" value indicates a preference for a high level of image interpolation quality. High-quality image interpolation may be more computationally expensive than lower settings.
> Links:
PR https://github.com/whatwg/html/pull/136
Spec https://html.spec.whatwg.org/multipage/scripting.html#image-smoothing
WebKit https://bugs.webkit.org/show_bug.cgi?id=149541
Blink https://code.google.com/p/chromium/issues/detail?id=540761
Updated•9 years ago
|
Whiteboard: [parity-blink][parity-webkit][DocArea=Canvas] → [parity-blink][parity-webkit][DocArea=Canvas] [gfx-noted]
Updated•7 years ago
|
Priority: -- → P3
Comment 1•7 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Keywords: parity-chrome,
parity-safari
Whiteboard: [parity-blink][parity-webkit][DocArea=Canvas] [gfx-noted] → [DocArea=Canvas] [gfx-noted]
Updated•3 years ago
|
Type: defect → task
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•