{
  "id": "file-converter",
  "slug": "image-converter",
  "title": "Image Converter (PNG / JPG / WEBP)",
  "description": "Convert and resize images locally in your browser using the Canvas API. No uploads.",
  "category": "converters",
  "tags": ["image", "convert", "png", "jpg", "jpeg", "webp", "resize"],
  "icon": "image",
  "needsBackend": false,
  "relatedModules": ["base64", "unit-converter"],
  "seoIntro": "Convert PNG, JPG and WEBP images entirely in your browser. The conversion uses the HTML Canvas API — your images never leave your device. Optionally resize while keeping the aspect ratio and adjust JPEG/WEBP quality.",
  "seoFaq": [
    { "q": "Are my images uploaded?", "a": "No. Decoding, conversion and download all happen in the browser." },
    { "q": "What is the maximum size?", "a": "Limited by your browser's memory; images up to about 10 MB usually convert smoothly." }
  ]
}
