Closed cabanmichal closed 2 years ago
same
I tried potracer -o e.svg ekg.png
and it finished correctly and instantly. I guess I'll try your script there.
Yeah, okay, that did it. Lemme check up on that.
Yeah, when I convert to "1" rather than P it works. So it's something about the code using the palette type and expecting something else that's breaking this.
Yeah, wasn't expecting an int8 numpy array there. It reacted really strangely and could actually invert etc. It's corrected now.
Hi,
I'm trying to trace an image of an ECG curve however the code below never finishes. It seems that the
findnext
function is always returning the same tuple and therefore the infinite loop inbm_to_pathlist
never breaks. I'm not sure if the issue is in my code or in the package.Thank you.