Sketch Section

This section contains the description of a picture. Its actual data is found in the embedded Paint Data Section.


Offset Size Nornak Object

0000 W Total X size of form X size as displayed

0002 W Total Y size of form Y size as displayed

0004 W X offset within form Always 00 00?

0006 W Y offset within form Always 00 00?

0008 W Always 00 00? X offset in form

000A W Always 00 00? Y offset in form

000C W Always 00 00? Total X size of form

000E W Always 00 00? Total Y size of form

0010 W Always 00 00?

Paint Data Section

W X magnification

W Y magnification

L Left cut

L Right cut

L Top cut

L Bottom cut

The first 10 bytes can have two different meanings, depending on the fact whether the picture is standalone or an embedded object. Everything in it is counted in dots.

The magnification factors determine whether the picture should be compressed or expanded. 03E8 (1000 decimal) is normal size; lower numbers compress, higher numbers expand. So 01F4 would mean halfsize.

The cuts determine whether a portion of the picture should be hidden, on one of its four sides. Cuts are in fractions of C*Size. So 0000 means do no cut, and 0600 would hide half of a picture 0100 dots large.