Pixel perfect 100% image resizing, copy to clipboard, show image in Finder/Explorer, edit image in external editor, and much more.
Data
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jun 15, 2026.
| Community plugin snapshot | Jun 15, 2026 |
| Repository clone | last successful checkout May 25, 2026 |
| Release acquisition | release metadata checked Jun 12, 2026; existing successful main.js cache reused |
Quick Links
Changes
| Date | Changed Property | Old Value | New Value |
| 2025-01-08 | Plugin Added | | |
| 2026-05-12 | author | Johan Sanneblad | johansan |
| 2026-05-12 | author | johansan | Johan Sanneblad |
Repository Data
| License | MIT in package.json MIT in LICENSE
file
|
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | None found |
| Has Test Files | No |
Latest Release main.js Size
| 113 KB |
| Detected ES Version | ES2018 |
| Probably Minified | Yes |
| main.js API Findings | 7 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | None |
| Dev Dependencies | @eslint/js, @types/node, builtin-modules, esbuild, eslint, eslint-plugin-obsidianmd, globals, obsidian, tslib, typescript, typescript-eslint |
main.js API Findings
These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence
informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky
APIs, but such APIs can be used safely if handled with care.
| Disclosure | Detected From |
| Clipboard Access | Reads or writes clipboard data |
| Cors Free Network Access | Uses Obsidian request APIs |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Network Access | Uses Obsidian request APIs |
| Node Filesystem Access | Uses direct Node filesystem-related modules |
| Private Network Access | References localhost or private-network addresses |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Finding | Type | Confidence | Evidence |
| Uses direct Node filesystem-related modules | Warning | High | path (2) |
| Uses Node process or subprocess APIs | Warning | High | child_process (1) |
| References localhost or private-network addresses | Warning | Medium | localhost (2) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.write (1), navigator.clipboard.writeText (2) |
| Registers events, DOM handlers, or intervals | Info | High | requestAnimationFrame (1), setTimeout (5) |
| References URLs or constructs URL objects | Info | High | https:// (1), URL (4) |
| Uses Obsidian request APIs | Info | High | obsidian.requestUrl (2) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (10), obsidian.Setting (10) |
The above data may not be accurate and contain errors. For more information refer to the page about data collection.
Lines of Code
The plugin has a total of 5105 lines of code. The following chart shows the lines of code split by programming language.
Downloads
The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number
of new downloads per week. New version releases are marked with vertical lines.
Version History
| Version | Release Date | Note |
| 1.0.0 | 2025-01-08 | None |
| 1.0.1 | 2025-01-14 | None |
| 1.0.2 | 2025-01-14 | None |
| 1.0.3 | 2025-01-23 | None |
| 1.0.4 | 2025-02-18 | None |
| 1.0.5 | 2025-02-18 | None |
| 1.0.6 | 2025-02-19 | None |
| 1.0.7 | 2025-02-20 | None |
| 1.0.8 | 2025-03-03 | None |
| 1.0.9 | 2025-03-03 | None |
| 1.0.10 | 2025-03-03 | None |
| 1.0.11 | 2025-04-09 | None |
| 1.0.12 | 2025-06-28 | None |
| 1.0.13 | 2025-06-28 | None |
| 1.0.14 | 2025-07-07 | None |
| 1.0.15 | 2025-07-08 | None |
| 1.0.16 | 2025-07-08 | None |
| 1.0.17 | 2025-07-25 | None |
| 1.0.18 | 2025-08-29 | None |
| 1.0.19 | 2025-08-30 | None |
| 1.0.20 | 2025-08-30 | None |
| 1.0.21 | 2025-08-30 | None |
| 1.0.22 | 2025-10-11 | None |
| 1.0.23 | 2025-12-17 | None |
| 1.0.24 | 2026-01-07 | None |
| 1.0.25 | 2026-03-19 | None |