Page 1 of 1

How to crop a *.png picture to height 9000pixel ?

Posted: Mon Jul 11, 2016 6:13 am
by pstein
Assume I have a very, very height *.png picture with a height of e.g. 32000 pixels.

How can I crop the picture inside XnView to a height of e.g. 9000 pixel ?

The width should remain as it is.

Peter

Re: How to crop a *.png picture to height 9000pixel ?

Posted: Mon Jul 11, 2016 5:14 pm
by captaincavern
Depending on what portion of the image I would need to keep I would either draw a selection to the nearest possible value above 9000 pixels, then crop it and then use the Resize Canvas dialog to finish it or use the Resize Canvas dialog only.

Re: How to crop a *.png picture to height 9000pixel ?

Posted: Mon Jul 11, 2016 8:00 pm
by XnTriq
Alternative method:
  • Tools » Batch Processing... » Transformations
    • Image » Crop » Parameters
      • X: 0
      • Y: 0
      • Width: { width of your input image }
      • Height: 9000