Icat implementation #7822
Replies: 3 comments
-
ENODATA means the amount of pixel data you supplied is not enough for the specfied image/frame width,height and format. |
Beta Was this translation helpful? Give feedback.
-
Thank you for that clarification.
}``` We enter in the function the |
Beta Was this translation helpful? Give feedback.
-
I tried to decompose the gif into multiple images but I still have the error |
Beta Was this translation helpful? Give feedback.
-
Hello, I want to make a TUI in Go that display a generated image at some point. I searched among existing implementation but none of them works with gif so I though I could fork one and make an implementation for gif. I made a fork for rasterm (I changed public api so I created a new repo igo). But I can't make it work. Here's my current code :
But I keep having the error
.Gi=1159361787;OK.Gi=1159361787,r=2;ENODATA:Insufficient image data: 0 < 27604.Gi=1159361787,r=2;ENODATA:Insufficient image data: 0 < 27604.Gi=1159361787,r=2;ENODATA:Insufficient image data: 0 < 27604
And I don't know where it comes from. Is there anyone that know how to solve this issue ?Beta Was this translation helpful? Give feedback.
All reactions