canvas

  1. MikeHart

    SaveImage module (mojo2)

    This little module will let you save the content of a canvas to either a PNG, JPG or BMP file. A little test programm is basically self explaining. About its usage. The relevant part is this: Import saveImage '... Local file := RequestFile("Save file....", "Image Files:png,jpg,bmp;All...
  2. olive

    Snippet Mojo2 multiple canvases w/ transparent backgrounds

    Quick example of how to layer multiple canvases in mojo2 without having big opaque rectangles on each one. You can have a whole bunch of layers per canvas + do fancy stuff with coordinating their positioning, scale, etc., but this is the simplest case I could make to demonstrate the process. If...
Top Bottom