Doug Coleman
|
8e8623aef0
|
throw more errors on tiff if formats are unsupported
|
2009-05-05 22:58:38 -05:00 |
Doug Coleman
|
5279bb0efc
|
change L to LA for grayscale tiffs
|
2009-04-09 10:46:43 -05:00 |
Doug Coleman
|
1551eacfa2
|
add support for tiff grayscale images
|
2009-04-09 10:44:50 -05:00 |
Doug Coleman
|
8eea41b537
|
normalizing alpha data for tiffs is done too often, check in test image for it
|
2009-03-16 07:11:56 -05:00 |
Slava Pestov
|
ff3c5b28bd
|
Move normalize-scanline-order implementation from images.bitmap to images
Add upside-down? slot to image tuple
Update cap for recent changes
|
2009-03-10 16:35:47 -05:00 |
Doug Coleman
|
7a3c086178
|
remove ?at from db.types, images.tiff
|
2009-02-22 17:14:46 -06:00 |
Slava Pestov
|
6b25e99470
|
Add summary for heaps more vocabs
|
2009-02-16 21:05:13 -06:00 |
Doug Coleman
|
5ef7afcbb3
|
refactor tiff loading a bit, identify lots of ifd header tags
|
2009-02-15 10:42:36 -06:00 |
Doug Coleman
|
3df5422151
|
add support for parsing all baseline tiff tags, fix loading a tiff that used to work
|
2009-02-15 09:13:53 -06:00 |
Doug Coleman
|
5741aa198e
|
not all images have associated alpha data... oops
|
2009-02-14 19:28:00 -06:00 |
Doug Coleman
|
47a2f42c9f
|
handle associated alpha data in tiffs
|
2009-02-14 19:24:42 -06:00 |
Doug Coleman
|
b4e7592ba3
|
support predictors
|
2009-02-14 00:30:59 -06:00 |
Doug Coleman
|
001a3eb8f1
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-02-13 15:48:17 -06:00 |
Doug Coleman
|
813b0cb803
|
get the byte ordering correct for tiffs
|
2009-02-13 15:46:36 -06:00 |
Doug Coleman
|
0ce47f84c6
|
use decode instead of >string in images.tiff
|
2009-02-13 15:14:09 -06:00 |
Doug Coleman
|
1424380e5b
|
x/y resolution should be a scalar
|
2009-02-13 13:04:14 -06:00 |
Doug Coleman
|
bd17f14929
|
drawing 96bpp images works, add lots of previously unknown ifd fields
|
2009-02-13 12:12:08 -06:00 |
Doug Coleman
|
3fb733b53c
|
add 48bpp mode to tiff
|
2009-02-13 10:16:58 -06:00 |
Doug Coleman
|
753cfcfd05
|
support .tif, start 96 bpp
|
2009-02-13 09:56:22 -06:00 |
Doug Coleman
|
6ffe298189
|
support lzw uncompression in images.tiff
|
2009-02-12 17:44:15 -06:00 |
Slava Pestov
|
cf9e7d1e75
|
Add byte-order slot to image tuple; rename <image> to load-image, add <image> for making images from scratch
|
2009-02-12 04:25:33 -06:00 |
Slava Pestov
|
7361bb90fa
|
images: fix load errors
|
2009-02-12 02:41:47 -06:00 |
Slava Pestov
|
2220515947
|
Re-organize images and images.backend into images and images.loader
|
2009-02-12 02:41:37 -06:00 |
Slava Pestov
|
6ae2694f51
|
Move images vocab, and constructors (which it depends on) to basis
|
2009-02-11 05:01:04 -06:00 |