62 lines
2.4 KiB
HTML
62 lines
2.4 KiB
HTML
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
|
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
|
|
<TITLE>Set Canvas Size</TITLE>
|
|
</HEAD>
|
|
<BODY text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#FF0000" alink="#000088">
|
|
<TABLE width="100%" cellspacing="1" cellpadding="1">
|
|
<TR bgcolor="black">
|
|
<TD width="100%" align="center"><FONT size="+2" color="white">Set Canvas
|
|
Size</FONT></TD>
|
|
</TR>
|
|
<TR bgcolor="white" >
|
|
<TD width="100%" align="left"><P>
|
|
<P>
|
|
The Image canvas is the boundary of the image. Even if you have a smaller
|
|
or larger layer than the image boundary size, the maximum image
|
|
area that you
|
|
can view is determined by the boundary size.
|
|
<P>
|
|
The size area will control how big or small your new canvas will be just
|
|
as when you created a new image. The Offset area will control
|
|
how your canvas is clipped or expanded.
|
|
<P>
|
|
<DL>
|
|
<DT>
|
|
<EM>Making the canvas smaller:</EM>
|
|
<DD>
|
|
The offset fields will control how the upper left corner
|
|
of the old canvas will be positioned in the new canvas. The
|
|
best way to control the new location and how
|
|
it will be clipped is to drag the "canvas preview" in the
|
|
Offset frame to the chosen position. After that you make the
|
|
final adjustments with the spin buttons
|
|
(or type it in by hand). The thin outline is the new canvas
|
|
size and you
|
|
have to drag the old canvas to the right position so it will
|
|
be clipped according to your demands.
|
|
<DT>
|
|
<EM>Making the canvas bigger:</EM>
|
|
<DD>
|
|
The offset fields will control how the upper left corner of
|
|
the old canvas will be positioned in the new canvas . The
|
|
best way to control the new location and
|
|
how the canvas will be to be expanded is to drag the "canvas
|
|
preview" in the Offset frame to the correct position. After
|
|
that you make the final adjustments with
|
|
the spin buttons (or type it in by hand). The outline/canvas
|
|
is the new canvas size and you have to drag the old canvas
|
|
to the right position within it.
|
|
</DL>
|
|
<P>
|
|
If you uncheck the chain in the Size area, you will be able to
|
|
have different proportions for the new canvas. It's therefore
|
|
possible, for example, to have a canvas which is smaller in X
|
|
direction and bigger in Y direction than before the resize.
|
|
<P>
|
|
<A href="index.html">Index</A>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
</BODY></HTML>
|