Commit Graph

25 Commits (master)

Author SHA1 Message Date
John Benediktsson 0ab7ed6979 io.encodings: use new latin1 instead of 8-bit encoding from file. 2018-02-28 08:56:01 -08:00
John Benediktsson 85b69b5b49 io.encodings.8-bit: more encodings, and reduce hierarchy. 2018-02-26 10:21:35 -08:00
John Benediktsson 4a144e5ea7 more test IN: cleanup. 2018-02-15 08:45:08 -08:00
Björn Lindqvist ba9a1ca5ef basic/, extra/: even more tags 2017-07-07 01:45:13 +02:00
Doug Coleman e189954ecc core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
John Benediktsson 134be588cf no need to clone empty byte-array. 2017-01-22 15:41:07 -08:00
Björn Lindqvist 2b91a3e083 images.png: support for reading iTXt chunks 2016-05-07 15:07:48 +02:00
Björn Lindqvist af53fdd3d0 images.png: Support for reading iCCP chunks with color profiles
To fix #1529 you need to read the color profile from the image and then
do something with it.
2016-05-07 15:07:48 +02:00
Björn Lindqvist 7c7d314e49 images.png: length>> field isnt needed
chunk length>> is always equal to chunk data>> length
2016-05-07 15:07:47 +02:00
Doug Coleman e54ee276c3 tools.deploy.shaker: Fix load error.
images.png: fix load error.
2016-03-29 12:33:30 -07:00
John Benediktsson 3f18b71d07 cleanup some QUALIFIED: that are no longer needed. 2016-03-29 10:20:16 -07:00
John Benediktsson ceb75057da change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
Doug Coleman 66147f27b4 extra: use throw-foo for ERROR: change 2015-08-13 01:56:32 -07: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
John Benediktsson c24e15c0d0 Revert "extra.images: call register-image-class before testing, otherwise the wrong backend might be ran"
This reverts commit 775ca10e1e7330a2a56a10b972a2605a39d1f6e1.
2014-03-14 07:32:27 -07:00
Björn Lindqvist cf40218d13 extra.images: call register-image-class before testing, otherwise the wrong backend might be ran 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
Joe Groff 943596575a use radix literals 2011-11-23 19:03:40 -08:00
Doug Coleman f41fcc937e Forgot QUALIFIED: math in images.png. 2011-09-13 15:45:47 -05:00
Doug Coleman 5ea02f4798 PNG library should reverse filter on entire bytes
Add word to test that some pngs fail to load
2011-09-13 12:10:18 -05:00
Joe Groff 57bcd3a039 images: move pure Factor image format implementations to extra/ 2011-08-27 17:30:45 -07:00