Doug Coleman
|
ec896cd5ad
|
images.tiff: Fix partial refactor rollback and offeset typo.
|
2015-02-13 20:53:36 -08:00 |
Doug Coleman
|
7f40cadf8b
|
images.tiff: Fix infinite loop bug exposed by AFL test suite. IDFs are found at certain offsets, then the next offset is after the IDF. If a next-offset is its own previous offset, then it would loop. Now we record the offset and stop if it would loop.
|
2015-02-13 14:58:18 -08:00 |
Benjamin Pollack
|
2c3dd8c3c8
|
Remove executable bit from tons of files that aren't
|
2014-11-05 20:40:42 -08:00 |
John Benediktsson
|
3c640add1e
|
images: remove redundancy in some of the test code.
|
2014-04-22 16:38:57 -07:00 |
John Benediktsson
|
aa2f21507d
|
images.testing: change tests to require and use image-class.
This handles the case where you are testing image-classes that are not
registered with the images.loader.
|
2014-03-14 08:00:42 -07:00 |
John Benediktsson
|
4e206f4181
|
images.loader: optionally register "non-system" image classes.
|
2014-03-14 07:32:27 -07:00 |
Doug Coleman
|
f9ea61bf91
|
basis/extra: Update last usages of <sliced-groups> to <groups>.
|
2013-03-23 12:08:18 -07:00 |
Doug Coleman
|
2b9f4668b6
|
images: gdiplus had a resource leak (file descriptor). change stream>image to dispose of the
stream no matter what.
|
2012-08-25 11:44:40 -07:00 |
John Benediktsson
|
afc07c0e05
|
io.binary: make le> and be> faster (20% and 75%, respectively).
Removed primitive byte-array>bignum and digit_stream_to_bignum from vm/.
|
2011-10-11 21:13:30 -07:00 |
Joe Groff
|
57bcd3a039
|
images: move pure Factor image format implementations to extra/
|
2011-08-27 17:30:45 -07:00 |
Slava Pestov
|
6ae2694f51
|
Move images vocab, and constructors (which it depends on) to basis
|
2009-02-11 05:01:04 -06:00 |
Slava Pestov
|
ab6ec008dd
|
Remove sorting.slots from images.tiff USING: list
|
2009-02-11 04:59:47 -06:00 |
Doug Coleman
|
a1e521b54e
|
working on images protocol
|
2009-02-10 18:42:21 -06:00 |
Doug Coleman
|
970953be1f
|
fix tiff/bitmaps color order
|
2009-02-10 17:17:36 -06:00 |
Doug Coleman
|
17724be48c
|
factor out a load-tiff word
|
2009-02-09 22:05:44 -06:00 |
Doug Coleman
|
72b343ce03
|
fix images tests
|
2009-02-09 21:15:57 -06:00 |
Doug Coleman
|
a1e45570f5
|
rename graphics to images, add an <image> word to load a path
|
2009-02-09 20:57:26 -06:00 |