Convert Image Format - JPG PNG for Make
PDF4me Convert Image Format module delivers automated image format conversion within Make scenarios supporting BMP, GIF, JPG, PNG, and TIF formats. This versatile image transformation service converts between formats—enabling compatibility requirements, web optimization, transparency support, and format standardization workflows across cloud storage platforms and business applications.
Authenticating Your API Request
To access the PDF4me Web API through Make, every request must include proper authentication credentials. Authentication ensures secure communication and validates your identity as an authorized user, enabling seamless integration between your Make scenarios and PDF4me's powerful format conversion services.

Key Features
- Multi-Format Support: Convert between BMP, GIF, JPG, PNG, TIF formats
- Transparency Preservation: Maintain alpha channels when converting to PNG
- Quality Control: Optimize quality settings during conversion
- Batch Conversion: Convert multiple images with iterator modules
- Web Optimization: Convert to web-friendly formats (JPG, PNG)
Parameters
Complete list of parameters for the Convert Image Format module.
Important: Parameters marked with an asterisk (***) are required and must be provided for the module to function correctly.
| Parameter | Type | Description | Example |
|---|---|---|---|
| Image File Name*** | String | Source Image Filename • Filename with current format extension • Map from previous module output • Used for output naming • Supports dynamic naming | logo.bmp |
| Image File*** | Buffer | Image File Content • Map image buffer from previous module • Source from Dropbox, Google Drive • Binary image data • Any supported format | [Image Buffer] |
| Current Image Format*** | String | Source Format • BMP, GIF, JPG, PNG, or TIF • Must match actual image format • Used for conversion engine • Validates source format | BMP |
| New Image Format*** | String | Target Format • BMP, GIF, JPG, PNG, or TIF • Desired output format • Choose based on requirements • PNG for transparency, JPG for photos | PNG |
Output
The PDF4me Convert Image Format module returns converted image data:
- Table
- JSON
- Scenario Integration
Table View
| Parameter | Type | Description |
|---|---|---|
| Name | String | Output filename with new format extension |
| Image Data | Buffer | Converted image in Buffer format |
JSON Response Format
{
"Name": "logo.png",
"Image Data": "[Buffer Data - Converted Image]"
}
Make Scenario Usage
- Web Publishing: Upload web-optimized format
- Email Sending: Send compatible image formats
- Cloud Storage: Store in standardized format
- Print Service: Convert to print-ready format
- Further Processing: Apply additional image operations
- Database Storage: Store in preferred format
Scenario Examples
Standard workflow examples for image format conversion automation in Make scenarios.
Industry Use Cases & Applications
- Web Development
- E-Commerce
- Print & Publishing
- Web Optimization: Convert to JPG/PNG for web
- Transparency Needs: Convert to PNG for alpha channels
- Browser Compatibility: Standardize image formats
- Product Images: Standardize catalog image formats
- Thumbnail Generation: Convert for consistent thumbnails
- Mobile Commerce: Optimize formats for mobile
- Print Preparation: Convert to TIF for print
- Publication Ready: Standardize image formats
- Archive Formats: Convert to archival formats