: How to correctly delete background of gif image? I'm trying to delete the background of a gif image. After deleting the background of the image animation, it's no longer playing correctly. How
I'm trying to delete the background of a gif image. After deleting the background of the image animation, it's no longer playing correctly.
How do I correct for the incorrect changes occurring here:
Original:
The problem, after background removal:
More posts by @Barnes313
1 Comments
Sorted by latest first Latest Oldest Best
By default GIF images save the first frame. All subsequent frames are defined as changes compared to the frame before them. The renderer draws these changes over the previous frame. Drawing a transparent pixel over something else has little effect. This is most likely the cause of your problem.
Now to solve it. You have to adjust the frame disposal method in photoshop. According to the linked page it is done as follows:
Select the frames to alter the disposal method.
Right click the "frame thumbnail" to display the context menu.
Select "Dispose".
The documentation states that "automatic" should yield the correct result. This however seems to not be the case here. Therefore you have to force each frame to redraw by discarding the previous. This probably results in a tad bigger image.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.