identiconGeneration fixes

This commit is contained in:
lakshyacis 2019-11-21 15:37:08 +05:30
parent 1ee59643eb
commit ccc21b33b0
No known key found for this signature in database
GPG Key ID: D2C539C8EC63E9EB

View File

@ -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