ImageOcclusionEditor icon indicating copy to clipboard operation
ImageOcclusionEditor copied to clipboard

An Image Occlusion alternative to SuperMemo built-in template

Image Occlusion Editor

Image Occlusion Editor is companion software to SuperMemo. It is meant as an alternative to the built-in Image Occlusion template, with the advantage of supporting multiple screen resolutions.

This software works in tandem with SuperMemo Assistant, found on this same GitHub profile

Table of Content

  • Screenshots
  • Downloads
  • Information
  • Demonstration Video
  • Additional Templates
  • Configuration (Optional)
  • Special thanks, Credits, Licenses

Screenshots

Occlusion Editor Occlusion in SuperMemo

Downloads

All releases

Latest version (installer)

Information

Usage: ImageOcclusionEditor.exe <BackgroundFile> <OcclusionFile>

Editing occlusions: The SVG code is embedded inside the PNG Occlusion file, enabling edition of existing occlusions. Simply open them again with Image Occlusion Editing like you normally would.

Demonstration video

Image Occlusion Editor Demonstration

Additional Templates

Occlusion + 1 HTML Occlusion + 2 HTML
Download link Download link

How to apply:

  1. Copy the template in your Clipboard (Ctrl+C)
  2. Open SuperMemo
  3. Paste (Ctrl+V) the template
  4. Save as Template (Alt+F10 > Template > Save as Template)
  5. Apply the template (Ctrl+Shift+M) to your Occlusion Items

Configuration (Optional)

In ImageOcclusionEditor.exe.config:

<setting name="StrokeColor" serializeAs="String">
  <value>2D2D2D</value>
</setting>
<setting name="StrokeWidth" serializeAs="String">
  <value>2</value>
</setting>
<setting name="FillColor" serializeAs="String">
  <value>FFEBA2</value>
</setting>
  • StrokeColor: Default occlusion border color
  • StrokeWidth: Default occlusion border width
  • FillColor: Default occlusion background color

Special thanks, Credits, Licenses

Image Occlusion Editor is built on the work of people who pledged their time to the Open Source community.

I would like to emphasize on the importance of their contribution, and extend my gratitude especially to (but not limited to):

  • The people of the SVG-Edit group for their SVG editor (central piece of ImageOcclusionEditor)
  • The people of the vvvv group for their SVG library
  • Neil Harvey for his FileSignature library
  • Aristotelis P. and predecessors for the original idea, and years of using their Occlusion Addon in the past

All required licenses can be found in this project repository. If however you found that I omitted to include the terms of the license for one of your work, by all mean please let me know so that I may correct this.