Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Fix index.md list and button names
Browse files Browse the repository at this point in the history
  • Loading branch information
PolinaSavelyeva committed Sep 12, 2023
1 parent 203d2ba commit 75264d5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
16 changes: 8 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ <h2><a name="What-is-ImageProcessing" class="anchor" href="#What-is-ImageProcess
<h2><a name="Why-use-ImageProcessing" class="anchor" href="#Why-use-ImageProcessing">Why use ImageProcessing?</a></h2>
<p>It can helps you to process your images quickly using GPU or only command-line.</p>
<p>There is some of the features implemented in ImageProcessing.
- Loading images from a local source and saving them.
- Processing all images within a specified directory.
- Filtering using one of five kernels, including "Gaussian blur" and "edges".
- Other edits such as 90-degree rotation and flipping.
- Combinations of existing transformations in four different scenarios.
- Ability to utilize all of the features solely through the command line.</p>
* Loading images from a local source and saving them.
* Processing all images within a specified directory.
* Filtering using one of five kernels, including "Gaussian blur" and "edges".
* Other edits such as 90-degree rotation and flipping.
* Combinations of existing transformations in four different scenarios.
* Ability to utilize all of the features solely through the command line.</p>
<hr />
<div class="row row-cols-1 row-cols-md-2">
<div class="col mb-4">
Expand All @@ -165,7 +165,7 @@ <h5 class="card-title">How-To make your own code</h5>
<p class="card-text">Create new processing function using "bricks" via ImageProcessing. </p>
</div>
<div class="card-footer text-right border-top-0">
<a href="https://PolinaSavelyeva.github.io/ImageProcessing/How-Tos/Doing_A_Thing.html" class="btn btn-primary">Get started</a>
<a href="https://PolinaSavelyeva.github.io/ImageProcessing/How-Tos/Doing_A_Thing.html" class="btn btn-primary">Learn how to code</a>
</div>
</div>
</div>
Expand All @@ -176,7 +176,7 @@ <h5 class="card-title">How-To use CLI</h5>
<p class="card-text">Quickly process your images using command line. </p>
</div>
<div class="card-footer text-right border-top-0">
<a href="https://PolinaSavelyeva.github.io/ImageProcessing/How_Tos/Doing_Another_Thing.html" class="btn btn-primary">Learn Usecases</a>
<a href="https://PolinaSavelyeva.github.io/ImageProcessing/How_Tos/Doing_Another_Thing.html" class="btn btn-primary">Learn CLI</a>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 75264d5

Please sign in to comment.