Jonathan Stern
Jonathan Stern
Also running into this... any fix?
@zmk-punchbowl @emilbryggare Thanks! This solved the problem I was having as well. Any progress on the flashing images? (For me, the only photos that are flashing are those whose positions...
Update: Added `torchaudio==0.13.1+cpu` to my requirements.txt and am now hitting a new error ``` File "/app/.heroku/python/lib/python3.8/site-packages/soundfile.py", line 142, in raise OSError('sndfile library not found') OSError: sndfile library not found ```
Just following up!
This works with small images - but still having trouble with larger ones. Has anyone figured out a workaround? html2canvas works perfectly, but it's a little slower so I was...
Same here
Finally found a reliable solution: the modern-screenshot library (a fork of html-to-image). Completely fixed the problem for me! H/t @qq15725 https://github.com/qq15725/modern-screenshot
He explained the difference here: https://github.com/bubkoo/html-to-image/issues/361#issuecomment-1413526381 What do you think?
Can confirm that it's working beautifully! Thanks again @qq15725 :) (For me, it's working on photos >5MB... will post an update if it stops working but for now I think...