Browse Source

Este no esta como la version del libro ya que tenia cambios mas actualizados como ver el video de FB

Luis Albertorio 8 years ago
parent
commit
d7a8c64e39
2 changed files with 17 additions and 3 deletions
  1. 9
    2
      README-en.md
  2. 8
    1
      README-es.md

+ 9
- 2
README-en.md View File

32
 
32
 
33
 4. Taken the Pre-Lab quiz that is found in Moodle.
33
 4. Taken the Pre-Lab quiz that is found in Moodle.
34
 
34
 
35
+5. Visit the following Facebook page to see how the green technology is used in some Hollywood movies: https://www.facebook.com/video.php?v=920387528037801
36
+
35
 ---
37
 ---
36
 
38
 
37
 ---
39
 ---
105
 
107
 
106
 ####Examples:
108
 ####Examples:
107
 
109
 
108
-1. `QRgb myRgb = qRgb(0xff, 0x00, 0xff);`: Assigns the value `0xff00ff` to `myRgb` which represents the color ![figure2.jpg](images/figure4.jpg)
110
+1. `QRgb myRgb = qRgb(0xff, 0x00, 0xff);`: Assigns the value `0xff00ff` to `myRgb` which represents the color ![figure4.png](images/figure4.png)
109
 
111
 
110
     Notice that the value `0xff00ff` represents the values `0xff`, `0x0`, and `0xff`, that correspond to the red, green and blue components in `myRgb`.
112
     Notice that the value `0xff00ff` represents the values `0xff`, `0x0`, and `0xff`, that correspond to the red, green and blue components in `myRgb`.
111
 
113
 
175
 ---
177
 ---
176
 
178
 
177
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-01.html"
179
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-01.html"
180
+<br>
178
 
181
 
179
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-02.html"
182
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-02.html"
183
+<br>
180
 
184
 
181
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-03.html"
185
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-03.html"
186
+<br>
182
 
187
 
183
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-04.html"
188
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-04.html"
189
+<br>
184
 
190
 
185
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-05.html"
191
 !INCLUDE "../../eip-diagnostic/green-screen/en/diag-green-screen-05.html"
192
+<br>
186
 
193
 
187
 ---
194
 ---
188
 
195
 
323
 
330
 
324
 [2] http://en.wikipedia.org/wiki/Chroma_key
331
 [2] http://en.wikipedia.org/wiki/Chroma_key
325
 
332
 
326
-[3] http://doc.qt.io/qt-4.8/qimage.html
333
+[3] http://doc.qt.io/qt-4.8/qimage.html

+ 8
- 1
README-es.md View File

31
 
31
 
32
 3. Haber estudiado los conceptos e instrucciones para la sesión de laboratorio.
32
 3. Haber estudiado los conceptos e instrucciones para la sesión de laboratorio.
33
 
33
 
34
-4. Visitar la siguiente página de Facebook para ver cómo se ha usado la tecnología de pantalla verde en algunas películas de Hollywood: https://www.facebook.com/video.php?v=920387528037801 
34
+4. Haber tomado el quiz Pre-Lab que se encuentra en Moodle.
35
+
36
+5. Visitar la siguiente página de Facebook para ver cómo se ha usado la tecnología de pantalla verde en algunas películas de Hollywood: https://www.facebook.com/video.php?v=920387528037801 
35
 
37
 
36
 
38
 
37
 
39
 
179
 ---
181
 ---
180
 
182
 
181
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-01.html"
183
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-01.html"
184
+<br>
182
 
185
 
183
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-02.html"
186
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-02.html"
187
+<br>
184
 
188
 
185
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-03.html"
189
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-03.html"
190
+<br>
186
 
191
 
187
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-04.html"
192
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-04.html"
193
+<br>
188
 
194
 
189
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-05.html"
195
 !INCLUDE "../../eip-diagnostic/green-screen/es/diag-green-screen-05.html"
196
+<br>
190
 
197
 
191
 ---
198
 ---
192
 
199