Skip to content

Commit

Permalink
sp
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon authored and grabermtw committed Oct 22, 2024
1 parent 38eb08f commit 6ca9fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mrfgen/RgbPngToPalPng.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def usage():
sys.exit(-1)
elif opt == '-o':
palPng = arg
print('Output pelette PNG image: ' + palPng)
print('Output palette PNG image: ' + palPng)
elif opt == '-f':
fillValue = arg
if int(fillValue) < 0 or int(fillValue) > 255:
Expand Down

0 comments on commit 6ca9fe8

Please sign in to comment.