Matthew Wilber
|
a08b357442
|
Added support for multi-page TIFF files
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3913 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-07-09 03:19:07 +00:00 |
|
Matthew Wilber
|
6cef630541
|
Added reading of next IFD entry offset in order to make it convenient to read all IFD entries in a TIFF file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3897 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-07-08 04:12:14 +00:00 |
|
Matthew Wilber
|
8397ee2c8b
|
added support for Fax Group 3 TIFF images that use the EOL ends on a byte boundary option and changed identify string from "TIFF Image*" to "TIFF image*" (more like Be's)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3523 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-06-15 16:43:54 +00:00 |
|
Matthew Wilber
|
83b8537ccb
|
fixed issue with PHOTO_WHITEISZERO inverted grayscale images, added support for 1-D Group 3 Fax compressed images, added support for fill order 2 for monochrome images
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3176 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-05-04 21:47:42 +00:00 |
|
Matthew Wilber
|
a11d841c28
|
eliminated the debugging printf statements
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3107 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-28 02:44:44 +00:00 |
|
Matthew Wilber
|
58100bab8b
|
changed the Identify string to report information about the type of the TIFF image
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3105 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-25 23:41:36 +00:00 |
|
Matthew Wilber
|
39749b49af
|
added support for reading uncompressed, packbits encoded, 4, 8-bit palette based TIFF images
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3099 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-23 03:11:05 +00:00 |
|
Matthew Wilber
|
08c96d28c5
|
added support for reading 8, 4-bit uncompressed, packbits encoded grayscale TIFF images
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3092 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-22 01:51:33 +00:00 |
|
Matthew Wilber
|
91ae8a2423
|
changed TiffDetails to a class so that clean up would be easier and added logic to handle palette images (though they will not open yet)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3089 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-21 03:41:33 +00:00 |
|
Matthew Wilber
|
5cd3d8f8e3
|
change TiffDetails to a class so that cleanup would be easier
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3088 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-21 03:40:23 +00:00 |
|
Matthew Wilber
|
ac914e611c
|
Fixed Huffman decoding issue. The loop was exiting without waiting for a terminating code.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3079 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-19 17:22:27 +00:00 |
|
Matthew Wilber
|
c61687ba31
|
Added support for Huffman compression, though, it doesn't work fully yet
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3071 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-18 03:19:36 +00:00 |
|
shatty
|
293c3378f3
|
add newline to end of file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3067 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-14 03:54:47 +00:00 |
|
Matthew Wilber
|
2cb55578bd
|
initial check in for structure used to decode Huffman encoded TIFF images
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3064 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-13 04:10:36 +00:00 |
|
Matthew Wilber
|
da10aec84a
|
Added support for reading uncompressed / packbits compressed monochrome TIFF images
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3061 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-08 03:10:01 +00:00 |
|
Matthew Wilber
|
08a14aa7fc
|
removed StreamBuffer files from this directory so that they would only exist in one place: the TGATranslator directory
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3060 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-07 02:43:16 +00:00 |
|
Matthew Wilber
|
ac626b9112
|
updated so that StreamBuffer code only exists in TGATranslator directory
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3059 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-07 02:41:47 +00:00 |
|
Matthew Wilber
|
028368527a
|
Added code for converting uncompressed / packbits compressed RGB and CMYK TIFF images to the Be Bitmap format
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3055 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-06 05:12:26 +00:00 |
|
Matthew Wilber
|
711386ad0e
|
Changed TiffIfd to use exceptions which makes it much more convenient to work with
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3050 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-04-01 05:58:22 +00:00 |
|
Matthew Wilber
|
1116d6c72b
|
Still doesn't quite do anything yet, but now I have code to identify TIFF images and read TIFF fields
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3048 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-03-31 03:23:34 +00:00 |
|
Matthew Wilber
|
129a87e630
|
initial check-in for TIFFTranslator (doesn't do anything yet)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2887 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2003-03-12 00:54:11 +00:00 |
|