Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:FactoryCandidates
macrofusion
frombytes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File frombytes.patch of Package macrofusion
--- macrofusion.py.orig 2014-04-22 10:38:35.000000000 +0200 +++ macrofusion.py 2019-08-15 07:49:18.092358112 +0200 @@ -618,7 +618,7 @@ def pixbuf2Image(self, pb): width,height = pb.get_width(),pb.get_height() - return Image.fromstring("RGB",(width,height),pb.get_pixels() ) + return Image.frombytes("RGB",(width,height),pb.get_pixels() ) def put_files_to_the_list(self, fichiers):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor