Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

SolvCraft/Image-Conversion-API

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 
 
 

Repository files navigation

Free Open-Source Image Conversion API

Open Source Performance Formats Platform

Welcome to the fastest and most secure Free Open-Source Image Conversion API built for modern web applications. Effortlessly convert, compress, and resize your images right on the edge—with zero cold starts.

🔥 Why Choose This Free Open-Source API?

1. Blazing Fast Speed (Cloudflare Workers + WASM)

Because this conversion engine runs on the Cloudflare global edge network powered by Rust (WASM), your API responses return within milliseconds. There are no cold starts and no server lag, ensuring near-instant image processing for your applications.

2. Interactive Documentation (Swagger UI)

We provide a beautiful, interactive Swagger dashboard out-of-the-box. Easily integrate our Free Open-Source Image Conversion API using the interactive OpenAPI UI available right in your browser.


🚀 Get Started Immediately

Getting started with our Free Open-Source Converter is incredibly simple. Simply send a POST request via multipart/form-data to the /convert endpoint with the image and format details.

Interactive Swagger Dashboard: Test the API directly from your browser by navigating to the /swagger endpoint (e.g., http://localhost:8787/swagger).

Example Request:

curl -X POST \
  -F "image=@my-photo.png" \
  -F "format=webp" \
  -F "width=800" \
  -F "quality=90" \
  https://your-worker-domain.workers.dev/convert -o output.webp

Required Form Fields:

  • image (File): The source image file to convert.
  • format (String): The target format (png, jpeg, or webp).

(Optional fields include width, height, and quality)


🤝 Open Source & Community

This is a Free Open-Source Image Conversion API. We believe in making essential developer tools fast, serverless, and accessible for everyone.

Contributions, issues, and feature requests are welcome! Feel free to check the issues page or share this resource.

Enhance your application today with the fastest serverless image API on the market.

About

A REST API to convert images between formats using Cloudflare Workers and Hono.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.