Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Asciio image box

The purpose of an image box is to have a background image; it’s ideal as a background when creating ASCII Art in Pen Mode.

  • Image boxes have grayscale and transparency settings
  • Images aren’t exported instead a text placeholders will be exported

image_box_example

Bindings

Prefix: All operations require pressing «I» to enter the image Box group.

actionbinding
Enter image box group«I»
All bindings

Create an image box from a file

actionbiding
inserted from file«i»

image_box_insert_from_file

Image box operations

Image boxes, like ordinary boxes, support resizing and moving.

image_box_normal_operations

image box visual controls sub group

actionbinding
rendering control«<c»

actionbingding
increase gray scale«g»
decrease gray scale«G»
increase alpha«a»
decrease alpha«A»
revert to default«o»

image_box_special_operations

Freezing image boxes

Bindings:

actionbinding
freeze to background’«f»`
thaw’«t»`

Frozen image boxes

  • can’t be resized
  • can’t be moved
  • are put in the background
    • they can’t be deleted if frozen and in the background, thaw to delete

image_box_freeze

Copy and paste the image from the clipboard

Under Linux system, we need to install the xclip tool.

Copy an image to the clipboard through one of the following commands:

  • If the image is in PNG format then use the following command
xclip -selection clipboard -t image/png -i image.png
  • If the image is in JGEG/JPG format, then use the following command
xclip -selection clipboard -t image/jpeg -i image.jpg

Under the Windows system, we can directly use the system function to copy a picture.

Use Ctrl+v directly in the canvas to paste the image into the canvas, and it will automatically create an image box.

image_box_insert