Bump version of imaging for a few more fixes

This commit is contained in:
Kovid Goyal
2025-11-08 10:27:56 +05:30
parent 2eddb6ab19
commit 57f7c8f65e
4 changed files with 5 additions and 5 deletions

View File

@@ -114,7 +114,7 @@ var _ = debugprintln
func add_frames(ctx *images.Context, imgd *image_data, gf *imaging.Image) {
for _, f := range gf.Frames {
frame := add_frame(ctx, imgd, f.Image, f.X, f.Y)
frame := add_frame(ctx, imgd, f.Image, f.TopLeft.X, f.TopLeft.Y)
frame.number, frame.compose_onto = int(f.Number), int(f.ComposeOnto)
frame.replace = f.Replace
frame.delay_ms = int(f.Delay.Milliseconds())