[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ANN: bitmap shape capture for 8-bit graphics



DONE:

moveable shape preview window,
"clipboard" view window (moveable)
select lasso,
copy and
paste commands.


select lasso is now in assembly, stores directly to graphics RAM
instead
of HPLOT

interesting things I found  out:

1) make sure test program loads the @@#$%  ylookup table!  spent hours
on this mistake
2) you cannot capture (without workarounds) CONTROL-C from a basic
program...  I added
IF A$=chr$(3) do this....       unfortunately Control-C (copy) doesn't
ever make it to BASIC, because
it breaks a basic program
3)hard copies sure are nice.  a long printout and a pen solved many
problems I was having


Ok....   I'll call it Capture1.0

have fun,

Rich