From: Stephen W. <ste...@cs...> - 2005-01-04 00:37:32
|
Stephen Walton wrote: > second would be a windowed, scrollable view into an image which is > larger than the physical display. Actually, imshow seems almost to do this. I did imshow(imdata,interpolation='nearest') where imdata was a 1024 square image. Zooming and panning _seems_ to show the full resolution image with individual pixels visible at high zooms. Is this right? |