identiconGeneration fixes
This commit is contained in:
parent
1ee59643eb
commit
ccc21b33b0
|
@ -1,16 +1,15 @@
|
||||||
"""
|
"""
|
||||||
src/identiconGeneration.py
|
Core classes for loading images and converting them to a Texture.
|
||||||
=================================
|
The raw image data can be keep in memory for further access
|
||||||
"""
|
"""
|
||||||
# pylint: disable=import-error
|
|
||||||
import hashlib
|
import hashlib
|
||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
|
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
from kivy.core.image import Image as CoreImage
|
from kivy.core.image import Image as CoreImage
|
||||||
from kivy.uix.image import Image as kiImage
|
from kivy.uix.image import Image as kiImage
|
||||||
""" Core classes for loading images and converting them to a Texture.
|
# pylint: disable=import-error
|
||||||
The raw image data can be keep in memory for further access """
|
|
||||||
|
|
||||||
|
|
||||||
# constants
|
# constants
|
||||||
|
|
Reference in New Issue
Block a user