Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestroError committed Jan 25, 2023
1 parent f92cadd commit ae83374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# php-heic-to-jpg
The easiest way to convert HEIC images to JPEG with PHP and Laravel framework.
The easiest way to convert HEIC images to JPEG with PHP and Laravel framework. It uses binary file created with Go language and has no dependencies on any other PHP libraries, extensions or third-part software

## Installation
```
Expand All @@ -16,6 +16,7 @@ $jpg = maestroerror\HeicToJpg::convert("image1.heic")->get();
```

## Credits
I would like to say thanks to these people. Their work helped me to build heicToJpg file with Go:
- heif parser by @bradfitz (https://github.com/go4org/go4/tree/master/media/heif)
- libde265 (https://github.com/strukturag/libde265)
- implementation learnt from libheif (https://github.com/strukturag/libheif)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maestroerror/php-heic-to-jpg",
"description": "Converts one HEIC photo to JPG type",
"description": "Converts HEIC image to JPG type, without any dependencies",
"license": "MIT",
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ae83374

Please sign in to comment.