summaryrefslogtreecommitdiff
path: root/src/pikepdf/models/image.py
Commit message (Expand)AuthorAge
* image: remove deprecated functions for v6James R. Barlow2022-09-11
* Ignore BlackIs1 and set photometry=0 for CCITTJames R. Barlow2022-08-31
* pydocstyle: all but matrix, outlinesJames R. Barlow2022-08-21
* image: mark deprecate some functions since they should be privateJames R. Barlow2022-08-21
* image: implement inline image.read_bytes()James R. Barlow2022-08-21
* image: deprecate is_inlineJames R. Barlow2022-08-20
* image: docstring cleanup and some typing fixesJames R. Barlow2022-08-20
* docstring style fixesJames R. Barlow2022-08-20
* Redo licensing info with SPDXJames R. Barlow2022-07-27
* Modernize typing with future annotationsJames R. Barlow2022-07-22
* JBIG2 refactoring: remove another monkeypatchJames R. Barlow2022-07-03
* Refactoring to decouple JBIG2StreamFilter from JBIG2 decoderJames R. Barlow2022-07-03
* Delinting passJames R. Barlow2022-06-21
* Refactor CMYK depalettizingJames R. Barlow2022-02-06
* End special casing of JBIG2 images and add extensive testsJames R. Barlow2022-02-06
* image: refactor ccittJames R. Barlow2022-01-24
* image: more transcode refactoringJames R. Barlow2022-01-24
* image: move more to transcoding moduleJames R. Barlow2022-01-24
* image: refactor - move lowlevel twiddling to special moduleJames R. Barlow2022-01-24
* image: refactor applying palettesJames R. Barlow2022-01-24
* image: don't apply rescaling to palettesJames R. Barlow2022-01-24
* image: eliminate now-unnecessary image tobytes/frombytesJames R. Barlow2022-01-23
* image: refactor unpack functionJames R. Barlow2022-01-23
* image: continuing scaling refactorJames R. Barlow2022-01-23
* image: refactor lowbit scaling calculationJames R. Barlow2022-01-23
* image: fix more with issues with exotic low bit imagesJames R. Barlow2022-01-23
* image: refactor _extract_transcodedJames R. Barlow2022-01-23
* Fix some 2 and 4 bit image handling issuesJames R. Barlow2022-01-17
* Improve support for images with bits per component between 2 and 8James R. Barlow2021-12-29
* image: fix ICC return typesJames R. Barlow2021-12-28
* image: fix typing exception (stub problem)James R. Barlow2021-12-28
* Fix some regressions create with stricter typing changesJames R. Barlow2021-12-28
* image: more typing improvementsJames R. Barlow2021-12-20
* image: improving typingJames R. Barlow2021-12-20
* image: support extract inline imagesJames R. Barlow2021-09-08
* image: supply missing docstringsJames R. Barlow2021-09-08
* docs: add missing period to end of docstringsJames R. Barlow2021-09-08
* Add mypy to precommit and fix errorsJames R. Barlow2021-08-26
* Merge branch 'feature/operand-grouper-speed'James R. Barlow2021-08-25
|\
| * Add ContentStreamInlineImage alongside ContentStreamInstructionJames R. Barlow2021-08-22
* | image: fix some cases where images where not closedJames R. Barlow2021-08-24
* | Fix incorrect usage of PIL.Image as type instead of PIL.Image.ImageJames R. Barlow2021-08-23
|/
* image: avoid awk "with without"James R. Barlow2021-08-17
* Rename {Token,Object}Type.name -> .name_James R. Barlow2021-08-17
* image: recognize separation colorspaces tooJames R. Barlow2021-08-12
* image: improve support for cmykJames R. Barlow2021-08-11
* image: support extract most simple filter types including compound filtersJames R. Barlow2021-08-11
* Improve Object.read_bytes() error messageJames R. Barlow2021-08-10
* image: improve detection of /Indexed DeviceN colorspacesJames R. Barlow2021-08-10
* image: detect DeviceN imagesJames R. Barlow2021-08-10