7 Commits

Author SHA1 Message Date
Gunnsteinn Hall
f8ac397bdf
NewPdfReaderLazy supports reading PDF files in lazy-load mode (#409)
* Lazy loading support NewPdfReaderLazy. 
* Change colorspace and annotations loading to lazy. Clean up page object loading.
* Clear up reference resolving and remove redundant traceToObject function.
* Add IsLogLevel function to logger.  Can be used to avoid calling resource intensive functions except when running trace only.
2019-04-14 22:22:41 +00:00
Adrian-George Bostan
85acc73977 Adjust image extractor test 2019-03-08 18:59:51 +02:00
Peter Williams
1d35226bab Fixed a buffer overrun in Indexed colorspaces and added a regression test for it. 2019-02-04 09:10:18 +11:00
Peter Williams
07958431c1 Set defaults for ICC colorspace ranges and added a test for it to image_test.go 2019-01-31 15:18:17 +11:00
Gunnsteinn Hall
77840ff66f Add more test cases for image extraction, including inline and multi images. 2019-01-28 23:32:51 +00:00
Gunnsteinn Hall
6b4edc46ea Test case with nested transform matrices. Use testify to make tests cleaner. 2019-01-28 22:43:53 +00:00
Gunnsteinn Hall
3a2b2fa572 Blueprint for testing image extractor 2019-01-23 09:32:51 +00:00