Skip to content

Commit c0e1bb5

Browse files
committed
docs: support webp
1 parent 1d34505 commit c0e1bb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project is intended to offer a set of basic features on image processing. It is a tool for image processing.
44

5-
> **Note**: At the moment, it only supports JPEG, PNG and GIF
5+
> **Note**: At the moment, it supports JPEG, PNG, GIF and Webp
66
77
## Features 🌟
88

@@ -35,6 +35,8 @@ It was developed on golang 1.20.4, but it is likely to work on golang 1.16+ for
3535
For the build version you just need to install the [executable](https://github.com/DavidEsdrs/image-processing/releases
3636
).
3737

38+
Make sure to have GCC or MinGW installed in your machine if you aim to support webp images.
39+
3840
❗ Are you encountering the "iproc: command not found" error or something similar? This happens because Windows isn't updating the PATH environment variables. You need add a PATH variable with the path that you downloaded the executable. Click [here](https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/) to learn how to update them manually.
3941

4042
## How to use :books:

0 commit comments

Comments
 (0)