pcmmd
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

superimpose.plan
text/plain

Download raw (195 bytes)

-- Identity - a test script for podofoimpose

-- Required
PageWidth = SourceWidth
PageHeight = SourceHeight

-- Records
i = 1
while i <= PageCount
do
	PushRecord( i , 1 ,0,0,0)
	i = i + 1
end