A question for PS experts

Discussion in 'Photoshop' started by sadiqsaad, Jul 14, 2011.

  1. #1
    Hello experts,

    I want to know if there's a way to crop pages out from one big file, for example,

    [​IMG]


    This file has 4 pages. What can I do in Photoshop to crop all 4 pages out?



    Thank you.
     
    sadiqsaad, Jul 14, 2011 IP
  2. bobwillz

    bobwillz Active Member

    Messages:
    685
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    61
    #2
    Yes just define first the size and then crop one by one ..if you want separate file
     
    bobwillz, Jul 16, 2011 IP
  3. almostamir

    almostamir Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes, if all the pages within the big file are the same size (x * y) , you could make a macro with the following steps:

    initial step:
    1) select (x * y) area at (0,0)

    repeated steps (for z=1; z <= number of pages, z++):
    2) copy + paste selection into a new file,
    3) return focus to the big file
    4) move selection down by y pixels to (0,y*z)

    Good luck.
     
    almostamir, Jul 17, 2011 IP