Andreas Skomski
Andreas Skomski
Quick search gave 2 things you can try to print (scroll down on both pages an read the answers): https://superuser.com/questions/1407593/how-to-print-using-cmd-only-with-the-name-of-the-printer https://superuser.com/questions/1399939/how-to-print-image-file-in-windows7-using-command-line-lpr
But `mspaint /p %s` should be enough. ``` Print an image from Paint directly through the command line by adding a space after "mspaint" and adding "/p" then a filename...
> ok thanks a lot may be %s was missing :-) > but in fact it print only if i press the print button after taking a picture > in...
5C is the hex code for '\' (backward slash). I let you know if I've an idea how to solve it. Might be a windows specific issue.
Does the Download link work? Does Chromakeying link work? QR from Gallery points to the right URL? Does print work from Chromakeying? Tried a different browser?
Just mobile and can't test. Maybe you have time and can give feedback. Please test https://github.com/andi34/photobooth/commit/04f94a8b20ccbdd3357ed0af661c10145caba778
You've tried the code change posted above?
> now it s ok the installation have to be in localhost direct Does it also work without my change now? Path should be without `-` it `.` There's an...
> Path should be without - it . ok ... ? > Can be a subfolder too like: ``` photobooth photobooth210 ``` Also I'd avoid whitespaces like `photobooth 210`
There must be an issue on your end with that, it's not getting the filename right. Double check if you've applied my changes correctly for the /\ replacement. https://github.com/andreknieriem/photobooth/blob/master/api/qrcode.php