summaryrefslogtreecommitdiff
path: root/tests/test_image_access.py
Commit message (Expand)AuthorAge
* image.py: more refactoring to make PdfInlineImage closer in behaviorJames R. Barlow2018-09-18
* Add direct image extraction of grayscale and CMYK JPEGsJames R. Barlow2018-08-19
* Fix error in parsing inline images with masksJames R. Barlow2018-08-10
* Refactor dictionary['key']=valueJames R. Barlow2018-07-13
* Revise Object.write() to use kwargsJames R. Barlow2018-07-13
* Improve handling of trivial palettesJames R. Barlow2018-06-26
* Better testing for image accessJames R. Barlow2018-06-25
* pylint fixes of test and support filesJames R. Barlow2018-06-25
* Unbox int, bool, real, all passingJames R. Barlow2018-06-08
* PdfImage: better testsJames R. Barlow2018-06-06
* Add support for accessing inline imagesJames R. Barlow2018-05-24
* Update tests to eliminate most usage of pikepdf._qpdfJames R. Barlow2018-05-17
* Define and use helper classes for Array and Dictionary tooJames R. Barlow2018-05-16
* Change name to extract_to, fix testsJames R. Barlow2018-05-15
* Expand image access capabilitiesJames R. Barlow2018-05-14
* Create classes to stand in for PDF object typesJames R. Barlow2018-05-07
* Fix failing test after 8.0.0 upgradeJames R. Barlow2018-03-22
* The only thing that solves all causes seems to be the custom type casterJames R. Barlow2017-11-08
* XObject crash fixed!James R. Barlow2017-11-07
* Interestingly using test fixtures here causes a crash... why?James R. Barlow2017-11-06
* Move Object constructors out of Object. namespaceJames R. Barlow2017-11-03
* Add manual experiment that replaces a RGB image with grayscaleJames R. Barlow2017-11-02
* Support both copy and buffer access to PDF streamsJames R. Barlow2017-10-25