func (imgs Images) DyMin() int {
    dyMin := 0
    for i, img := range imgs {
        if i == 0 {
            dyMin = img.Bounds().Dy()