mzucker / noteshrink

Convert scans of handwritten notes to beautiful, compact PDFs
https://mzucker.github.io/2016/09/20/noteshrink.html
MIT License
4.81k stars 351 forks source link

Warning: Error opening image #29

Closed 1stdevfriend closed 4 years ago

1stdevfriend commented 6 years ago

warning: error opening C:\Users\Kartikey warning: error opening Kushwah\Downloads\Compressed\noteshrink-master\image.jpg running PDF command "convert output.pdf"... Invalid drive specification. warning: PDF command failed

piyusharma95 commented 6 years ago

Please specify the link to the image with which you are facing the error.

DiegoFaFe commented 6 years ago

@SwampDolphin97 as i stated on #15 it's cause it collides with a windows' command (https://technet.microsoft.com/en-us/library/bb490885.aspx)

Just use it like this: python noteshrink.py -c "magick convert %i %o" IMAGE1 [IMAGE2 ...]

Or get #30 changes

1stdevfriend commented 4 years ago

Yes. Fixed!