How can I set up a repeatable bulk image size reducer?

How can I set up a repeatable bulk image size reducer?

File > Scripts > Image processor.  It's pretty straight forward.
Although I used the free Irfanview for many years.

Similar Messages

  • How can I set up the repeat of a reminder on iCloud?

    IOS5 allows repeats to be set for reminders. I cannot see how to do it in iCloud however. iCloud includes a repeat field in the Calendar appointments create/edit form but not in the Reminder create/edit form. I've checked the iCloud online help but nothing is mentioned about setting the repeat of a reminder. Thanks.

    Thanks for the response. This doesn't work for me. The "alert" field appears when I assign a due date to a Reminder on icloud.com but the repeat option does not appear. I have since found this reference to it http://support.apple.com/kb/HT4861?viewlocale=en_US confirminng that icloud.com does not supports repeating Reminders. In fact reminders on the iCloud,com, IOS5 and Outlook platforms gives me the impression that this app is "work in progress". There are different basic features missing on all the platforms. Outlook appears to have a problem syncing edits to recurring tasks (which is what Outlook converts an iclouds reminder into) via the iCloud Add-on as duplicate recurring tasks appear after the sync with iCloud. Another annoying problem is that the priority of IO5 reminders do not show up in any views. I hope improvement will be rushed out quickly. Thanks once again for trying to help.

  • Banner size video - how can I set the canvas to an odd size?

    I'm interested in creating web page ad banners that include some looping video.
    Is there a way to set the canvas size to 350x250 or some other odd size?
    If not, do you know if any other video editing software can allow this?
    Thanks,
    DAN
    PowerBook G4   Mac OS X (10.4.4)   FCE HD

    No. FCE works with fixed sizes.
    Try your question on the FCP forum next door, FCP can use other sizes.
    Al

  • How can I descreen and scale the target image size with a HP 8600 n911 premium?

    I recently purchased an new HP 8600 n911 premium all-in-one, HP's top of the line all in one inkjet printer/scanner.  I cannot find any settings that permit me to descreen an image (such as one in a newspaper) or to adjust the size of the target image.  Is there additional software that will permit me to do this or am I missing something in the software provided by HP?  
    This question was solved.
    View Solution.

    You would need software form a third party to have this option.  The free software that comes with the 8600 doesn't have an option for that. Vuescan is the only software I could find that says it works with your pritner and has a descreen option.  You have to purchase it, but it will give you more advanced options than the software that came with the printer.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • How can I apply 'Lens Correction' to 32bit image without reducing to 16bit?

    I'm looking for a way to apply 'Lens Correction' to a 32bit image. The image is originally 8bit, but I need to bring it up to 32bit when running the HDR. I only seem to be able to do 'Lens Correction' on 8 or 16bit images however, and the quality of a 32bit HDR wipes the floor with a 16. I'm a bit new to smart filters so hopefully there is something simple and obvious that I'm missing! Any help?

    This forum is about the Cloud as a delivery process, not about using individual programs
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll

  • How can I set an event to repeat on a week day rather than a numerical day of each month?

    How can I set an event to repeat on a week day rather than a numerical day of each month? I see an option at the bottom of the repeat window .... but I cannot use it. Actually, when I try it freezes up my Calendar.
    Lorrene Baum Davis

    These scrrenshots are from Snow Leopard - I would think that Lion wouldn't be too much different.

  • How can I set up various mailboxes in Mail on my iPad.

    How can I set up various mailboxes in Mail on my iPad.
    I am using a Pop account and don't want to change this setup.
    I use two devices to access the same email account but I am not experiencing any lockout issues.
    Mail is simply not giving me any options to create mailboxes and there must be a way of doing this.  If I can do it in my iMac, surely I can do the same thing on my iPad.

    -Tap "Settings" app,
    -Select "Mail, Contacts, Calendars" option on the left hand side,
    -On the right, under "Accounts" on top, tap "Add Account...",
    -Select one of the email service providers or "Other",
    -Under "Mail", tap "Add Mail Account",
    -A window pops up and enter your new email account details.
    -Repeat for new email accounts.

  • Auto-Capitalization: How can I set Pages v5.01 to auto-capitalize the first letter of the first word in a sentence and to automatically change lower case "i" to "I" appropriately. I'm unable to find a menu that offers me these.

    Auto-Capitalization: How can I set Pages v5.01 to auto-capitalize the first letter of the first word in a sentence and to automatically change lower case "i" to "I" appropriately. I'm unable to find a menu that offers me these.

    Gavin Lawrie wrote:
    Once it had been established that the iWork rewrite had resulted in some features being lost and others broken, and once Apple had acknowledged the concerns* and suggested they are working on fixes**, I'm not sure what else there is to achieve.
    You are writing that in the perspective of having read about it here already. Repeated often enough that you encountered it somewhere in the posts.
    Users are flooding in here and don't know any of this. Of course we have to repeat everything endlessly.
    Because I like to give precise, understandable and workable answers to repeated questions, and Apple doesn't allow sticky posts here, I created a separate forum which users can consult to look up real answers, and contribute for themselves if they have something valuable to add:
    http://www.freeforum101.com/iworktipsntrick/
    There is a section purely devoted to Pages 5. Add whatever answers you feel will lighten the problems of Apple's 'upgrades'.
    Peter
    * Where have they acknowledged anything?
    ** They have barely anything listed, compared to the massive list of deleted features, and nothing but an extraordinarily long time frame considering they created the problems here and now. Apple has not said they will do anything at all about fixing the real issues, the biggest of which is that the new iWork apps break virtually all the work of existing users.

  • How Can I Set the Search Field in iTunes?

    In applescript...
    In another app - I have copied a song title to the clipboard...
    Q: Now - How Can I Set the Search Field in iTunes to the clipboard contents?
    Q: Also how can I also open the main library itunes window?

    Hi Rev Dave,
    Q: Now - How Can I Set the Search Field in iTunes to
    the clipboard contents?
    Unfortunately the only way I can think to achieve this involves the use of "UI Scripting". The other previous posters have given you the preferred method you should consider using. If you want to script iTunes so that you visually see the search take place in iTunes you'll need to use the method shown in the script I've posted below.
    Q: Also how can I also open the main library itunes
    window?
    Cyclosaurus has given you the answer to this part of your question already.
    Here is a script that (though ugly IMHO) should achieve what you are asking for:set theSearch to (the clipboard) as string
    tell application "iTunes"
    activate
    set allPlaylists to playlists
    repeat with aList in allPlaylists
    if name of aList is not "Library" then
    set view of front browser window to aList
    exit repeat
    end if
    end repeat
    set LibList to playlist "Library"
    set view of front browser window to LibList
    end tell
    tell application "System Events"
    tell process "iTunes"
    if "iTunes" is not in name of windows or ¬
    focused of window "iTunes" is false then ¬
    keystroke "1" using command down
    keystroke tab
    keystroke theSearch
    end tell
    end tellIn order for the above script to work you need to have "Enable access for assistive devices" enabled in the "Universal Access" section of the "System Preferences" application.
    If you have any further questions about the above script feel free to ask.
    Hope this helps...
    iBook G4 1GHz   Mac OS X (10.4.3)   640 MB RAM

  • I forgot the administrator password for my mac and cant set a new one without it how can i set a new one

    i forgot the administrator password for my mac and cant set a new one without it how can i set a new one

    Reset Password 10.7, 10.8...
    http://reviews.cnet.com/8301-13727_7-20087723-263/how-to-run-the-password-reset- utility-in-os-x-10.7-lion/

  • How can I set my WebI filters to Null and not Null

    Folks,
    I have created a report in WebI and now I am to set up some filters as Null and some Not Null.
    How can I set my WebI filters to Null and not Null?
    Regards,
    Bashir Awan

    Hi,
    As you said you could do it at the report level and also at the universe level.
    One more way is to create the filters in the universe levele and add them in thequery filter.
    Ex: in the filter you need to write :
    Column1 is null and and column 2 is not null etc.
    Hope this will help.
    If this did't  solve your problem then please explain it in detail.
    Cheers,
    Ravichandra K

  • How can I set up Cinema Display as a main screen and leave my macbook pro as a second screen instead?

    How can I set up Cinema Display as a main screen and leave my macbook pro as a second screen instead?

    I learned that the Dock is positioned at the chosen edge of whatever Display is positioned farthest to that side.  E.g. for the Dock to be positioned on the right side of the Cinema Display (instead of the right side of the MacBook), the Cinema Display must be oriented (by dragging) to the right of the MacBook monitor on the "Arrangement" tab of the Displays Preference Panel.

  • I do not see where to enter IP addresses in the Open VPN setup. Also, how can I set it up so that I can choose different servers in the same way as I can currently choose them with my VPN app but for PPTP?

    I think I have it working on my iPhone 5. But, I do not see how I can control the exit point that I would like for the VPN. Are all the exit points shown in the VPN setting now going to work with Open VPN, or do they remain PPTP? If I am reading correctly, they look like they remain PPTP. If I cannot control the exit point for open VPN, which exit point is the default in the profile you provided me?I note that Open VPN Connect does not work with any of the new 64 bit devices like the iPhone 5S, the iPad Air, and the new iPad MIni. Is there any chance that you guys will come up with an update for your app so that open VPN can be made to work on all iOS devices? That would be nice, particularly if the Open VPN Connect app does not give me a choice of exit points.Thanks,
    I do not see where to enter IP addresses in the Open VPN setup. Also, how can I set it up so that I can choose different servers in the same way as I can currently choose them with my VPN app but for PPTP?
    Just a quick note to tell you that Open VPN has updated their app so that it is compatible with 64 bit ARM devices like the iPhone 5S, the iPad Air, and the iPad Mini Retina.That does not resolve the problem of how to easily choose among the various possibilities for the exit server. We need to find an easy way to choose.

    Thank you for trying the new Firefox. I'm sorry that you’re unhappy with the new design.
    I understand your frustration and surprise at the removal of these features but I can't undo these changes. I'm just a support volunteer and I do not work for Mozilla. But you can send any feedback about these changes to http://input.mozilla.org/feedback. Firefox developers collect data submitted through there then present it at the weekly Firefox meeting
    I recommend you try to adjust to 29 and see if you can't make it work for you before you downgrade to a less secure and soon outdated version of Firefox.
    Here are a few suggestions for restoring the old design. I hope you’ll find one that works for you:
    *Use the [https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/ Classic Theme Restorer] to bring back the old design. Learn more here: [[How to make the new Firefox look like the old Firefox]]
    *Use the [https://addons.mozilla.org/en-US/firefox/addon/the-addon-bar/ Add-on Bar Restored] to bring back the add-on bar. Learn more here: [[What happened to the Add-on Bar?]]

  • I have an iPad with IMAP email accounts set up but I can find no "inbox, drafts, trash" folders anywhere, either on my ipad or desktop Mac.  How can I set them up?  They do not show on my MacMail preferences either and I can find no way to add them.

    I have an iPad with IMAP email accounts set up but can find no "inbox, drafts, trash" folders for each email account anywhere on my iPad or in Mac Mail.   How can I set them up? I can't find anyway to set them up anywhere.  Thanks

    Hello blu monkey,
    I found some resources that I think might help with the visibility of your IMAP email folders on your iPad and Mac.
    On your iPad, you may need to follow the steps in this article to make sure your folders are visible:
    iOS: If IMAP Mail folders are not visible
    http://support.apple.com/kb/HT1393
    On your Mac, I am not sure if you have the sidebar enabled, but you can enable it using the steps in the article below.  When this is showing, you should see your email account listed near the bottom with a triangle next to it.  When the triangle is pointing down, it should show your folders:
    Mail (Mountain Lion): Show or hide the sidebar
    http://support.apple.com/kb/PH11763
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How can I set BPEL server enviorment and create BPEL domain?

    Without use the http console, how can I set BPEL server enviorment and create BPEL domain?
    When I try to use API like below
    import com.oracle.bpel.client.Server;
    Server s = new Server(ServerAuthFactory.authenticate("oracle","localhost"));
    But I always got four exceptions and one warning like below:
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\security.properties (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\ejb.properties (The system cannot find the path specified)
    Warning: unable to read transaction.interoperability config property
    java.io.FileNotFoundException: C:\Workspace\WOSEDISystem\BPEL_Domain_Creation\config\security.properties (The system cannot find the path specified)
    java.lang.Exception: Failed to create "ejb/collaxa/system/ServerBean" bean; exception reported is: "javax.naming.CommunicationException: Can't find SerialContextProvider
    Is it right to use com.oracle.bpel.client.Server like this, please help me.
    Best regards,
    Vita

    Anyone can help me? Because I need deploy BPEL process on production server, so I need the Java funtion to create domain. Thank you very much if you can tell me the correct method of using com.oracle.bpel.client.Server API.

Maybe you are looking for

  • I have 2 hdmi ports on my tv and want to set up my apple tv.  Is there another way to do it?

    I have 2 hdmi ports on my tv- both are being used. I want to connect my apple tv- is there another ways to connect?

  • Best approach for multi-team/multi-projects.

    Hi, I'm looking for the best approach to handle multi-teams/multi-projects scenario. We have 20 development groups and over 300 products. Each products on it's own Schedule. Product X can be assign to Group A, but at some point, it can be assign to G

  • Sybase - How to enable Automatic DB Expansion

    HI Friends, I am new to ASE.. have mostly worked on Oracle. I have installed a sap system on Sybase. I need to know how can i enable Automatic DB Expansion feature which i think i didnt selected during installation. I dont want to do this from DBACOC

  • MacBook Pro Crashing A Lot...

    Hi guys It's about time I've tried to figure this problem out, I guess I haven't previously because I'm scared of what the specialists will say, but here goes... I have a MacBook Pro, from around last 2006 I believe and over the last 6 months or so,

  • Help with a select statement

    I have a table in the folowing format: date(dd/mm/yyyy) comments(varchar2) 04/09/2007 abcd 04/09/2007 efghij 07/09/2007 klmn 08/09/2007 opqrs 08/09/2007 tuvwxyz I trying to write a SQL to give me the length of longest concatenated string of "comments