Difference between revisions of "Canvas"

From PanelForge 3 Documentation
(Created page with " The Canvas element of a Panel provides 2D bitmap image editing functionality. This element with the Stage constitute the two main graphics creation interfaces that Pa...")
 
Line 8: Line 8:
 
Internally layer images are stored as small image tiles for optimisation of computer resources allowing use of many sparsely filled layers.
 
Internally layer images are stored as small image tiles for optimisation of computer resources allowing use of many sparsely filled layers.
  
Although the canvas has no constrained pixel area (see above description) an arbitrary canvas pixel width and height is set to provide a defined output area for a Panel. This pixel resolution is set [[Project]] wide in the [[New Project]] dialog window when a Project is created.
+
Although the canvas has no constrained pixel area (see above description) an arbitrary canvas pixel width and height is set to provide a defined output area for a Panel. This pixel resolution is set throughout a [[Project]] in the [[New Project]] dialog window when a Project is created.  
 +
 
 +
 
 +
Palette Windows that are specific for use with the Canvas are the following:
 +
* [[Canvas Tools]]
 +
* [[Canvas Layers]]
 +
* [[Colour Picker]]
 +
* [[Colour Swatches]]
 +
 
 +
In addition to the above palette windows the following are also shown in the default Canvas Workspace:
 +
* [[Panel Timeline]]
 +
* [[Panel Information]]
 +
* [[Undo History]]
 +
 
 +
=Canvas Toolbar==
 +
 
 +
The Canvas Viewport is accompanied by a specialised toolbar at the top of the window. This toolbar is divided into the following sections:
 +
 
 +
==Undo==
 +
 
 +
An undo and redo button are located for the fast ability to toggle between document states.
 +
 
 +
==Brush==
 +
 
 +
A series of six preset brush setting buttons that will adjust the canvas paint brush tool settings to the predefined state:
 +
 
 +
* S1: Fine width sketching pen.
 +
* S2: Medium width sketching pen.
 +
* C1: Small width colouring pen.
 +
* C2: Medium width colouring pen.
 +
* F1: Medium width filling pen (draws behind previous pen stokes on current layer).
 +
* F2: Large width filling pen (draws behind previous pen stokes on current layer).
 +
 
 +
==Colour==
 +
 
 +
A large colour square showing
 +
 
 +
==Rotate==
 +
 
 +
==Zoom==
 +
 
 +
==Workspace==

Revision as of 18:34, 12 January 2016

The Canvas element of a Panel provides 2D bitmap image editing functionality. This element with the Stage constitute the two main graphics creation interfaces that PanelForge provides.

PanelForge’s objective is to provide an intuitive working environment. To achieve this goal the interface and tools provided are similar to other Raster Graphics Editors.

The output canvas bitmap image itself consists of multiple stacked image layers composited together. Each layer image can be near infinite pixels in width and height (constrained by the computer system resources) extending in both positive and negative directions. Internally layer images are stored as small image tiles for optimisation of computer resources allowing use of many sparsely filled layers.

Although the canvas has no constrained pixel area (see above description) an arbitrary canvas pixel width and height is set to provide a defined output area for a Panel. This pixel resolution is set throughout a Project in the New Project dialog window when a Project is created.


Palette Windows that are specific for use with the Canvas are the following:

In addition to the above palette windows the following are also shown in the default Canvas Workspace:

Canvas Toolbar=

The Canvas Viewport is accompanied by a specialised toolbar at the top of the window. This toolbar is divided into the following sections:

Undo

An undo and redo button are located for the fast ability to toggle between document states.

Brush

A series of six preset brush setting buttons that will adjust the canvas paint brush tool settings to the predefined state:

  • S1: Fine width sketching pen.
  • S2: Medium width sketching pen.
  • C1: Small width colouring pen.
  • C2: Medium width colouring pen.
  • F1: Medium width filling pen (draws behind previous pen stokes on current layer).
  • F2: Large width filling pen (draws behind previous pen stokes on current layer).

Colour

A large colour square showing

Rotate

Zoom

Workspace