Social Media Image Resizer

Export one image into nine social-ready crops for Instagram, X, LinkedIn, YouTube, Facebook, Xiaohongshu, and TikTok

Example Results

1 examples

Turn one campaign image into a full platform pack

Create nine preset crops for social teams and download them as a ZIP archive.

social-media-pack-example.zip View File
View input parameters
{ "cropStrategy": "attention", "outputFormat": "jpeg", "quality": 88, "includeManifest": true }

Click to upload file or drag and drop file here

Maximum file size: 25MB Supported formats: image/png, image/jpeg, image/webp, image/avif

1 88 100

Key Facts

Category
Images, Audio & Video
Input Types
file, select, range, checkbox
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

The Social Media Image Resizer allows you to instantly convert a single source image into nine optimized crops tailored for platforms like Instagram, X, LinkedIn, YouTube, Facebook, Xiaohongshu, and TikTok. By uploading a PNG, JPEG, WebP, or AVIF file, you can customize the crop strategy and output format to download a complete, ready-to-publish ZIP package.

When to Use

  • When launching a multi-channel marketing campaign and needing uniform visual assets across different social media platforms.
  • When you want to automate the cropping of a single hero image into specific aspect ratios without manually resizing each one.
  • When preparing image assets for platforms like Instagram, LinkedIn, and YouTube, and you need smart cropping to keep the main subject in focus.

How It Works

  • Upload your source image in PNG, JPEG, WebP, or AVIF format.
  • Select your preferred crop strategy (Attention, Entropy, or Center) and choose the output format and quality.
  • Click generate to process the image into nine platform-specific crops and download them as a single ZIP archive.

Use Cases

Preparing promotional banners and profile posts for a cross-platform product launch.
Resizing high-resolution photography for simultaneous posting on Instagram and Xiaohongshu.
Generating YouTube thumbnails, LinkedIn header images, and Facebook post graphics from a single master design.

Examples

1. Multi-Channel Product Launch Campaign

Social Media Manager
Background
A marketing team is launching a new product and needs to post the announcement graphic across Instagram, LinkedIn, and X simultaneously.
Problem
Manually cropping the master graphic into different aspect ratios for each platform is tedious and slows down the launch schedule.
How to Use
Upload the master PNG graphic, set the crop strategy to 'Attention' to keep the product centered, choose 'JPEG' output at 90% quality, and check 'Include Manifest'.
Example Config
{
  "cropStrategy": "attention",
  "outputFormat": "jpeg",
  "quality": 90,
  "includeManifest": true
}
Outcome
A ZIP file containing nine perfectly cropped images tailored for each social network, along with a manifest file mapping each image to its platform.

2. Optimizing Photography for Visual Platforms

Content Creator
Background
A creator wants to share a high-resolution landscape photo on Instagram and Xiaohongshu without losing the main subject.
Problem
Standard center-cropping might cut out key elements of the composition, requiring manual adjustments.
How to Use
Upload the high-resolution WebP photo, select the 'Entropy' crop strategy to focus on high-detail areas, set the output format to 'WebP' at 85% quality, and generate the pack.
Example Config
{
  "cropStrategy": "entropy",
  "outputFormat": "webp",
  "quality": 85,
  "includeManifest": false
}
Outcome
A ZIP archive containing WebP crops optimized for visual platforms, preserving the most detailed parts of the original photo.

Try with Samples

image, png, jpg

Related Hubs

FAQ

What image formats are supported as inputs?

You can upload PNG, JPEG, WebP, and AVIF images up to 25MB.

Which social media platforms are covered in the output ZIP?

The tool generates crops optimized for Instagram, X (Twitter), LinkedIn, YouTube, Facebook, Xiaohongshu, and TikTok.

What is the difference between the crop strategies?

Attention focuses on the most visually interesting areas, Entropy targets high-contrast details, and Center crops directly from the middle.

Can I choose the output file format?

Yes, you can export the resized images as JPEG, PNG, or WebP.

What does the 'Include Manifest' option do?

It includes a metadata file in the downloaded ZIP listing the target platform and dimensions for each cropped image.

API Documentation

Request Endpoint

POST /en/api/tools/social-media-image-resizer

Request Parameters

Parameter Name Type Required Description
imageFile file (Upload required) Yes -
cropStrategy select Yes -
outputFormat select Yes -
quality range Yes -
includeManifest checkbox No -

File type parameters need to be uploaded first via POST /upload/social-media-image-resizer to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-social-media-image-resizer": {
      "name": "social-media-image-resizer",
      "description": "Export one image into nine social-ready crops for Instagram, X, LinkedIn, YouTube, Facebook, Xiaohongshu, and TikTok",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=social-media-image-resizer",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]