VirtualBox

Changeset 28679 in vbox


Ignore:
Timestamp:
Apr 23, 2010 6:23:52 PM (15 years ago)
Author:
vboxsync
Message:

VBoxShell: truly WS compatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r28677 r28679  
    384384    size = (w,h)
    385385    mode = "RGBA"
    386     im = Image.frombuffer(mode, size, data, "raw", mode, 0, 1)
     386    im = Image.frombuffer(mode, size, str(data), "raw", mode, 0, 1)
    387387    im.save(f, "PNG")
    388388
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette