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
|
||||
from io import BytesIO
|
||||
|
||||
from PIL import Image
|
||||
from kivy.core.image import Image as CoreImage
|
||||
from kivy.uix.image import Image as kiImage
|
||||
""" 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
|
||||
|
||||
|
||||
# constants
|
||||
|
|
Reference in New Issue
Block a user