jpeg-python icon indicating copy to clipboard operation
jpeg-python copied to clipboard

Error in Encoder: SyntaxError: invalid syntax

Open sebbegnd opened this issue 11 months ago • 0 comments

When I try to run this: python encoder.py -h ./image.bmp ./output.jpg

it gives me this error:

File "encoder.py", line 60 os.path.dirname(filepath))) from e ^ SyntaxError: invalid syntax

sebbegnd avatar Aug 25 '23 13:08 sebbegnd