Skip to content

Commit c9bfae4

Browse files
committed
README samples images tables
due to GitHub upgrading MarkDown styles rendering
1 parent a22584a commit c9bfae4

File tree

1 file changed

+58
-15
lines changed

1 file changed

+58
-15
lines changed

README.md

+58-15
Original file line numberDiff line numberDiff line change
@@ -96,34 +96,77 @@ over top of
9696

9797
* `add` (or `plus`) - Photoshop's _"Linear Dodge (add)"_ blend mode [does not perform addition](http://www.neilblevins.com/cg_education/additive_mode_in_photoshop/additive_mode_in_photoshop.htm)
9898
on the opacities of the two layers. I have not yet figured out what it does instead.
99-
For now, this mode performs simple numeric addition, the same as the SVG 1.2 "plus" mode.
100-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/add-ideal.png)</td><td>![](test/add-actual.png)</td></tr></tbody></table>
99+
For now, this mode performs simple numeric addition, the same as the SVG 1.2 "plus" mode.
100+
101+
| Photoshop | context-blender |
102+
| --- | --- |
103+
| ![](test/add-ideal.png) | ![](test/add-actual.png) |
101104
* `lighten` (or `lighter`) - the result is _slightly_ too dark when the opacity falls and incorrectly 'favors' a higher-opacity source.
102-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/lighten-ideal.png)</td><td>![](test/lighten-actual.png)</td></tr></tbody></table>
105+
106+
| Photoshop | context-blender |
107+
| --- | --- |
108+
| ![](test/lighten-ideal.png) | ![](test/lighten-actual.png) |
103109
* `darken` (or `darker`) - the result is too dark when combining low-opacity regions, and does not properly 'favor' the higher-opacity source.
104-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/darken-ideal.png)</td><td>![](test/darken-actual.png)</td></tr></tbody></table>
110+
111+
| Photoshop | context-blender |
112+
| --- | --- |
113+
| ![](test/darken-ideal.png) | ![](test/darken-actual.png) |
105114
* `overlay` - this is correct where both the over and under images are 100% opaque; the lower the alpha of either/both images, the more the colors become too desaturated.
106-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/overlay-ideal.png)</td><td>![](test/overlay-actual.png)</td></tr></tbody></table>
115+
116+
| Photoshop | context-blender |
117+
| --- | --- |
118+
| ![](test/overlay-ideal.png) | ![](test/overlay-actual.png) |
107119
* `hardlight` - this is the opposite of "overlay" and experiences similar problems where either image is not fully opaque.
108-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/hardlight-ideal.png)</td><td>![](test/hardlight-actual.png)</td></tr></tbody></table>
120+
121+
| Photoshop | context-blender |
122+
| --- | --- |
123+
| ![](test/hardlight-ideal.png) | ![](test/hardlight-actual.png) |
109124
* `colordodge` (or `dodge`) - works correctly only under 100% opacity
110-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/colordodge-ideal.png)</td><td>![](test/colordodge-actual.png)</td></tr></tbody></table>
125+
126+
| Photoshop | context-blender |
127+
| --- | --- |
128+
| ![](test/colordodge-ideal.png) | ![](test/colordodge-actual.png) |
111129
* `colorburn` (or `burn`) - works correctly only under 100% opacity
112-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/colorburn-ideal.png)</td><td>![](test/colorburn-actual.png)</td></tr></tbody></table>
130+
131+
| Photoshop | context-blender |
132+
| --- | --- |
133+
| ![](test/colorburn-ideal.png) | ![](test/colorburn-actual.png) |
113134
* `softlight`
114-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/softlight-ideal.png)</td><td>![](test/softlight-actual.png)</td></tr></tbody></table>
135+
136+
| Photoshop | context-blender |
137+
| --- | --- |
138+
| ![](test/softlight-ideal.png) | ![](test/softlight-actual.png) |
115139
* `luminosity`
116-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/luminosity-ideal.png)</td><td>![](test/luminosity-actual.png)</td></tr></tbody></table>
140+
141+
| Photoshop | context-blender |
142+
| --- | --- |
143+
| ![](test/luminosity-ideal.png) | ![](test/luminosity-actual.png) |
117144
* `color`
118-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/color-ideal.png)</td><td>![](test/color-actual.png)</td></tr></tbody></table>
145+
146+
| Photoshop | context-blender |
147+
| --- | --- |
148+
| ![](test/color-ideal.png) | ![](test/color-actual.png) |
119149
* `hue`
120-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/hue-ideal.png)</td><td>![](test/hue-actual.png)</td></tr></tbody></table>
150+
151+
| Photoshop | context-blender |
152+
| --- | --- |
153+
| ![](test/hue-ideal.png) | ![](test/hue-actual.png) |
121154
* `saturation`
122-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/saturation-ideal.png)</td><td>![](test/saturation-actual.png)</td></tr></tbody></table>
155+
156+
| Photoshop | context-blender |
157+
| --- | --- |
158+
| ![](test/saturation-ideal.png) | ![](test/saturation-actual.png) |
123159
* `lightercolor`
124-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/lightercolor-ideal.png)</td><td>![](test/lightercolor-actual.png)</td></tr></tbody></table>
160+
161+
| Photoshop | context-blender |
162+
| --- | --- |
163+
| ![](test/lightercolor-ideal.png) | ![](test/lightercolor-actual.png) |
125164
* `darkercolor`
126-
<table><thead><tr><th>Photoshop</th><th>context-blender</th></tr></thead><tbody><tr><td>![](test/darkercolor-ideal.png)</td><td>![](test/darkercolor-actual.png)</td></tr></tbody></table>
165+
166+
| Photoshop | context-blender |
167+
| --- | --- |
168+
| ![](test/darkercolor-ideal.png) | ![](test/darkercolor-actual.png) |
169+
127170
128171
129172
## Requirements/Browser Support

0 commit comments

Comments
 (0)