Merge lp:~evfool/ubuntu-docs/colorspace-fixes into lp:ubuntu-docs/precise

Proposed by Robert Roth
Status: Merged
Merged at revision: 64
Proposed branch: lp:~evfool/ubuntu-docs/colorspace-fixes
Merge into: lp:ubuntu-docs/precise
Diff against target: 43 lines (+6/-6)
1 file modified
ubuntu-help/C/color-whatisspace.page (+6/-6)
To merge this branch: bzr merge lp:~evfool/ubuntu-docs/colorspace-fixes
Reviewer Review Type Date Requested Status
Jeremy Bícha Approve
Review via email: mp+82854@code.launchpad.net

Description of the change

Fixed the following issues from the what is a color space page:
* use color space (two words) consistently instead of using both "color space" and "colorspace"
* fix issues from bug #892647, wrong form of the "to be" used and duplicated word "standard"

To post a comment you must log in.
Revision history for this message
Jeremy Bícha (jbicha) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ubuntu-help/C/color-whatisspace.page'
2--- ubuntu-help/C/color-whatisspace.page 2011-08-26 01:34:56 +0000
3+++ ubuntu-help/C/color-whatisspace.page 2011-11-21 09:32:29 +0000
4@@ -16,17 +16,17 @@
5 <title>What is a color space?</title>
6
7 <p>
8- A colorspace is a defined range of colors.
9- Well known colorspaces include sRGB, AdobeRGB and ProPhotoRGB.
10+ A color space is a defined range of colors.
11+ Well known color spaces include sRGB, AdobeRGB and ProPhotoRGB.
12 </p>
13
14 <p>
15 The human visual system is not a simple RGB sensor, but we can
16 approximate how the eye responds with a CIE 1931 chromacity diagram
17 that shows the human visual response as a horse-shoe shape.
18- You can see that in human vision there is many more shades of green
19+ You can see that in human vision there are many more shades of green
20 detected than blue or red.
21- With a trichromatic colorspace like RGB we represent the colors
22+ With a trichromatic color space like RGB we represent the colors
23 on the computer using three values, which restricts up to encoding
24 a <em>triangle</em> of colors.
25 </p>
26@@ -52,7 +52,7 @@
27 the least number of colors.
28 It it an approximation of a 10 year old CRT display, and so most
29 modern monitors can easily display more colors than this.
30- sRGB is a standard <em>least-common-demoninator</em> standard and
31+ sRGB is a <em>least-common-demoninator</em> standard and
32 is used in a large number of applications (including the Internet).
33 </p>
34 <p>
35@@ -88,7 +88,7 @@
36 Most content in existance today is 8bpp, i.e. 8 bits-per-pixel.
37 </p>
38 <p>
39- Color managment is a process for converting from one colorspace to
40+ Color managment is a process for converting from one color space to
41 another, where a color space can be a well known defined space like
42 sRGB, or a custom space such as your monitor or printer profile.
43 </p>

Subscribers

People subscribed via source and target branches