Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Image DetailsNew to Visual Studio Code? Get it now.
Image Details

Image Details

Neuronio Azul

|
3 installs
| (0) | Free
| Sponsor
View comprehensive image metadata with EXIF data, and clean metadata from images. Supports zoom, copy-to-clipboard, and multi-language interface.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Image Details

A powerful VS Code extension that displays comprehensive image metadata, EXIF data, and provides tools to clean metadata from images.

Visual Studio Marketplace Version Visual Studio Marketplace Installs Visual Studio Marketplace Rating License: MIT TypeScript

Screenshots

alt text

Demonstration of copying metadata values to clipboard: screen-record-01-v0-2-0.gif

✨ Features

Comprehensive Metadata Display

You can click any metadata value to copy it to clipboard.

  • Basic Informations about the Image:

    • File name and full path
    • Dimensions (width × height in pixels)
    • Image format and file extension
    • File size (auto-formatted: Bytes, KB, MB, GB)
    • Creation and modification timestamps
    • And more...
  • Color & Technical Information

    • Transparency support detection
    • Color depth and bit information
    • DPI/PPI resolution data (when available)
    • And more...
  • 📷 EXIF Data Support

    • EXIF metadata for photos (when available):
    • Camera Information:
      • Camera make and model
      • Lens information
    • Photo Settings:
      • ISO sensitivity
      • Aperture (f-stop)
      • Shutter speed (exposure time)
      • Focal length
    • Additional Data:
      • Date and time taken
      • GPS location (latitude, longitude)
      • Image orientation
      • Color space information
      • Software/editor used

Supported Image Formats

Works with all common image formats:

  • PNG (.png)
  • JPEG (.jpg, .jpeg)
  • GIF (.gif)
  • WebP (.webp)
  • BMP (.bmp)
  • SVG (.svg)
  • ICO (.ico)

Usage

Quick Start

  1. Open any image file in VS Code (supports PNG, JPG, GIF, WebP, BMP, SVG, ICO)
  2. The extension automatically activates and displays the Image Details Viewer
  3. View comprehensive metadata in the resizable sidebar on the right
  4. Click any metadata value to instantly copy it to your clipboard
  5. Use zoom controls to inspect images in detail

Interacting with Images

Advanced Zoom Controls

  • Buttons: Use the visual +, -, ⟲, and ⊡ buttons in the toolbar
  • Keyboard: Press + to zoom in, - to zoom out, 0 to reset
  • Mouse Wheel: Hold Ctrl (Windows/Linux) or Cmd (Mac) and scroll
  • Click: Click anywhere on the image to toggle 2× zoom
  • Fit to Screen: Click the fit button to auto-adjust image size

EXIF Data Management

  • Remove EXIF Metadata: One-click button to strip all EXIF data from images
  • Automatic Backup: Creates a backup file (_backup) before removing metadata
  • Format Support: Works with JPEG/JPG and PNG images
  • Smart Detection: Button only appears when image contains EXIF data
  • Safe Operation: Confirmation dialog prevents accidental removal
  • Error Recovery: Automatically restores from backup if operation fails
  • Real-time Update: Interface refreshes automatically after metadata removal

Internationalization (i18n)

  • Multi-language Support:
    • 🇺🇸 English (default)
    • 🇧🇷 Português (Brasil)
  • Automatic Detection: Uses your VS Code language settings
  • Easy to Extend: Add your own language (see I18N.md)

Metadata Panel

  • Resize: Drag the left edge of the panel to adjust width (250-600px)
  • Copy Values: Click any metadata value to copy it to clipboard
  • Scroll: Panel stays sticky on the right while scrolling large images

Alternative Ways to Open

  1. Context Menu: Right-click any image file in Explorer → "Open with Image Details Viewer"
  2. Command Palette: Press Ctrl+Shift+P / Cmd+Shift+P → Type "Reopen with" → Select "Image Details Viewer"
  3. Default Viewer: The extension registers as the default viewer for supported image formats

Installation

From VS Code Marketplace

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for "Image Details"
  4. Click Install

From Source

git clone https://github.com/NeuronioAzul/vscode-ext_img-details.git
cd vscode-ext_img-details
npm install
npm run compile

Then press F5 to run in development mode.

⚙️ Configuration

The extension provides comprehensive configuration options. See the full documentation for details.

Available Settings

  • imageDetails.defaultDisplayMode: Choose between accordion or list mode for metadata sections
  • imageDetails.defaultSectionStates: Configure which sections are expanded by default
  • imageDetails.rememberSectionStates: Enable/disable session persistence

For more details, see the Configuration Guide.

🤝 Contributing

Contributions are welcome! Please read our Contributing Guide for details on:

  • Reporting bugs
  • Suggesting features
  • Adding translations
  • Submitting pull requests

📚 Documentation

Complete documentation is available in the docs/ folder:

  • 📖 Documentation Index - Main documentation hub
  • 📝 Changelog - Version history
  • 🤝 Contributing Guide - How to contribute
  • 🌐 I18N Guide - Adding translations
  • 🔧 TODO & Roadmap - Planned features
  • 🧪 Testing Guide - How to test

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🐛 Known Issues

None at the moment. If you find a bug, please report it!

🗺️ Roadmap

See TODO.md for planned features and improvements.

📝 Changelog

See CHANGELOG.md for a detailed version history.

💬 Feedback & Support

Have feedback or suggestions? We'd love to hear from you!

  • 🐛 Report a Bug
  • 💡 Request a Feature
  • 💬 Discussions
  • 📦 Marketplace

🔗 Resources

  • Repository - Source code on GitHub
  • Issues - Report bugs and request features
  • License - MIT License details
  • Neuronio Azul - More projects from the author
  • Marketplace - VS Code Marketplace page

🙏 Acknowledgments

  • Built with VS Code Extension API
  • Image size detection using image-size
  • EXIF data extraction using exifreader

💖 Support the Project

If you find this extension useful, consider supporting its development:

Buy Me A Coffee

Donate with PayPal

GitHub Sponsors

Your support helps maintain and improve this extension. Thank you! 🙏


Made with 🧠 neurons by NeuronioAzul

Enjoy the extension? Give it a ⭐ on GitHub!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft