We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd01484 commit 1ac75ceCopy full SHA for 1ac75ce
1 file changed
src/highdicom/frame.py
@@ -317,8 +317,9 @@ def encode_frame(
317
from openjpeg.utils import encode_array
318
except ModuleNotFoundError:
319
raise ModuleNotFoundError(
320
- "Highdicom requires the pylibjpeg-openjpeg package to compress "
321
- "frames using the JPEG2000Lossless transfer syntax."
+ "Highdicom requires the pylibjpeg-openjpeg package to "
+ "compress frames using the JPEG2000Lossless transfer "
322
+ "syntax."
323
)
324
325
data = encode_array(
0 commit comments