Hi, I’ve developed a new plugin that supports various image formats in Obsidian.
This plugin allows integration with multiple image formats within Obsidian, including PSD, HEIC, and more.
Here are the features of the Image Magician plugin:
Image Formats
It supports a wide range of image formats: psd, psb, xcf, tif, tiff, dcm, dds, hdr, heic, mng, pbm, pcx, pfm, pgm, pnm, ppm, sgi, xbm. You can explore additional image formats in ‘Settings > Image Magician’.
Markdown
- Markdown links are supported, such as ‘![[MyImage.psd]]’.
- Tip: I recommend enabling ‘Settings > Files and Links > Detect All File Extensions’. This setting activates the link suggestion popup for all file formats.
- Supports paths in the img tag, e.g.,
<img src="MyImage.png"/>
,<img src="[[MyImage.png]]"/>
. This feature is applied globally to all image formats.
Export
- Export images as JPG, PNG, and WebP by right-clicking the file or using a command.
- Includes an image resize feature.
Auto Export
Automatically export images when the source image changes.
Configure and activate according to your preferences in ‘Settings > Image Magician’.