name: explore version: 0.0.6.0 cabal-version: >= 1.4 license: BSD3 license-file: LICENSE copyright: (c) 2009, Cetin Sert author: Cetin Sert maintainer: Cetin Sert bug-reports: Cetin Sert homepage: http://corsis.sf.net category: Graphics synopsis: Experimental Plot data Reconstructor description: Very first prototype of a command line tool to extract pixel positions matching a given colour to help reconstruct plot data. See example.ods or example.xls, README and Main.hs on the project homepage to figure out its usage. stability: Experimental build-type: Simple extra-source-files: AUTHORS, README, example.ods, example.xls, 39-cisse-x.png, 39-goni-x.png, 39-nouna-x.png, 39-legend, Thesis_FullVer280705.png, Thesis_FullVer280705.svg 39-cisse.output, 39-goni.output, 39-nouna.output Executable explore buildable: True main-is: Main.hs ghc-options: -O2 -fglasgow-exts -funbox-strict-fields build-depends: base <= 5, array -any, pngload -any extensions: ViewPatterns