Linux
    
  
  
  
  I needed to cut an image into thirds horizontally...
mogrify -crop 33.333333%x100% <filename> 
      I needed to cut an image into thirds horizontally...
mogrify -crop 33.333333%x100% <filename> 
      © 2025 Code0x378