summaryrefslogtreecommitdiff
path: root/silx/gui/plot3d/utils/mng.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot3d/utils/mng.py')
-rw-r--r--silx/gui/plot3d/utils/mng.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/silx/gui/plot3d/utils/mng.py b/silx/gui/plot3d/utils/mng.py
index fe79a52..8049a2f 100644
--- a/silx/gui/plot3d/utils/mng.py
+++ b/silx/gui/plot3d/utils/mng.py
@@ -1,7 +1,7 @@
# coding: utf-8
# /*##########################################################################
#
-# Copyright (c) 2016-2017 European Synchrotron Radiation Facility
+# Copyright (c) 2016-2020 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -108,7 +108,7 @@ def convert(images, nb_images=0, fps=25):
# Add filter 'None' before each scanline
prepared_data = b'\x00' + b'\x00'.join(
- line.tostring() for line in image) # TODO optimize that
+ line.tobytes() for line in image) # TODO optimize that
compressed_data = zlib.compress(prepared_data, 8)
# IDAT chunk: Payload