Image Auto Resizer

pending

by Michael Wharton

Automatically converts and resizes pasted/dropped images to WebP or JPEG with configurable dimensions and compression.

Updated 22d agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

Image Auto Resizer

An Obsidian plugin that automatically converts and resizes images when they're added to your vault.

Features

  • Automatic processing — images are converted and resized the moment they're pasted or dropped into a note
  • Broad format support — handles PNG, JPEG, WebP, BMP, HEIC/HEIF, and TIFF/TIF
  • Configurable output format — choose between WebP (smaller files) or JPEG (wider compatibility)
  • Configurable dimensions — set max width and height; aspect ratio is always preserved
  • Configurable quality — compression quality from 0.0 to 1.0 (default: 0.8)
  • Respects Obsidian settings — uses your configured attachment folder location
  • Performance optimized — uses OffscreenCanvas and createImageBitmap when available

Settings

SettingDefaultDescription
Output formatWebPWebP (recommended, smaller files) or JPEG
Max width1200Maximum width in pixels
Max height1200Maximum height in pixels
Quality0.8Compression quality (0.0–1.0)

Supported Input Formats

FormatNotes
PNGNative browser decoding
JPEG/JPGNative browser decoding
WebPNative browser decoding
BMPNative browser decoding
HEIC/HEIFDecoded via heic2any (common on iOS/macOS)
TIFF/TIFDecoded via utif2

License

MIT

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.