Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 678382 Details for
Bug 895177
Port decibel-audio-player's use of PIL to support Pillow for F19
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to use the form of import of PIL that is pillow compatible
decibel-audio-player-pillow.patch (text/plain), 898 bytes, created by
Toshio Ernie Kuratomi
on 2013-01-14 18:37:34 UTC
(
hide
)
Description:
Patch to use the form of import of PIL that is pillow compatible
Filename:
MIME Type:
Creator:
Toshio Ernie Kuratomi
Created:
2013-01-14 18:37:34 UTC
Size:
898 bytes
patch
obsolete
>Index: decibel-audio-player-1.08/src/modules/Covers.py >=================================================================== >--- decibel-audio-player-1.08.orig/src/modules/Covers.py >+++ decibel-audio-player-1.08/src/modules/Covers.py >@@ -124,7 +124,7 @@ class Covers(modules.ThreadedModule): > > def generateFullSizeCover(self, inFile, outFile, format): > """ Resize inFile if needed, and write it to outFile (outFile and inFile may be equal) """ >- import Image >+ from PIL import Image > > try: > # Open the image >@@ -144,7 +144,7 @@ class Covers(modules.ThreadedModule): > > def generateThumbnail(self, inFile, outFile, format): > """ Generate a thumbnail from inFile (e.g., resize it) and write it to outFile (outFile and inFile may be equal) """ >- import Image >+ from PIL import Image > > try: > # Open the image
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 895177
: 678382