Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Feb 27, 2024
1 parent 53f173a commit 22d26e3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# QuartzImageIO

[![CI][action-img]][action-url]
[![PkgEval][pkgeval-img]][pkgeval-url]
[![Code coverage][codecov-img]][codecov-url]

This package provides support for loading and saving images using
native libraries on macOS. This package was split off from
[Images.jl](https://github.com/timholy/Images.jl) to make image I/O
[Images.jl](https://github.com/JuliaImages/Images.jl) to make image I/O
more modular.

# Installation
Expand Down Expand Up @@ -38,9 +37,7 @@ alternative is
[ImageMagick](https://github.com/JuliaIO/ImageMagick.jl) and [ImageIO](https://github.com/JuliaIO/ImageIO.jl). You can have
both packages installed, and FileIO will manage their interaction.

[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/Q/QuartzImageIO.svg
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
[action-img]: https://github.com/JuliaIO/QuartzImageIO.jl/actions/workflows/ci.yml/badge.svg
[action-url]: https://github.com/JuliaIO/QuartzImageIO.jl/actions/workflows/ci.yml
[action-img]: https://github.com/JuliaIO/QuartzImageIO.jl/actions/workflows/CI.yml/badge.svg
[action-url]: https://github.com/JuliaIO/QuartzImageIO.jl/actions/workflows/CI.yml
[codecov-img]: https://codecov.io/gh/JuliaIO/QuartzImageIO.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/JuliaIO/QuartzImageIO.jl

0 comments on commit 22d26e3

Please sign in to comment.