func (imgs Images) DxMin() int {
    dxMin := 0
    for i, img := range imgs {
        if i == 0 {
            dxMin = img.Bounds().Dx()