Daniel Bertalan
|
bf1f631f25
Everywhere: Write dtors for types with incomplete members out-of-line
|
1 rok temu |
Lucas CHOLLET
|
70a3f1f02b
LibCompress: Rename LZWDecoder => LzwDecompressor
|
1 rok temu |
Lucas CHOLLET
|
11f53ba9cc
LibCompress: Rename LZWDecoder.h => Lzw.h
|
1 rok temu |
Lucas CHOLLET
|
3c138b9580
LibGfx/TIFF: Support bilevel images missing baseline tags
|
1 rok temu |
Lucas CHOLLET
|
eb142b1d28
LibGfx/TIFF: Put code to check for bilevel images in its own function
|
1 rok temu |
Lucas CHOLLET
|
8fb9c72c56
LibGfx/TIFF: Manually check for the presence of two baseline tags
|
1 rok temu |
Lucas CHOLLET
|
cb5f30ae98
LibGfx/TIFF: Prevent recursion when following IFD pointers
|
1 rok temu |
Lucas CHOLLET
|
06665cba9c
LibGfx/TIFF: Reject images with an incoherent number of BitsPerSample
|
1 rok temu |
Lucas CHOLLET
|
40cf205c81
LibGfx/TIFF: Reject images with a null value in tile's dimensions
|
1 rok temu |
Lucas CHOLLET
|
9ec3480207
LibGfx/TIFF: Add support for Group4Fax encoded images
|
1 rok temu |
Lucas CHOLLET
|
d375b5c2a5
LibGfx/TIFF: Also cache the result of `alpha_channel_index()`
|
1 rok temu |
Lucas CHOLLET
|
a637a02de8
LibGfx/TIFF: Cache metadata values that are used in the hot path
|
1 rok temu |
Lucas CHOLLET
|
8e21bbf7bf
LibGfx/TIFF: Add support for tiled images
|
1 rok temu |
Lucas CHOLLET
|
a30515011a
LibGfx/TIFF: Add support for TileOffset and TileByteCounts
|
1 rok temu |
Lucas CHOLLET
|
18871e23d7
LibGfx/TIFF: Make decoders take an `IntSize`
|
1 rok temu |
Lucas CHOLLET
|
7b510c3876
LibGfx/TIFF: Rename `scanline` => `image_row`
|
1 rok temu |
Lucas CHOLLET
|
c4e8e5c4a6
LibGfx/TIFF: Rename `ImageHeight` => `ImageLength`
|
1 rok temu |
Lucas CHOLLET
|
720187623b
LibGfx/TIFF: Read and honor the FillOrder tag
|
1 rok temu |
Lucas CHOLLET
|
42f29b9670
LibGfx/TIFF: Also seek after reading the last tag
|
1 rok temu |
Lucas CHOLLET
|
a43793ee0d
LibGfx/TIFF: Explore underlying Image File Directories
|
1 rok temu |
Lucas CHOLLET
|
a17041fe7f
LibGfx/TIFF: Add support for CMYK
|
1 rok temu |
Lucas CHOLLET
|
984272d83e
LibGfx/TIFF: Put `manage_extra_channels` in its own function
|
1 rok temu |
Lucas CHOLLET
|
3f4bf7a0c7
LibGfx/ExifOrientedBitmap: Add support for `CMYKBitmap`
|
1 rok temu |
Lucas CHOLLET
|
8229a19081
LibGfx/ExifOrientedBitmap: Reorganize `create` parameters
|
1 rok temu |
Lucas CHOLLET
|
5dfa660a94
LibGfx/TIFF: Add support for Float and Double types
|
1 rok temu |
Lucas CHOLLET
|
f6f647bf13
LibGfx/TIFF: Add an alternative entry point to only request metadata
|
1 rok temu |
Lucas CHOLLET
|
1faf9bb44f
LibGfx/TIFF: Apply the HorizontalDifferencing on the alpha channel
|
1 rok temu |
Lucas CHOLLET
|
c2c7365494
LibGfx/TIFF: Accept images with a single strip and no RowsPerStrip tag
|
1 rok temu |
Lucas CHOLLET
|
284e785053
LibGfx/TIFF: Accept the PixarDeflate compression tag
|
1 rok temu |
Lucas CHOLLET
|
75d87ccf5f
LibGfx/TIFF+CCITT: Start to decode CCITT Group 3 images
|
1 rok temu |