mirror of
https://github.com/esimov/caire.git
synced 2026-04-22 15:58:14 +08:00
Removed sponsor section from Readme
This commit is contained in:
@@ -3,34 +3,12 @@
|
||||
[](https://github.com/esimov/caire/actions/workflows/build.yml)
|
||||
[](https://pkg.go.dev/github.com/esimov/caire)
|
||||
[](./LICENSE)
|
||||
[](https://docs.runforesight.com/)
|
||||
[](https://github.com/esimov/caire/releases/tag/v1.4.6)
|
||||
[](https://formulae.brew.sh/formula/caire)
|
||||
[](https://snapcraft.io/caire)
|
||||
|
||||
**Caire** is a content aware image resize library based on *[Seam Carving for Content-Aware Image Resizing](https://inst.eecs.berkeley.edu/~cs194-26/fa16/hw/proj4-seamcarving/imret.pdf)* paper.
|
||||
|
||||
## Sponsors
|
||||
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td>
|
||||
<img width="1000" height="0">
|
||||
<a href="https://www.runforesight.com/?utm_source=cairo&utm_medium=sponsorship">
|
||||
<img src="https://www.thundra.io/hubfs/RunForesight/GitHub%20Sponsorship%20banners/github-actions-observability.png"
|
||||
alt="Foresight" width="260" align="right">
|
||||
</a>
|
||||
|
||||
<h3>Foresight: Increase CI/CD Health & Test Performance</h3>
|
||||
|
||||
<p>
|
||||
Foresight provides full visibility and deep insights into the health and performance of your tests and CI pipelines. Assess the risk of code changes, deal with flaky tests, see workflow and test trends over time, and improve the contributing experience with Foresight.
|
||||
|
||||
[Sign up now!](https://runforesight.com/?utm_source=cairo&utm_medium=sponsorship)
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## How does it work
|
||||
* An energy map (edge detection) is generated from the provided image.
|
||||
* The algorithm tries to find the least important parts of the image taking into account the lowest energy values.
|
||||
|
||||
Reference in New Issue
Block a user