Rendaw - Fear Fishing Fear Fishing by Rendaw
The main window. The non-main window.

Inscribist is a flexible two-color drawing program. Even on older hardware, it can smoothly handle huge images (10000x10000 pixels and more) and brushes (1000 pixel radius) with no latency. Inscribist also features simple, efficient, and intuitive user interface.

Concepts

  • Colors: Each image has a "foreground" and "background" color. Because the pixels in the image are encoded as run-lengths of the foreground and background color, you can easily swap in new colors at any time. Inscribist also allows you to specify different colors for exporting and drawing.
  • Brushes: Inscribist has ten configurable brushes, bound to the number keys on the keyboard. Each brush has a color (either the foreground or background color) and a radius.
  • Devices: Each input device (mouse, stylus, trackpad, etc) is associated with a brush. When you select one with the number keys, Inscribist associates the device you're currently using with the new brush.
  • Over sampling: In order to get smoothed images, exporting and display must downsample the image. If you view or export the image at 1:1 scale, you will be able to see hard pixel edges in the resultant file. Although downsampling reduces the image size, Inscribist can handle immense image sizes easily, so just make your images larger.

Keyboard

  • 0-9: Select brush 0-9.
  • Tab: Switch the current brush between background and foreground color.
  • h: Flip the image horizontally.
  • v: Flip the image vertically.
  • Ctrl + s: Save (or save as, if you haven't yet saved).
  • Ctrl + Shift + s: Save as.
  • Ctrl + z, Ctrl + Shift + z: Undo, redo.
  • [, ]: Zoom in, zoom out (although I don't know which one's which).

Inscribist can both save and load .inscribble files (BZ2 compressed, run length encoded) and export .png files.


Inscribist requires Lua, GTK+ 2 and bzip2. Inscribist was inspired by gsumi.


The current revision is 3, released February 22, 2011.

Back to Zarbosoft