Download the PHP package scrapify-dev/image-tool without Composer
On this page you can find all versions of the php package scrapify-dev/image-tool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download scrapify-dev/image-tool
More information about scrapify-dev/image-tool
Files in scrapify-dev/image-tool
Package image-tool
Short Description Laravel package for image tools like Compress, Resize, Rotate.
License
Informations about the package image-tool
📸 Scrapify Image Tools Library
A Laravel package for powerful image processing including compression, conversion, cropping, resizing, rotation, HTML-to-image conversion, upscaling, background removal (remove.bg API), and OCR (image-to-text).
This library wraps several industry-standard packages into an easy-to-use Laravel API.
📦 Installation
⚙️ Requirements
- PHP:
^8.2 - Laravel:
^9.0|^10.0|^11.0|^12.0 -
Dependencies:
intervention/image:^3.0barryvdh/laravel-dompdf:^3.1spatie/browsershot:^5.0spatie/pdf-to-image:^1.2thiagoalessio/tesseract_ocr:^2.13illuminate/support(as per Laravel version)
🚀 Quick Start
📑 Table of Contents
- Compress Image
- Convert Image
- Crop Image
- Resize Image
- Rotate Image
- HTML to Image
- Upscale Image
- Remove Background
- Image to Text (OCR)
1️⃣ Compress Image
Reduces file size with minimal quality loss. PNGs are auto-converted to JPG for better compression.
2️⃣ Convert Image
Supported formats: jpg, png, gif, webp, avif, pdf
3️⃣ Crop Image
4️⃣ Resize Image
5️⃣ Rotate Image
6️⃣ HTML to Image
Converts a live HTML page or URL to an image using ScreenshotLayer API (no Puppeteer required).
Example Class Implementation:
Make sure to replace with your actual API key.
7️⃣ Upscale Image
8️⃣ Remove Background (remove.bg API)
Removes the background of an image using the remove.bg API.
Example Class Implementation:
9️⃣ Image to Text (OCR)
Extracts text from an image using thiagoalessio/tesseract_ocr.
No need to install Tesseract manually — it runs directly from PHP.
All versions of image-tool with dependencies
intervention/image Version ^3.0
barryvdh/laravel-dompdf Version ^3.1
spatie/browsershot Version ^5.0
spatie/pdf-to-image Version ^1.2
thiagoalessio/tesseract_ocr Version ^2.13
illuminate/support Version ^9.0|^10.0|^11.0|^12.0