{offsetSquare,rect,0,errors.New("crop dimensions out of bounds of image, image width '80px' & height '80px'; crop bottom right coordinate at X '160px' Y '160px'")},
{outOfBoundsSquare,rect,0,errors.New("crop dimensions out of bounds of image, image width '80px' & height '80px'; crop bottom right coordinate at X '1000000px' Y '1000000px'")},
},
},
{
"rose.webp",
[]params{
{topLeftSquare,topLeftSquare,1183,nil},
{offsetSquare,offsetSquare,1251,nil},
{outOfBoundsSquare,rect,0,errors.New("crop dimensions out of bounds of image, image width '400px' & height '301px'; crop bottom right coordinate at X '1000000px' Y '1000000px'")},
},
},
{
"spin.gif",
[]params{
{topLeftSquare,topLeftSquare,693,nil},
{offsetSquare,offsetSquare,1339,nil},
{outOfBoundsSquare,rect,0,errors.New("crop dimensions out of bounds of image, image width '256px' & height '256px'; crop bottom right coordinate at X '1000000px' Y '1000000px'")},
},
},
{
"status.png",
[]params{
{topLeftSquare,topLeftSquare,1027,nil},
{offsetSquare,offsetSquare,1157,nil},
{outOfBoundsSquare,rect,0,errors.New("crop dimensions out of bounds of image, image width '256px' & height '256px'; crop bottom right coordinate at X '1000000px' Y '1000000px'")},