commit 46de839256bab5ff44505b0a8ebbb15364aaa514
parent f8e7b10e8b37a7f329f355d454e7aebed4b5cb5b
Author: Adam M <aemalone@gmail.com>
Date: Thu, 16 Sep 2021 14:31:54 -0500
increase gif frames to 65k, change contact email address
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/plugin.json b/plugin.json
@@ -1,11 +1,11 @@
{
"slug": "computerscare",
- "version": "1.4.2",
+ "version": "1.4.3",
"name": "computerscare",
"brand": "computerscare",
"author": "computerscare",
"license": "BSD-3-Clause",
- "authorEmail": "aemalone@test.com",
+ "authorEmail": "computerscaremodules@gmail.com",
"pluginUrl": "https://github.com/freddyz/computerscare-vcv-modules",
"authorUrl": "https://github.com/freddyz/computerscare-vcv-modules",
"sourceUrl": "https://github.com/freddyz/computerscare-vcv-modules",
diff --git a/src/animatedGif.hpp b/src/animatedGif.hpp
@@ -104,7 +104,7 @@ STBIDEF unsigned char *stbi_xload(char const *filename, int *x, int *y, int *fra
gr = &head;
p = result;
int counter = 0;
- while (gr && counter < 128)
+ while (gr && counter < 65536)
{
prev = gr;
//printf("p:%i, &p:%i, *p:%i\n", p, &p, *p);