factor/extra/images
John Benediktsson 4f42c72012 specialized-arrays: performed some cleanup.
Specifically,
    •   Created >c-array to be replacement for >T-array.
    •   Created cast-array to be generic replacement for all T-array-cast words.
    •   Created c-array@ to be generic replacement for T-array@ words.
    •   Replaced usages of <T-array> with T <c-array>
    •   Replaced usages of <direct-T-array> with T <c-direct-array>
    •   Replaced usages of >T-array with T >c-array
    •   Replaced usages of T-array-cast with T cast-array
    •   Replaced usages of malloc-T-array with T malloc-array.
    •   Removed malloc-T-array.
    •   Removed T-array-cast.
    •   Removed T-array@.
    •   Removed >T-array.

I also added (but didn't change any code to use):
    •   T c-array-type, returns T-array
    •   T c-array?, returns T-array?
    •   c-array{ T ... }, returns T-array{ ... }

Bootstraps just find on Mac OS X.  Also `load-all test-all` works for me.
2011-09-26 11:37:51 -07:00
..
atlas images.atlas: add "make-atlas-assoc" word to take a name->image assoc and generate a name->texcoord assoc alongside the atlas 2010-02-04 19:43:14 -08:00
bitmap specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
gif images.gif: the Graphics Control Block is OPTIONAL in the GIF spec. 2011-01-26 17:23:30 -08:00
http images.http: allow urls to be used with http-image. 2011-01-27 20:00:42 -08:00
pbm images: move pure Factor image format implementations to extra/ 2011-08-27 17:30:45 -07:00
pgm images: move pure Factor image format implementations to extra/ 2011-08-27 17:30:45 -07:00
png Forgot QUALIFIED: math in images.png. 2011-09-13 15:45:47 -05:00
ppm images: move pure Factor image format implementations to extra/ 2011-08-27 17:30:45 -07:00
testing Generate reference .figs for all of pngsuite 2011-09-13 12:11:04 -05:00
tga images: move pure Factor image format implementations to extra/ 2011-08-27 17:30:45 -07:00
tiff images: move pure Factor image format implementations to extra/ 2011-08-27 17:30:45 -07:00
viewer Spelling fixes to documentation. 2011-08-26 16:20:31 -07:00