Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-27 | Strip extraneous blank lines. | Tor Andersson | |
2016-12-27 | Common code to ensure we only premultiply pixmaps with additive colors. | Tor Andersson | |
2016-12-14 | Let pixmap colorspace conversion create new pixmap. | Sebastian Rasmussen | |
This moves dropping the converted pixmap into fz_convert_pixmap(), which relieves every caller from doing so. Moreover resolution, position and interpolation are kept. | |||
2016-12-14 | Plug pixmap leak when fz_convert_pixmap() throws. | Sebastian Rasmussen | |
2016-11-03 | Fix signed/unsigned and size_t/int/fz_off_t warnings. | Robin Watts | |
All seen in MSVC, mostly in 64bit builds. | |||
2016-10-14 | pnm: Workaround for b/w PAM images with packed samples. | Sebastian Rasmussen | |
2016-10-14 | pnm: Support b/w PAM images with alpha. | Sebastian Rasmussen | |
2016-10-14 | pnm: PAM images have component inverted compared to PNM. | Sebastian Rasmussen | |
2016-10-14 | pnm: Premultiply alpha for use in pixmap. | Sebastian Rasmussen | |
2016-10-14 | pnm: Better guesses when tuple type is not specified. | Sebastian Rasmussen | |
2016-10-14 | pnm: Interpret binary b/w image samples correctly. | Sebastian Rasmussen | |
Commit c2acdba7e9b72e18afdd3aa8dfdf66088b1ea1be mistakenly inverted the interpretation of samples for both both binary and ascii b/w PNM images when, at the time, there was only a mistake for ascii images. | |||
2016-10-14 | pnm: Prefer enum to strings when parsing tuple type. | Sebastian Rasmussen | |
2016-10-14 | pnm: Prefer enum to strings when parsing header tokens. | Sebastian Rasmussen | |
2016-10-14 | pnm: Throw exception if image is too big. | Sebastian Rasmussen | |
2016-10-14 | pnm: Cosmetic reordering of code. | Sebastian Rasmussen | |
2016-10-06 | Hide internals of fz_colorspace | Robin Watts | |
The implementation does not need to be in the public API. | |||
2016-09-26 | pnm: Interpret b/w image colors correctly. | Sebastian Rasmussen | |
2016-07-08 | git stripspace | Tor Andersson | |
2016-07-06 | Add support for decoding pbm/pgm/ppm/pam images. | Sebastian Rasmussen | |