Skip to content

Commit

Permalink
Update readme links (#550)
Browse files Browse the repository at this point in the history
* rm travis

* add doc-link

* add deps status
  • Loading branch information
cospectrum authored Mar 10, 2024
1 parent ec757ef commit 4060ac1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 25 deletions.
22 changes: 0 additions & 22 deletions .travis.yml

This file was deleted.

10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@ imageproc
====

[![crates.io](https://img.shields.io/crates/v/imageproc.svg)](https://crates.io/crates/imageproc)
[![Build Status](https://travis-ci.org/image-rs/imageproc.svg?branch=master)](https://travis-ci.org/image-rs/imageproc)
[![doc-badge]][doc-link]
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/image-rs/imageproc/blob/master/LICENSE)
[![Dependency status](https://deps.rs/repo/github/image-rs/imageproc/status.svg)](https://deps.rs/repo/github/image-rs/imageproc)

An image processing library, based on the [image](https://github.com/image-rs/image) library. There may initially
be overlap between the functions in this library and those in image::imageops.
be overlap between the functions in this library and those in `image::imageops`.

This is very much a work in progress. If you have ideas for things that could be done better, or new features you'd like to see, then please create issues for them. Nothing's set in stone.

[API documentation](https://docs.rs/imageproc)
[API documentation][doc-link]

[doc-badge]: https://docs.rs/imageproc/badge.svg
[doc-link]: https://docs.rs/imageproc

# Goals

Expand Down

0 comments on commit 4060ac1

Please sign in to comment.