Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-chalkboard,
Combinators for building and processing 2D images
Branch: CURRENT,
Version: 0.2,
Package name: hs-chalkboard-0.2,
Maintainer: phoChalkboard 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)
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
- (2019-12-14) Package deleted from pkgsrc
- (2019-06-25) Package has been reborn
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) | |
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.
|