-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance by not extracting compressed image data if retain…
…ImageContent was set to false (#590) * skip image streams if retainImageContent is false * minor refactoring * use /Length field to help preg_match parse stream * check nullness explicitly * fix doc style and braces * Fixed coding style issues; made getHeaderValue private Made getHeaderValue private, because it is only used internally. We don't wanna expand our API, if it can be avoided. * fix code style issues * try fix cs-fixer complains * micro: fix comparison style Co-authored-by: Konrad Abicht <hi@inspirito.de> * added further comments to explain new code parts * Update RawDataParser.php * fixed further coding style issues --------- Co-authored-by: Konrad Abicht <hi@inspirito.de>
- Loading branch information
Showing
1 changed file
with
63 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters