I'm looking for some suggestions on the best way to approach this app,
widgets etc. I need to create an app that displays an image with
scale, pan and rotate control of the image. I then need the ability
to overlay boxes onto the image that travel with the image as it
scales, pans,and rotates but that can also be resized and rotated
through the use of control points on the boxes, similar to objects on
a powerpoint slide independent of the underlying image. I've looked
into using Floating Canvas for displaying the underlying image and
supplying the pan etc controls. However from what I've read it may be
more suited for drawing on rather than displaying an image.
Any Ideas would be greatly appreciated
Currently I'm running:
Ubuntu 9.04
Python 2.6.2
wxPython 2.8.10.1 (gtk2-unicode)
Eventually I'd like to transisiton this to windows and feed it through
py2exe
Thanks