aleator / CV

Haskell wrappers and utilities for OpenCV machine vision library
http://hackage.haskell.org/package/CV
BSD 3-Clause "New" or "Revised" License
51 stars 13 forks source link

Unnecessary IO in Graphics.Tools.WX #5

Closed aleator closed 12 years ago

aleator commented 12 years ago

The WxImage class should probably work outside IO. Currently it is bit cumbersome to use.

amnipar commented 12 years ago

Originally it was made within IO as most of wx is in IO as well. WxImage is probably not used much anyway, since WxPaintable is the main class for creating graphical representations. Though that needs some work as well..