Reading gifs
I have a problem with reading the frames of a gif
I'd like to get what someone would see after opening and playing a gif file, however I can't figure out how to properly account for transparency and update methods
Can anyone help?
I'm basically looking for a
BufferedImage[] frames(File gifFfile)
method4 Replies
⌛
This post has been reserved for your question.
Hey @ShadowOfHeaven! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
What are you currently doing that doesn't account for transparency?
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
well I'd send you my (read as: copied of the internet & modified by deepseek and me to fix some of its errors) current code, but I think that'd just make it a lot more confusing
the thing is that I can't get rid of the very first frame being the background of every frame
and when I do, the some frames get invisible pixels in parts that do not move