From: | David McMinn |
Date: | 31 Aug 2000 at 10:08:46 |
Subject: | Re: Shape commands size limit? |
Hi Damir
> Are there by any chance any shape size limits for the shape commands to work
> correctly? The CopyShape and Scale commands somehow corrupt the shapes when they
> are too big. I've written the following test program:
There are limits which are caused by Blitz supporting the OCS blitter. I think
that limit is 1024x1024 pixels.
> correctly but as soon as I use either one of the two commented commands (when
> uncommenting CopyShape I also blit the shape 1 instead of 0) the picture gets
> corrupted, though that doesn't happen with smaller pictures. The problem
It's weird that it cannot handle simply copying the shape. Try putting a
WaitBlitter (or maybe WaitBlit_) command before the ClipBlit.
---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie