Skip to content

Commit

Permalink
fix invalid comment - this has been RGBA for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-m committed Nov 25, 2023
1 parent 45adebd commit 08fc22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/stitch/auto.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func (r *AutoStitcher) Frame(frameColor image.Image, ts time.Time) *Train {

log.Trace().Time("ts", ts).Uint64("frameIx", r.prevFrameIx).Msg("Frame()")

// Convert to gray.
// Convert to RGBA.
frameRGBA := imutil.ToRGBA(frameColor)
// Make sure we always save the previous frame.
defer func() {
Expand Down

0 comments on commit 08fc22c

Please sign in to comment.