Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Tiled Image viewer

Reply
Thread Tools

Tiled Image viewer

 
 
Ian McConnell
Guest
Posts: n/a
 
      02-21-2005
Does anyone know of a widget or sample code for viewing huge (ie bigger than
RAM) images in python? The usual way of doing this is to read part of the
image into memory as a set of tiles and then zoom and pan the tiles.

The sort of thing I'm trying to achive is at

http://iipimage.sourceforge.net/IIPDemo.html

but I'd like to be able to do something like this with python (wxpython).
The other problems are that I don't really want a client/server (just a
single executable) and I have a funny image format (100s MB of matrix data)
so making the image pyramids would be a little tricky.

I've found Matt Kimballs pan and zoom widget

http://web.archive.org/web/200308101...mage_view.html

but this still reads the whole image into memory. Is there something similar
to image_view.py, but which also does tiling?

Thanks,
Ian
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem - creating a tiled image from multiple tiff sources in JAI voncroy14 Java 0 07-17-2009 10:17 AM
Inzomia image viewer 3.06 - Free image viewer Fredrik Digital Photography 0 03-09-2006 09:08 PM
Need Raw Tile Data of Tiled Tiff Douglas at AI Java 1 09-30-2005 09:06 PM
where do you download (tiled) background pictures ? BOOGIEMAN HTML 8 09-21-2005 02:53 AM
Creating tiled image from multiple tiff sources in JAI Michael David Pedersen Java 2 07-22-2004 09:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57