Difference between revisions of "Canvas"

From PanelForge 3 Documentation
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 +
 +
<span style="color:#ff0000">'''This page is early work in progress draft. Information may be incorrect or incomplete.'''</span>
 +
  
 
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.
 
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.
Line 9: Line 13:
  
 
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.  
 
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:
 
Palette Windows that are specific for use with the Canvas are the following:
Line 21: Line 24:
 
* [[Panel Information]]
 
* [[Panel Information]]
 
* [[Undo History]]
 
* [[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==
 

Latest revision as of 19:10, 11 December 2018


This page is early work in progress draft. Information may be incorrect or incomplete.


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: