ros-visualization / rqt_bag

http://wiki.ros.org/rqt_bag
30 stars 54 forks source link

Bug in image_helper.py #53

Closed JadTawil-theonly closed 3 years ago

JadTawil-theonly commented 4 years ago

line 90:

if pil_mode == 'I;16':

should be:

if pil_img.mode == 'I;16':

dirk-thomas commented 4 years ago

@JadTawil-theonly Please create a pull request since you already propose a specific code change.