[racket-dev] Release Announcement for v5.3, second draft
On 08/01/2012 05:34 AM, Ryan Culpepper wrote:
> * The API for fast floating-point bitmaps (flomaps) supports image
> processing operations, including pointwise arithmetic, gradients,
> blur, resizing with correct downsampling, arbitrary spatial
> transformations, and pict-like combiners.
This needs to mention Typed Racket. How about this?
The new `images/flomap' library defines floating-point images and fast
operations on them, including pointwise arithmetic, gradients, blur,
resizing with correct downsampling, arbitrary spatial transformations,
and pict-like combiners. It is written in Typed Racket, so Typed Racket
code may use it without the cost of contract checks.
Neil ⊥