Skip to content

Commit

Permalink
PDFBOX-5876: revert due to rendering regression test failure
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1920453 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Sep 4, 2024
1 parent eb0a4ed commit 333f968
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -713,8 +713,7 @@ private void initJPXValues()
// bits per component
// the colorspace of the image is used if the dictionary doesn't provide any value
PDStream stream = getStream();
DecodeOptions options = new DecodeOptions(cachedImageSubsampling);
try (COSInputStream is = stream.createInputStream(options))
try (COSInputStream is = stream.createInputStream())
{
DecodeResult decodeResult = is.getDecodeResult();
stream.getCOSObject().addAll(decodeResult.getParameters());
Expand Down

0 comments on commit 333f968

Please sign in to comment.