Image Batch Processor - Resize, Convert & Compress
Pricing
$10.00 / 1,000 image optimizeds
Image Batch Processor - Resize, Convert & Compress
Process hundreds of images at once. Resize, convert formats, compress for web, and optimize automatically.
Pricing
$10.00 / 1,000 image optimizeds
Rating
0.0
(0)
Developer
daehwan kim
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Image Batch Optimizer
Optimize up to 50 images per run: convert formats (WebP/JPEG/PNG), resize, and compress.
Features
- Batch Processing: Handle up to 50 images per run
- Format Conversion: Convert to WebP (recommended), JPEG, PNG, or keep original format
- Resizing: Resize images with customizable fit modes (inside, cover, contain, fill, outside)
- Compression: Adjust quality (1-100) for optimal file size vs visual quality tradeoff
- Detailed Output: Get original/optimized sizes, compression ratio, and final dimensions
- Reliable: Skip failed downloads and continue processing remaining images
- Pay Per Use: Only pay $0.01 per image processed
Input
| Property | Type | Description | Example |
|---|---|---|---|
imageUrls | Array[String] | List of image URLs to optimize (max 50) | ["https://example.com/photo.png"] |
outputFormat | String | Target format: webp, jpeg, png, original | "webp" |
quality | Integer | Compression quality (1-100) | 80 |
maxWidth | Integer | Maximum width in pixels (0 = no resize) | 800 |
maxHeight | Integer | Maximum height in pixels (0 = no resize) | 600 |
fit | String | Resize fit mode: inside, cover, contain, fill, outside | "inside" |
Output
Dataset contains one record per processed image:
{"originalUrl": "https://example.com/photo.png","outputUrl": "https://api.apify.com/v2/key-value-stores/.../photo.webp","originalSize": 245600,"outputSize": 102340,"compressionRatio": "58.3%","width": 800,"height": 600,"outputFormat": "webp","disclaimer": "This tool optimizes images..."}
Pricing
- $0.01 per image optimized (Pay-Per-Event model)
- Failed images (download errors) are not charged
Example
Input:
{"imageUrls": ["https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/PNG_transparency_demonstration_1.png/280px-PNG_transparency_demonstration_1.png"],"outputFormat": "webp","quality": 80,"maxWidth": 600,"maxHeight": 600,"fit": "inside"}
Result: PNG (280px, ~10KB) → WebP (280×280px, ~3KB), 70% compression, $0.01 charge.
Disclaimer
This tool optimizes images using the open source Sharp library (Apache 2.0 license). Output quality depends on input image format and content. Original files are not modified. Processed images are stored temporarily in Apify Key-Value Store and may expire. Always verify output before use in production.
Data Source
- Image Processing: Sharp (Apache 2.0) — https://sharp.pixelplumbing.com/
🔗 Related Actors by ntriqpro
Extend this actor with the ntriqpro intelligence network:
- video-intelligence-analyzer — Video/image AI analyzer (transcripts, scenes, objects)
- vehicle-damage-assessment — Vehicle damage AI assessment
- table-chart-extractor — Table and chart data extraction
⭐ Love it? Leave a Review
Your rating helps professionals discover this actor. Rate it here.