File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- name : " Build 1.18/26"
1+ name : " Build 1.18/26 "
22
33on :
44 push :
55 branches :
6- - ' master '
6+ - ' * '
77 pull_request :
88 branches :
9- - ' master '
9+ - ' * '
1010
1111jobs :
1212 elixir_otp_latest :
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: "Build 1.13/24"
33on :
44 push :
55 branches :
6- - ' master '
6+ - ' * '
77 pull_request :
88 branches :
9- - ' master '
9+ - ' * '
1010
1111jobs :
1212 elixir_otp_latest :
Original file line number Diff line number Diff line change 1- name : " Build 1.16/25"
1+ name : " Build 1.16/25-otp "
22
33on :
44 push :
55 branches :
6- - ' master '
6+ - ' * '
77 pull_request :
88 branches :
9- - ' master '
9+ - ' * '
1010
1111jobs :
1212 elixir_otp_latest :
Original file line number Diff line number Diff line change 22
33# ExImageInfo
44
5- [ ![ Elixir] ( https://img.shields.io/badge/made_in-elixir-9900cc.svg?style=flat-square )] ( http://elixir-lang.org ) [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square )] ( https://raw.githubusercontent.com/Group4Layers/ex_image_info/master/LICENSE.md ) <a class =" no-underline " href =" https://github.com/Group4Layers/ex_image_info " ><img src =" https://img.shields.io/badge/coverage-98.4%25-green.svg " alt =" Coverage " ></a > <a class =" no-underline " href =" https://github.com/Group4Layers/ex_image_info " ><img src =" https://img.shields.io/badge/tests-54%2F54 -green.svg " alt =" Tests " ></a >
5+ [ ![ Elixir] ( https://img.shields.io/badge/made_in-elixir-9900cc.svg?style=flat-square )] ( http://elixir-lang.org ) [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square )] ( https://raw.githubusercontent.com/Group4Layers/ex_image_info/master/LICENSE.md ) <a class =" no-underline " href =" https://github.com/Group4Layers/ex_image_info " ><img src =" https://img.shields.io/badge/coverage-98.4%25-green.svg " alt =" Coverage " ></a > <a class =" no-underline " href =" https://github.com/Group4Layers/ex_image_info " ><img src =" https://img.shields.io/badge/tests-58%2F58 -green.svg " alt =" Tests " ></a >
66
77ExImageInfo is an Elixir library to parse images (binaries) and get the dimensions (size), detected mime-type and overall validity for a set of image formats. It is the fastest and supports multiple formats.
88
9- Status: [ ![ Elixir 1.18 / OTP 26] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_latest.yml/badge.svg?branch=master )] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_latest.yml ) [ ![ Elixir 1.16 / OTP 25] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_recent.yml/badge.svg?branch=master )] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_recent.yml ) [ ![ Elixir 1.13 / OTP 24] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_old.yml/badge.svg )] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_old.yml?branch=master ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/Group4Layers/ex_image_info/badge.svg?branch=master )] ( https://coveralls.io/github/Group4Layers/ex_image_info?branch=master ) [ ![ Inline docs] ( http://inch-ci.org/github/Group4Layers/ex_image_info.svg )] ( http://inch-ci.org/github/Group4Layers/ex_image_info )
9+ Status: [ ![ Elixir 1.18 / OTP 26] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_latest.yml/badge.svg )] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_latest.yml ) [ ![ Elixir 1.16 / OTP 25] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_recent.yml/badge.svg )] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_recent.yml ) [ ![ Elixir 1.13 / OTP 24] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_old.yml/badge.svg )] ( https://github.com/Group4Layers/ex_image_info/actions/workflows/build_elixir_old.yml ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/Group4Layers/ex_image_info/badge.svg?branch=master )] ( https://coveralls.io/github/Group4Layers/ex_image_info?branch=master ) [ ![ Inline docs] ( http://inch-ci.org/github/Group4Layers/ex_image_info.svg )] ( http://inch-ci.org/github/Group4Layers/ex_image_info )
1010
1111### [ GitHub repo] ( https://github.com/Group4Layers/ex_image_info )   ;  ; [ Docs] ( https://group4layers.github.io/ex_image_info )   ;  ; [ Hex.pm package] ( https://hex.pm/packages/ex_image_info )
1212
You can’t perform that action at this time.
0 commit comments