main_01.mp4
Supported image formats: WEBP, JPG, PNG, HEIC, TIF
-
Image conversion: Automatically convert dropped/pasted images into WEBP, JPG or PNG.
-
Image compression: Reduce file size of an image by specifying desired Quality value between 1-100
-
Renaming: Auto-rename converted image with Variables e.g. {noteName} {fileName} and more. List of Supported Variables
-
Custom output folders: Create custom Output folders with Variables e.g. {noteName} {fileName} and more. List of Supported Variables
-
Attachments: Option to keep image files separate from all other attachments
-
Links: Markdown Links and Wiki links.
- For example, create Markdown links for images, and WIKi links for all other attachments.
-
Resize image by dragging edge of an image
-
Resize image via MOD+mouse scrollwheel e.g. CMD+Scrollwheel or Shift+Scrollwheel or any other modifier key as defined by the user.
-
Auto-resize image based on 6 modes: Fit, Fill, Longest Side, Shortest Side, Height, Width
- Image resize by the Longest Side
Image.Resize.-.Longest.Side.mp4
-
Ability to copy an image into clipboard via right click context menu
-
Ability to resize original image via right click context menu
The recommended export setting is WEBP set to Quality 75. This is the optimal setting for most types of images.
- 1st place. JPG to WEBP at 50 quality: PSNR = 31.16, % of compression = -85.9%, file size = 7,482 KB
- 2nd place. PNG to WEBP at 50 quality: PSNR = 29.23, % of compression = -93.5%, file size = 1,520 KB
- 3rd place. WEBP to JPG at 50 quality: PSNR = 32.65, % of compression = -93%, file size = 2,000 KB
- 4th place. PNG to JPG at 50 quality: PSNR = 28.62, % of compression = -92.4%, file size = 1,776 KB
- 5th place. JPG to JPG at 50 quality: PSNR = 29.25, % of compression = -85.8%, file size = 5,926 KB
Example2_video.mp4
Example3_video.mp4
Example1_video.mp4
From/To | WEBP | JPG | PNG |
---|---|---|---|
JPG | 64,122 KB (100) 7,482 KB (50) 480 KB (1) |
52,864 KB (100) 5,926KB(50) 363KB(1) |
96,556KB(100) 44,702KB(50) 9,072KB(1) |
PNG | 21,812KB(100) 1,520KB(50) 401KB(1) |
14,744KB(100) 1,776KB(50) 163KB(1) |
29,830KB(100) 12,161KB(50) 3,226KB(1) |
WEBP | 30,960KB(100) 1,414KB(50) 353KB(1) |
19,236KB(100) 2,000KB(50) 189KB(1) |
43,154KB(100) 15,327KB(50) 1,806KB(1) |
- The numbers in the parentheses indicate the quality of the conversion.
The percentage change is calculated by comparing the file size after conversion to the original file size of the image being converted.
From/To | WEBP | JPG | PNG |
---|---|---|---|
JPG | +21.4% (100)PSNR: 45.85 -85.9% (50)PSNR: 31.16 -99.1% (1)PSNR: 26.28 |
+29.3%(100) -85.8%(50) PSNR:29.25 -99.3%(1) PSNR:23.2 |
+135.9%(100) +8.9%(50) -78%(1) |
PNG | -6.9%(100)PSNR: 34.78 -93.5%(50)PSNR: 29.23 -98.3%(1)PSNR: 23.52 |
-37%(100)PSNR: 35.07 -92.4%(50) PSNR: 28.62 -99.3%(1)PSNR: 19.52 |
+27.4%(100) -48%(50) -86.2%(1) |
WEBP | +8.8%(100)PSNR: 38.46 -95%(50)PSNR: 32.72 -98.8%(1)PSNR: 27.98 |
-32.4%(100)PSNR: 39.04 -93%(50)PSNR: 32.65 -99.3%(1)PSNR: 22.79 |
+51.8%(100) -46.1%(50) -93.6%(1) |
Below is the table which shows how much quality we lose with each conversion. The lower the PSNR value the lower the quality of an image:
From/To | WEBP | JPG | PNG |
---|---|---|---|
JPG | 45.85 (100) | ||
31.16 (50) | 29.25 (50) | ||
26.28 (1) | 23.2 (1) | ||
PNG | 34.78 (100) | 35.07 (100) | |
29.23 (50) | 28.62 (50) | ||
23.52 (1) | 19.52 (1) | ||
WEBP | 38.46 (100) | 39.04 (100) | |
32.72 (50) | 32.65 (50) | ||
27.98 (1) | 22.79 (1) |
- Based on the tests above, using WEBP as the target format for image compression can result in significant reductions in file size while maintaining high image quality.
- WEBP generally provides the best compression ratio, with the lowest file sizes for all quality levels (100, 50, and 1) when converting from JPG and PNG.
- Converting from WEBP to other formats results in larger file sizes, indicating that WEBP is more efficient in compressing image data.
- The PSNR values indicate that the quality of the compressed images is generally high, with values above 30 for most conversions at 50 quality.
- The % of compression values show that significant reductions in file size can be achieved by converting to WEBP or JPG at lower quality levels.
- The % of compression values show that converting from PNG to JPG or WEBP at 50 quality results in significant reductions in file size, with reductions of over 90% in both cases.
- Converting from JPG to PNG at any quality level results in an increase in file size, indicating that PNG is not as efficient as WEBP or JPG in compressing image data.
- The PSNR values for conversions from PNG to JPG or WEBP at 50 quality are also relatively high, indicating that the quality of the compressed images is still good despite the large reductions in file size.
- Downlaod
main.js
,styles.css
,manifest.json
files from the latest release page. - Creane new folder inside
VaultFolder/.obsidian/plugins/
namedobsidian-image-converter
. If plugins folder doesn't exist, then create it manually. - Move downloaded files into
/obsidian-image-converter
folder. - Enable the plugin in ObsidianMD.
- This repo is heavily inspired by https://github.com/musug/obsidian-paste-png-to-jpeg musug has created an amazing ground work for the project, but sadly who has gone AWOL leaving the project behind without fixing some major issues. Hence, this is an attempt to rejuvenate the project.