NOTICE: This package has been removed from pkgsrc

./wip/hs-chalkboard, Combinators for building and processing 2D images

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.2, Package name: hs-chalkboard-0.2, Maintainer: pho

Chalkboard is a Haskell hosted Domain Specific Language (DSL) for
image generation and processing. The basic structure is a chalk board,
a two-dimensional canvas of values, typically colors. Chalkboard
provides the usual image processing functions (masking, overlaying,
function mapping, cropping, warping, rotating) as well as a few more
unusual ones. Images can be imported into Chalkboard, as first-class
color chalk boards. Chalkboard also provides combinators for drawing
shapes on directly on boards. The system is based loosely on PAN, but
the principal image type, a Board, is abstract.


Required to run:
[wip/ghc]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: e0d8a3e7abda04058a9ffd6d0dbf5f01a98d66d9
RMD160: 03d5934baf43cb9e291c43572cd0210f269dd516
Filesize: 41.714 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2009-09-22 15:00:23 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-chalkboard-0.2 as wip/hs-chalkboard.

Chalkboard is a Haskell hosted Domain Specific Language (DSL) for
image generation and processing. The basic structure is a chalk board,
a two-dimensional canvas of values, typically colors. Chalkboard
provides the usual image processing functions (masking, overlaying,
function mapping, cropping, warping, rotating) as well as a few more
unusual ones. Images can be imported into Chalkboard, as first-class
color chalk boards. Chalkboard also provides combinators for drawing
shapes on directly on boards. The system is based loosely on PAN, but
the principal image type, a Board, is abstract.