#TextCD Wish
Great idea about being able to update without reindexing.
Are you saying that you can't cancel with the ESC key while indexing?
Re the image-rescaling operation during indexing… The reason why it rescales
so slow is that it's NOT doing a simple decimation. It's running through the
3DS renderer's background rescaling code, which is doing a bilinear interp.
The neat thing is that it's just one call to 3DS from the IPAS routine. You
want speed too? <g>
– G