Browse Source

Como en el libro

Luis Albertorio 8 years ago
parent
commit
12b92c93db
2 changed files with 10 additions and 11 deletions
  1. 6
    6
      README-en.md
  2. 4
    5
      README-es.md

+ 6
- 6
README-en.md View File

@@ -1,5 +1,3 @@
1
-
2
-
3 1
 # Arrays - Simple Image Editor
4 2
 
5 3
 ![main1.png](images/main1.png)
@@ -81,7 +79,7 @@ The following functions are useful to work with data of type `QRgb`:
81 79
 
82 80
 ####Examples:
83 81
 
84
-1. `QRgb myRgb = qRgb(0xff, 0x00, 0xff);`: Assigns the value `0xff00ff` to `myRgb` which represents the color ![figure2.jpg](images/figure2.jpg)
82
+1. `QRgb myRgb = qRgb(0xff, 0x00, 0xff);`: Assigns the value `0xff00ff` to `myRgb` which represents the color ![figure2.png](images/figure2.png)
85 83
 
86 84
     Notice that the value `0xff00ff` represents the values `0xff`, `0x0`, and `0xff`, that correspond to the red, green and blue components in `myRgb`.
87 85
 
@@ -128,9 +126,11 @@ int main() {
128 126
 
129 127
 ---
130 128
 
131
-!INCLUDE "../../eip-diagnostic/simple-image-editor/en/diag-simple-image-editor-01.html"
129
+!INCLUDE "../../eip-diagnostic/simple-image-editor/en/diag-simple-image-editor-01.html"
130
+<br>
132 131
 
133
-!INCLUDE "../../eip-diagnostic/simple-image-editor/en/diag-simple-image-editor-02.html"
132
+!INCLUDE "../../eip-diagnostic/simple-image-editor/en/diag-simple-image-editor-02.html"
133
+<br>
134 134
 
135 135
 
136 136
 ---
@@ -268,4 +268,4 @@ Output: true if n is prime, false otherwise
268 268
 
269 269
 [1] http://www.willamette.edu/~gorr/classes/GeneralGraphics/imageFormats/24bits.gif
270 270
 
271
-[2] http://doc.qt.io/qt-4.8/qimage.html.
271
+[2] http://doc.qt.io/qt-4.8/qimage.html.

+ 4
- 5
README-es.md View File

@@ -1,4 +1,3 @@
1
-
2 1
 # Arreglos - Editor de Imagenes Simple
3 2
 
4 3
 ![main1.png](images/main1.png)
@@ -132,9 +131,11 @@ int main() {
132 131
 
133 132
 ---
134 133
 
135
-!INCLUDE "../../eip-diagnostic/simple-image-editor/es/diag-simple-image-editor-01.html"
134
+!INCLUDE "../../eip-diagnostic/simple-image-editor/es/diag-simple-image-editor-01.html"
135
+<br>
136 136
 
137
-!INCLUDE "../../eip-diagnostic/simple-image-editor/es/diag-simple-image-editor-02.html"
137
+!INCLUDE "../../eip-diagnostic/simple-image-editor/es/diag-simple-image-editor-02.html"
138
+<br>
138 139
 
139 140
 ---
140 141
 
@@ -282,5 +283,3 @@ Output: true if n is prime, false otherwise
282 283
 ---
283 284
 
284 285
 ---
285
-
286
-