Download the PHP package coyotito/image-resizer without Composer
On this page you can find all versions of the php package coyotito/image-resizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package image-resizer
Image Resizer
NativePHP Mobile plugin that downscales images using native APIs — ImageIO on iOS and BitmapFactory on Android.
Install
Register the plugin it the NativeServiceProvider:
Usage
Returns true on success, false otherwise. Target is always written as JPEG. EXIF orientation is respected on both platforms.
Platform notes
| Feature | iOS | Android |
|---|---|---|
| Decoder | CGImageSource (ImageIO) |
BitmapFactory with inSampleSize |
| EXIF orientation | Auto via thumbnail transform | Explicit via ExifInterface |
| Output format | JPEG | JPEG |
| Memory efficiency | Thumbnail API streams from disk | inSampleSize downsamples on read |
All versions of image-resizer with dependencies
PHP Build Version
Package Version
The package coyotito/image-resizer contains the following files
Loading the files please wait ...