Trim off x pixels from top, y from bottom, z from sides

Hi!
I need to trim off x number of pixels from the top, y number of pixels from the bottom, and z number of pixels from both sides from a bunch of screenshots. I'm looking for a way to batch process this, and first I thought of creating an action, but I can't find a tool that will let me remove different (predetermined) numbers of pixels from different sides.
In this instance I need to remove 24 pixels from the top, 15 from the bottom and 8 from the sides, but if there is a way to make a script or action where each value can be input before batch processing that would be great (top, left, right, bottom). Not all screenshots need the same amount of trimming/cropping.
Any ideas on how to do this?

I think you should be able to do this using Image/Canvas Size, you can use Relative mode and then anchor the image accordingly. You will have to do it several times, but I think it should work and be recordable as an action..

Similar Messages

  • How to invert vertical slide control from top-down to bottom-up style?

    How to invert vertical slide control from top-down to bottom-up style?
    Actually vertical slide control has default style as the below image:
    I want it to be something like this:
    Sorry for my bad photoshop skill

    Thanks a lot !!!
    It's what I didn't know

  • Firefox icon has a white "no" symbol (circle with diagonal line from top left to bottom right) superimposed over it. Clicking it yields: "The application 'Firefox' cannot be launched" followed by: "-10661"

    I’m a novice and a Mac user. Don’t know computer lingo. About a week ago, while working at computer, I received repeated unsolicited messages, presumably from Firefox, to update to Firefox 4.0. I attempted to comply by clicking, but maybe clicked something wrong and now can’t open Firefox. Hope I don’t lose all my bookmarks. Advice welcome.
    Possibly unrelated - highlighting the icon then clicking “Get Info” yields “Kind: Application (Intel)”. Only mentioning this because, being an “iMac G5 / PowerMac8,2 / PowerPC G5 (3.0) / Version 10.4.11”, this computer doesn’t have Intel processors.
    Thanks

    You're welcome.
    Please click the '''Helpful''' button next to the answer that solved your Firefox support issue, '''when you are logged in''', so this thread gets marked as '''Solved''' to help other users who may have this same problem.

  • X220 dead pixels from top to bottom

    I have had my X220 Tablet for 18 months (purchased November 2011), my one year warranty expired (received no notification it was going to expire back in Nov 2012) but had no problems at all during these 18 months.
    Now, I just turned it on today (July 3rd, 2013) and had a vertical blu-green line from top to bottom at 18.5mm from the left side of the screen. I figure a whole line of pixels of one color (red) had gone off, so it is not a single pixel, it is a whole line.
    I use this convertible tablet about 20% of my time, my workhorse is provided by my workplace (a Dell convertible tablet).  So I was surprised that with so little use the screen has gone bad so soon, and just six months after warranty has expired, and it seems it may get worse.
    I also thought when I purchased it that the screen was LED, then found that it is a LCD with a LED backlight.
    Is the only solution to replace the IPS screen (it's has a multitouch panel)? or is there a software or BIOS solution?
    And if the solution is the replacemente, approximately how much the replacement screen costs?
    Any help, suggestions are appreciated.
    AzaelB

    Welcome to the forum!
    The LCD panel will have to be replaced, I'm sorry to say.
    Good luck.
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • Any way to trim off .url from bookmark name import from html?

    just import bookmark.html from IE, and notice that all bookmark show as XXXXX.url?
    why? checked bookmark.html from IE, no .url there.
    any way to trim off '.url'?
    please advise.

    I don't know why that happened, but you could try the workaround in this earlier thread: [https://support.mozilla.org/en-US/questions/934874?esab=a&s=bookmarks+import+%22.url%22&r=0&as=s bookmark names have ".url" character string appended to all names].

  • Formula to trim off data from another cell after

    Wonder if anyone can help.  Ive got some address columns im editing in Numbers. Unfortunately,( common problem I know!), not all the date in the cells are uniform.  For example: E2 may have  '123 Alphabet Street', whereas E3 might have '123 Alphabet Street, London'.  Im trying to write a quick formula where I can trim off any data after the ',' into another column called Town.
    Im going to continue to scroll through this forum to see if this has been dealt with before, and look on Iwork Help. But in the meantime.. if anyone could give me a pointer that would be ace.
    Thanks

    You'll need two columns, one for each part of the split.
    Original data in column B, Street address in column C, City in column D
    C:   =IFERROR(LEFT(B,FIND(", ",B)-1),B)
    D:   =IFERROR(RIGHT(B,LEN(B)-FIND(", ",B)-1),"")
    Regards,
    Barry

  • My cursor keys will not scroll my Facebook TimeLine, it jumps from top to bottom, works fine in Chrome browser.

    I am using Linux Mint ver. 16, and the Chrome browser works OK with keybd cursor keys in Gmail, Facebook, etc. but when I switch to your FireFox browser, I find the cursor keys are erratic and the up/down keys jump from the top to the bottom of Facebook time line, with no stopping or scrolling. I have tested this on a desktop PC and a laptop PC, and I get the same result, so I know it is not the hardware. So I will just stop using your Firefox browser until I can get a fix.
    Wayne

    You may have switched on caret browsing.
    *http://kb.mozillazine.org/accessibility.browsewithcaret
    You can toggle caret browsing on/off by pressing F7 (Mac: fn + F7).
    *Edit > Preferences > Advanced > General > Accessibility: [ ] "Always use the cursor keys to navigate within pages"
    Note that this is an accessibility feature of Firefox.
    *http://kb.mozillazine.org/Scrolling_with_arrow_keys_no_longer_works
    *http://kb.mozillazine.org/Accessibility_features_of_Firefox

  • Sub form display from top of the page

    Hi Experts
    I have some page display issue with my form. I have 2 main forms and 5  sub forms. The form structure is I have called the subforms from the main form  using button option, while I click the button to view the sub form I am veiwing it perfectly, but while loading the subforms the previous navigation scroll bar is not changing the newpage is not going to top of the page. This takes me the sub form half of the view I have to manually scroll to top of the page.
    I have tried with zoom options but only fit height option works and it looks too small is there any other way to show subforms from top of the page?
    Thanks in advance
    Regards
    arul

    Hi Arul,
    Maybe this helps you. It is kinda clumsy but might work for you.
    Sounds like you are ending up on the right page but in the wrong spot on that page. Yah?
    So at the end of your button code (which already works) just put in:
    xfa.host.pageDown();
    xfa.host.pageUp();
    So, in effect, you are going off page and then immediately coming back. It happens very quickly, so the user won't notice it.
    It has the result of bringing you to the TOP of the page.
    Good Luck,
    Joe

  • 2 vertical lines, running from top to bottom, have appeared on my screen

    2 vertical lines, running from top to bottom, have suddenly appeared on my screen. On a white back ground they appear blue and green. they have a wide space between them. I switched off and on but they are still there. Whats happening?

    You don't say what model Mac you have (iMac I assume) or OS version, but it's probably an LCD problem. Do you have access to another monitor? If it doesn't show up on the external monitor, it's your iMac monitor and not the video card. If it shows up on the external, it's the video card. Do you have AppleCare?

  • My PC has blue screened twice in the past week so I force quit it it came back on a few times after that it is now grey screening with inch wide blue lines from top to bottom the apple logo is there and it is trying to boot up but nothing happening

    My Mac has blue screened a couple of times this week it started to work a couple of times after that but now it is grey screening with inch wide blue lines from top to bottom the apple logo is also there it is trying to boot up again but won't. Not sure don't know anything about how to fix things but I suspect the fan has stopped working as I can't hear one. The problem I have I now live in Turkey and I am 1000 km from the nearest apple shop which is in Istanbul I believe and I now live in Didim, Altinkum I don't trust the everyday Turkish shop to take it to as they will tell you they know how to fix it but will probably make it worse, typical in Turkey. Please can someone help as we use it for our business and obviously I need it up and running ASAP I am using IPad and iPhone at moment but can't access my files which are on PC.

    Thanks for that information!
    I'm sure I will be calling AppleCare, but the problem is, they charge for the phone calls don't they? Because I don't have money to be spending to be on the phone with a support service.
    In other things, it seemed like the only time my MacBook was working was when I had Snow Leopard without the 10.6.8 update download that was supposed to be done to prepare for OS X Lion.
    When I look at the information of my HD it says that I have 10.6.8 but that was the install that it claimed to have failed and caused me to restart resulting in all of the repeated problems.
    Also, because my computer is currently down, and I've lost all files how would that effect the use of my iPhone? Because if it doesn't get fixed by the time OS 5 is released, how would I be able to upgrade?!

  • Open url from top navigation bar in work area

    Hi.
    I added in top navigation bar one link (component CRMCMP_HDR_STD, view MESSAGE). How i would like to show content of that url in workarea of web ui window.
    I know that I can call url with href, but the problem is that this url content is then shown in that top navigation bar which is very small. I also know how to show that content in new window.
    But as I said Iwant to show it in workarea window. Like for example if you click on Personalization link in navigation bar.
    I checked how this Personalization call works in standard but it is somewhove hardcoded.
    Any ideas? Help will be appreciated.

    I would have even bettter requirement. I developed Z component. And I want to call this Z component from navigation bar link (component CRMCMP_HDR_STD, view MESSAGE).
    But as I said, I don't want to open that Z compoennt instead of CRMCMP_HDR_STD component in top bar, but in workarea. The requirement is similar as when you would click on any option in left navigation bar, which then opens component in workarea. But I don't want to launch my Z component from left navigation bar (which I know how to use), but from top navigation bar.
    Help appreciated.

  • How to print from top of the page?

    Hi all,
    This is Narendra.
    I am facing following problem in report.
    My report contains 4 groups in datamodal.
    All groups have same parameters.
    In report out put when second group goes to second page it is printed
    from middle of the second page,insted of printing from top of the page.
    What should i do to print from top of the page.
    Plz suggest me a solution.
    Regards,
    Narendra.
    [email protected]

    Hello,
    Most of the times, these problem are solved by "enclosing" the "Repeating frames" in frames with "Vertical Eleasticity" set to "Variable"
    Regards

  • How to find the contents of proc from top command

    I had a doubt related to how to find the contents of a procedure or the statements from the PID displayed in top command if it can be done from TOAD or
    sqlplus. If we can find out the details from top like:-
    21211 oracle 16 0 3228 1012 764 R 0 0.0 0:07.68 top
    1 root 16 0 1732 552 472 S 0 0.0 0:01.29 init
    say, what is the process with PID 21211 and 1 are doing?
    I hope, my question is clear.
    Please, help in solving the doubt.
    regards

    Join v$process, v$session, and v$sql
    SQL> ed
    Zapisano file afiedt.buf
      1  SELECT p.pid, s.sid, s.serial#, sq.sql_text
      2    FROM v$session s,
      3      v$process p,
      4      v$sql sq
      5    WHERE s.paddr = p.addr
      6*   AND sq.address = s.sql_address
    SQL> /
           PID        SID    SERIAL# SQL_TEXT
            37        128          2 BEGIN EMD_NOTIFICATION.QUEUE_READY(:1, :
                                     2, :3); END;
            19        149       4566 SELECT p.pid, s.sid, s.serial#, sq.sql_t
                                     ext   FROM v$session s,     v$process p,
                                          v$sql sq   WHERE s.paddr = p.addr
                                      AND sq.address = s.sql_address
    SQL>Edited by: Łukasz Mastalerz on Feb 12, 2009 1:27 PM

  • I just jazzed up my 2 Ghz iMac with 10.6.8, and 4 gigs of memory. I'm VERY happy with the results (fast!), but now I have a thin yellow line way over on the right side of the screen, which goes from top to bottom. This is really strange! Any input?

    I'm VERY happy with the results (fast!). However, the really strange thing is this - there is now a thin yellow line, way over on the right side of the screen, which goes from top to bottom, and stays there no matter where I go or what I do. I've never seen anything like this! It was not there before I did the upgrades. Anyone out there ever heard of such a preposterous thing ~ or have any ideas on how to get rid of it?

    Hello Mark,
    It's going to mean a lot of reading but you should study the 'More like this' legend to your post's immediate right.  >>>>>>>>   plus some of the links within each.
    The problem is well explored with much guidance on what to do and where to go.

  • I lost my phone and the location service is off. Is it possible to turn it on from another device?

    I lost my phone and the location service is off. Is it possible to turn it on from another device?

    No.

Maybe you are looking for