Hello.
Thank you for fixing the bug that gave me a hard time.
Unfortunately, I think I found another bug.
The specified frame value may not match the frame rate stored in the GIF.
As far as I’m guessing, when layers are added, this problem is bugged.
If there is only one layer, it will be saved normally
If there are more than one layer, the frame speed is different.
For example,
1 frame - 100 ms
2 frame - 120 ms
3 frame - 150 ms
4 frame - 200 ms
When I work like this,
If 3 to 4 frames are stored as GIFs, the frame speed must be 150 and 200 ms
But the result is 100, 120 ms.
Or it could be a completely different ms value.
I think I need your confirmation.
Thank you always.