# Morphix > Free online image converter. Convert, compress, resize and crop images between JPG, PNG, WebP and AVIF. License: https://creativecommons.org/licenses/by/4.0/ Morphix is a web-based image conversion tool. No software to install, no account required for basic usage. Files are automatically deleted after one hour. ## Key facts - WebP is typically 25-35% smaller than JPG at equivalent visual quality. - AVIF is typically 40-50% smaller than JPG and around 20% smaller than WebP at similar quality. - PNG is lossless and supports transparency; JPG is lossy and has no alpha channel. - Converting a WebP or PNG image to JPG removes transparency by flattening the alpha channel onto a solid background. - Converting a JPG to WebP or AVIF reduces file size but cannot restore detail already lost to JPG compression. - Removing EXIF metadata strips GPS location, camera and lens model, exposure settings and timestamps from a photo. - Morphix processes images server-side and permanently deletes every uploaded and converted file after one hour. - Morphix needs no account or installation for basic use; the free tier allows 15 conversions per day, 15 files per batch and 10 MB per file. - Supported formats are JPG, PNG, WebP and AVIF, convertible in every direction. ## Features - Format conversion: JPG, PNG, WebP, AVIF (all combinations) - Compression: adjustable quality (1-100) - Resize: width/height with optional aspect ratio preservation (up to 12000px) - Crop: precise rectangular area with coordinates - Metadata removal: strip EXIF, GPS, camera data without re-encoding - Social media presets: Instagram, YouTube, LinkedIn, Facebook, X, TikTok ## Plans - Free: 15 conversions/day, 15 files per batch, 10 MB per file - Pro (7 EUR/month): unlimited conversions, unlimited batch size, 50 MB per file, higher API rate limits ## API REST API with Bearer token authentication. Any account can create an API key (free or Pro); the free tier allows 15 requests/day. Endpoints: - POST /api/v1/convert - Convert image format - POST /api/v1/resize - Resize image - POST /api/v1/crop - Crop image - POST /api/v1/remove-metadata - Strip EXIF/metadata - GET /api/v1/me - Plan and remaining daily quota Parameters: file (multipart), format (webp|avif|jpg|png), quality (1-100) ## MCP server Model Context Protocol server so AI agents can run these operations directly. - Install: npx -y @morphix/mcp (Node.js 18+) - Config: set MORPHIX_API_KEY (create a key at https://morphix.tools/account) - Tools: convert_image, resize_image, crop_image, remove_metadata, get_account_info - Details: https://morphix.tools/mcp ## Links - Homepage: https://morphix.tools - AI agent guide (full site, API, MCP): https://morphix.tools/ai - MCP server: https://morphix.tools/mcp - API documentation: https://morphix.tools/api-docs - Blog: https://morphix.tools/blog - Pricing: https://morphix.tools/pricing - About: https://morphix.tools/about ## Conversion tools - JPG to WebP: https://morphix.tools/jpg-to-webp - PNG to WebP: https://morphix.tools/png-to-webp - JPG to AVIF: https://morphix.tools/jpg-to-avif - PNG to AVIF: https://morphix.tools/png-to-avif - WebP to JPG: https://morphix.tools/webp-to-jpg - WebP to PNG: https://morphix.tools/webp-to-png - AVIF to JPG: https://morphix.tools/avif-to-jpg - AVIF to PNG: https://morphix.tools/avif-to-png - AVIF to WebP: https://morphix.tools/avif-to-webp - WebP to AVIF: https://morphix.tools/webp-to-avif - JPG to PNG: https://morphix.tools/jpg-to-png - PNG to JPG: https://morphix.tools/png-to-jpg - Compress JPG: https://morphix.tools/compress-jpg - Compress PNG: https://morphix.tools/compress-png - Compress WebP: https://morphix.tools/compress-webp ## Utilities - Resize image: https://morphix.tools/resize-image - Resize for social media: https://morphix.tools/resize-for-social - Crop image: https://morphix.tools/crop-image - Remove metadata: https://morphix.tools/remove-metadata ## Comparisons (alternatives) - Morphix vs TinyPNG: https://morphix.tools/morphix-vs-tinypng - Morphix adds AVIF output, resize, crop and metadata removal plus a public API; TinyPNG focuses on PNG and JPG compression. - Morphix vs Squoosh: https://morphix.tools/morphix-vs-squoosh - Morphix runs server-side with batch processing, an API and an MCP server; Squoosh is a single-image in-browser compressor. - Morphix vs Convertio: https://morphix.tools/morphix-vs-convertio - Morphix is free for everyday image use with no account and deletes files after one hour; Convertio is a general multi-format converter with credit-based limits. - Morphix vs CloudConvert: https://morphix.tools/morphix-vs-cloudconvert - Morphix is a focused image converter with a free tier and flat 7 EUR Pro plan; CloudConvert is a broad file converter billed per conversion minute. - Morphix vs iLoveIMG: https://morphix.tools/morphix-vs-iloveimg - Morphix supports AVIF and offers an API and MCP server; iLoveIMG bundles general image editing tools. - Morphix vs Imagify: https://morphix.tools/morphix-vs-imagify - Morphix is a standalone converter usable without WordPress; Imagify is mainly a WordPress optimization plugin.