#๐Ÿ”’ Need help with wrong color when converting from frames to gif in a script

11 messages ยท Page 1 of 1 (latest)

fleet wadiBOT
#

@old basin

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

lone oak
#

make sure its RGB not BGR which is default in opencv

old basin
#

So I have a script to make an animated Minecraft texture using sprite PNG + MCMETA descriptor into an animated GIF. I wanted to clean up the code, like adding logging, error handling, etc, etc, I used ChatGPT for it and it just doesn't work and I don't understand why.

Initial script code

#

Wrong color when converting from frames to gif in a script

#

The old script also sometimes has an error that I can't really explain why. As far as I know it's because of the image compression, and how the file data structure when it is compressed, but sometimes it works too so yeah

#

Here's files to test

#
{
  "animation": {
    "frametime": 40,
    "interpolate": true,
    "frames": [
      0,
      1,
      2,
      3
    ]
  }
}

(Save the text and change it to .mcmeta

old basin
#

Ah please ask if you don't understand what I'm asking ๐Ÿ™‚ or if you need examples

fleet wadiBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.