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

Ask for help and post your question on how to use XnView Classic.

Moderators: XnTriq, helmut, xnview

Post Reply
pstein
Posts: 51
Joined: Mon Sep 04, 2006 3:43 pm

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

Post 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
captaincavern
Posts: 44
Joined: Fri Dec 13, 2013 6:31 am

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

Post 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.
User avatar
XnTriq
Moderator & Librarian
Posts: 6336
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

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

Post by XnTriq »

Alternative method:
  • Tools » Batch Processing... » Transformations
    • Image » Crop » Parameters
      • X: 0
      • Y: 0
      • Width: { width of your input image }
      • Height: 9000
Post Reply