Create a square thumbnail or favicon using ImageMagick
convert file.png -background transparent -gravity Center -extent 1:1# -scale 32 file-32px.png
Resize `file.png` to a 32x32 px image. Use a value other than 32 to create other icon sizes (e.g. 16x16 or 32x32). Combine two favicon sizes using: `convert icon-16px.png icon-32px.png favicon.ico`
For a social media preview image, use `2:1#` for the extent and `1200` for the scale.
https://gitlab.com/gitlab-com/federal/-/issues/6479 https://gitlab.com/gitlab-com/federal/-/issues/6480 https://gitlab.com/gitlab-com/federal/-/issues/6481 https://gitlab.com/gitlab-com/federal/-/issues/6482 https://gitlab.com/gitlab-com/federal/-/issues/6483 https://gitlab.com/gitlab-com/federal/-/issues/6484 https://gitlab.com/gitlab-com/federal/-/issues/6485 https://gitlab.com/gitlab-com/federal/-/issues/6486 https://gitlab.com/gitlab-com/federal/-/issues/6487 https://gitlab.com/gitlab-com/federal/-/issues/6488
tthank you
??? ????????thank you