Diagonal - Max length

Several of my customers have given designs and they want the cookie to be the “max length”, which for many designs is diagonal between furthest points, not just height and width.

It would be great if this was an option.

Hi Matt,

One way to handle this now is to rotate the image so that the longest dimension is either vertical or horizontal.

If you want to calculate corner, to corner for a rectangle, you can use the formula:
square_root( widthwidth + heightheight ).
This only makes sense if the image is touching two of the corners, like a rectangle. If it is round, like a circle, then width and height will measure the longest parts, not the diagonal.

I’m rotating it now, but I was thinking it would be a nice feature to add

1 Like