Skip to content

Commit 7bb19f9

Browse files
committed
Update readme
1 parent 52c5425 commit 7bb19f9

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@ Image type detection library for PHP.
1212

1313
## Features
1414

15-
* Detect image type from file content (not the extension)
16-
* Supported formats: JPG, GIF, PNG, WEBP, BMP, PSD, TIFF, SVG, ICO, CUR, SWF, AI, HEIC and RAW files
15+
* Detection the image type by its content (header)
1716
* No dependencies
1817
* Very fast
1918

19+
### Supported formats
20+
21+
* JPG, GIF, PNG, WEBP, SVG, BMP, PSD, TIFF, ICO, CUR, SWF, AI
22+
* HEIC (Apple iPhone photos)
23+
* RAW: DC3
24+
2025
## Requirements
2126

2227
* PHP 7.2+

0 commit comments

Comments
 (0)