79752759

Date: 2025-09-01 17:08:02
Score: 0.5
Natty:
Report link

From the ImageMagick docs:

Use -define trim:edges={north,east,south,west} separated by commas to only trim the specified edges of the image

So you can trim only the bottom border with

magick pre-trim.png -define trim:edges=south -trim post-trim.png
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DBear