Skip to content

Commit

Permalink
credits
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestroError committed Jun 2, 2023
1 parent bab8602 commit 38343e8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# go-libheif
GoLang wrapper for the libheif library, providing easy-to-use APIs for HEIC to JPEG/PNG conversions and vice versa. (Also provides support for AVIF to JPEG/PNG conversions)
GoLang wrapper for the libheif library, providing easy-to-use APIs for HEIC to JPEG/PNG conversions and vice versa. (Also provides support for AVIF to JPEG/PNG conversions)
This package was developed to support

### Pre-requisites
You need to install [libheif](https://github.com/strukturag/libheif) before using this module. You can check the [strukturag/libheif](https://github.com/strukturag/libheif) for installation instructions, but as I have found, the easiest way for me was to use [brew](https://brew.sh/):
Expand Down Expand Up @@ -86,9 +87,12 @@ func main() {
Please consult the GoDoc documentation for more detailed information about the provided functions and their usage.


### Credits
Thanks to @strukturag and @farindk (Dirk Farin) for his work on the [libheif](https://github.com/strukturag/libheif) library 🙏

##### ToDo
- Write usage documentation +
- Write guide article for module
- Add contribution section in readme
- Implement the module in [php-heic-to-jpg](https://github.com/MaestroError/php-heic-to-jpg)
- Add credits section in readme and update in php-heic-to-jpg
- Implement the module in [php-heic-to-jpg](https://github.com/MaestroError/php-heic-to-jpg) +
- Add credits section in readme and update in php-heic-to-jpg +

0 comments on commit 38343e8

Please sign in to comment.