Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chill0r authored May 30, 2017
1 parent 20baace commit ca19f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PxlTemplateCreator.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def convert_image(image, out_file, num_transparent_pixels=1):
if args.verbose:
print("setting pixel", ox+num_transparent_pixels*ox, oy+num_transparent_pixels*oy,
"to", image.getpixel((ox, oy)))
newImage.save(out_file + '_' + str(image.size[1]) + '.png')
newImage.save(out_file + '_' + str(image.size[0]) + '.png')
return

print("PxlTemplateCreator - create your templates the easy way")
Expand Down

0 comments on commit ca19f93

Please sign in to comment.