> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/d2phap/ImageGlass/llms.txt
> Use this file to discover all available pages before exploring further.

# ImageGlass Documentation

> A lightweight, versatile image viewer for Windows with support for 90+ image formats

<div className="bg-gradient-to-r from-[#0e87d0] to-[#81cce9] text-white py-16 px-8 rounded-lg mb-8">
  <h1 className="text-4xl font-bold mb-4">ImageGlass</h1>
  <p className="text-xl mb-6">A lightweight, versatile image viewer for Windows designed for seamless viewing of images in a clean and intuitive interface.</p>

  <div className="flex gap-4">
    <a href="https://imageglass.org/download" className="inline-block bg-white text-[#0e87d0] px-6 py-3 rounded font-semibold hover:bg-gray-100 transition">
      Download ImageGlass
    </a>

    <a href="/quickstart" className="inline-block bg-transparent border-2 border-white text-white px-6 py-3 rounded font-semibold hover:bg-white hover:text-[#0e87d0] transition">
      Get Started
    </a>
  </div>
</div>

## Why ImageGlass?

ImageGlass offers advanced features that cater to the needs of both regular users and designers, making it an excellent tool to enhance workflow efficiency.

<CardGroup cols={3}>
  <Card title="90+ Image Formats" icon="images">
    Support for WEBP, GIF, SVG, PNG, JXL, HEIC, AVIF, and many more formats out of the box
  </Card>

  <Card title="Hardware Accelerated" icon="gauge-high">
    Direct2D rendering for smooth, high-performance image viewing
  </Card>

  <Card title="Customizable" icon="palette">
    Themes and language packs to personalize your experience
  </Card>
</CardGroup>

## Quick Links

<CardGroup cols={2}>
  <Card title="Installation Guide" icon="download" href="/installation">
    Download and install ImageGlass on your Windows system
  </Card>

  <Card title="Keyboard Shortcuts" icon="keyboard" href="/guide/keyboard-shortcuts">
    Learn essential shortcuts for efficient image navigation
  </Card>

  <Card title="CLI Reference" icon="terminal" href="/cli/overview">
    Automate tasks with command-line utilities
  </Card>

  <Card title="Contributing" icon="code" href="/development/contributing-guide">
    Help improve ImageGlass for everyone
  </Card>
</CardGroup>

## Get Started

<Steps>
  <Step title="Download ImageGlass">
    Get the latest version from [imageglass.org](https://imageglass.org/download) or the Microsoft Store
  </Step>

  <Step title="Install and Launch">
    Run the installer and launch ImageGlass. Set it as your default photo viewer if desired
  </Step>

  <Step title="Explore Features">
    Navigate images with arrow keys, zoom with mouse wheel, and access advanced features from the toolbar
  </Step>
</Steps>

## Key Features

* **Extensive Format Support**: View 90+ image formats including modern formats like WEBP, JXL, HEIC, and AVIF
* **Performance**: Hardware-accelerated rendering with Direct2D for smooth viewing experience
* **Slideshow Mode**: Create presentations with customizable intervals and transitions
* **Color Management**: ICC profile support for accurate color reproduction
* **EXIF Metadata**: View detailed image information including camera settings
* **Clipboard Operations**: Quick copy, cut, and paste operations
* **Editing Integration**: Seamlessly open images in your favorite editor
* **Command-Line Tools**: Automate tasks like setting wallpapers and exporting frames
* **Touch Support**: Full gesture support for Windows tablets and touchscreens
* **Customization**: Themes and language packs to match your preferences

## System Requirements

* Windows 10/11 64-bit, version 1809 (build 17763) or later
* Optional: WebView2 Runtime 64-bit v119.0.2151 or later for enhanced features

## Community and Support

<CardGroup cols={2}>
  <Card title="GitHub Issues" icon="github" href="https://github.com/d2phap/ImageGlass/issues">
    Report bugs and request features
  </Card>

  <Card title="Discord Community" icon="discord" href="https://discord.gg/tWjbynH2X8">
    Chat with users and get help
  </Card>
</CardGroup>

<Note>
  ImageGlass is free for both personal and commercial use. Consider supporting the project through [GitHub Sponsors](https://github.com/sponsors/d2phap) or purchasing from the [Microsoft Store](https://apps.microsoft.com/detail/9N33VZK3C7TH?launch=true\&cid=GitHubRelease\&mode=full).
</Note>
