Skip to content

Commit 3c3fa56

Browse files
authored
Resized images in App UI Readme
1 parent a99113e commit 3c3fa56

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

CodeCapture/CodeCapture/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can check out the [demo video](https://drive.google.com/file/d/1Dso3XfNttYl8
66

77
## 1. Entering the App
88

9-
![MainPage](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/MainPage.jpg/216px-MainPage.jpg)
9+
![MainPage](https://upload.wikimedia.org/wikipedia/commons/thumb/1/17/MainPage.jpg/280px-MainPage.jpg)
1010

1111
* Page: MainPage.xaml
1212
* Code: MainPage.xaml.cs
@@ -15,7 +15,7 @@ The **MainPage.xaml** page is the first page that a user will see when they star
1515

1616
## 2. Capturing An Image
1717

18-
![ImageCapture](https://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/ImageCapture.jpg/216px-ImageCapture.jpg)
18+
![ImageCapture](https://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/ImageCapture.jpg/280px-ImageCapture.jpg)
1919

2020
* Page: ImageCapture.xaml
2121
* Code: ImageCapture.xaml.cs
@@ -24,7 +24,7 @@ The **ImageCapture.xaml** page is where the user will capture (click or select)
2424

2525
## 3. Extracting The Code
2626

27-
![ExtractText](https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/ExtractText.jpg/216px-ExtractText.jpg)
27+
![ExtractText](https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/ExtractText.jpg/280px-ExtractText.jpg)
2828

2929
* Page: ExtractText.xaml
3030
* Code: ExtractText.xaml.cs
@@ -33,7 +33,7 @@ The **ExtractText.xaml** page is where the code extracted from the image using t
3333

3434
## 4. Compiling The Code And Displaying Output
3535

36-
![CompileCode](https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/CompileCode.jpg/216px-CompileCode.jpg)
36+
![CompileCode](https://upload.wikimedia.org/wikipedia/commons/thumb/e/e4/CompileCode.jpg/280px-CompileCode.jpg)
3737

3838
* Page: CompileCode.xaml
3939
* Code: CompileCode.xaml.cs
@@ -42,7 +42,7 @@ The **CompileCode.xaml** page is where the result of the code is returned by the
4242

4343
## Emailing The Result
4444

45-
![EmailResult](https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/EmailResult.jpg/216px-EmailResult.jpg)
45+
![EmailResult](https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/EmailResult.jpg/280px-EmailResult.jpg)
4646

4747
* Page: EmailResult.xaml
4848
* Code: EmailResult.xaml.cs

0 commit comments

Comments
 (0)