Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gitrust committed Jun 25, 2024
1 parent 2456abd commit 4889963
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ images. And I couldn't find any alternative in a hurry without installing new ap

## File support

Currently JPEG files are supported only.
Currently JPEG and PNG files are supported only.
File extensions (.jpg, .jpeg, .png).

## Usage

![](goimg2pdf.gif)

```
Usage: goimg2pdf [options] jpeg-file [jpeg-file ...]
Usage: goimg2pdf [options] img-file [img-file ...]
Options:
-o string
Expand All @@ -25,10 +26,10 @@ Options:
## Examples

```
goimg2pdf 1.jpg 2.jpg
goimg2pdf 1.jpeg 2.png
Add image: 1.jpg
Add image: 2.jpg
Add image: 1.jpeg
Add image: 2.png
PDF created: output.pdf
```

Expand Down

0 comments on commit 4889963

Please sign in to comment.