# Welcome to ImageConvert

**ImageConvert** is a Python library that makes it easy to convert images between popular formats like `.png`, `.jpg`, `.webp`, `.avif`, `.heic`, and even `.svg` and `.raw` (input-only), while preserving image quality, EXIF metadata, and file timestamps.

Whether you're working with single image files or entire folders, **ImageConvert** offers powerful, simple-to-use tools for seamless conversion and metadata extraction.

### 🚀 Key Features

* 🔄 **Convert between major image formats** (JPEG, PNG, WebP, AVIF, HEIC, RAW, etc.)
* 🧠 **Preserve EXIF metadata**, including camera and GPS data
* 🕒 **Keep file creation and modification timestamps**
* 🗂️ **Batch conversion for folders**, with optional recursion
* 🔍 **Detailed image metadata extraction** including camera make, model, exposure settings, and GPS
* 💻 **Cross-platform support** (Windows, macOS, Linux)

### Jump right in

<table data-view="cards"><thead><tr><th></th><th data-hidden data-type="content-ref"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Install the package</strong></td><td></td><td></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav#installation">/pages/CyH2xJQs9yWJ1S8BYNav#installation</a></td><td><a href="/files/u0OwQB2jVb25Fpg6ybRp">/files/u0OwQB2jVb25Fpg6ybRp</a></td></tr><tr><td><strong>Documentation</strong></td><td></td><td></td><td></td><td><a href="/files/HGI8OcOqaAU4IW0ono9p">/files/HGI8OcOqaAU4IW0ono9p</a></td></tr><tr><td><strong>Github Repository</strong></td><td><a href="https://github.com/mricardo888/ImageConvert">https://github.com/mricardo888/ImageConvert</a></td><td></td><td></td><td><a href="/files/4XdkfNPrOSw4lXf60oHX">/files/4XdkfNPrOSw4lXf60oHX</a></td></tr><tr><td><strong>Pypi Package</strong></td><td><a href="https://pypi.org/project/imageconvert/">https://pypi.org/project/imageconvert/</a></td><td></td><td></td><td><a href="/files/36g3DrY5VBTexeSzojZ8">/files/36g3DrY5VBTexeSzojZ8</a></td></tr></tbody></table>

Made by Ricardo


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ricardos-projects.gitbook.io/imageconvert-docs/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
