Skip to content
Snippets Groups Projects
Commit 70fac132 authored by Daniel Salazar's avatar Daniel Salazar
Browse files

forgot a debug print

parent 7d429d1a
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,6 @@ def main(File, Path, LayerViewers, MixerViewers, LayerOffset,\ ...@@ -108,7 +108,6 @@ def main(File, Path, LayerViewers, MixerViewers, LayerOffset,\
now we can be sure! (damn GIMP)''' now we can be sure! (damn GIMP)'''
if HasAlpha: if HasAlpha:
if not os.path.isfile(PathSaveRaw+imageFileAlpha): HasAlpha = False if not os.path.isfile(PathSaveRaw+imageFileAlpha): HasAlpha = False
print ("This image has alpha: ", HasAlpha)
# Get Widht and Height from images # Get Widht and Height from images
data = open(PathSaveRaw+imageFile, "rb").read() data = open(PathSaveRaw+imageFile, "rb").read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment