Underwater Photos: Anyone use Ilife for adding back red colors?

I use Ilife for my organizing my underwater photos. Often they are not truly representative because of the loss of red. Some programs have filters that are designed specifically for underwater corrections. Does anyone know of one that will work with Ilife.
Thanks so much.
Skip

Photoshop or Photoshop Elements has tools for color corrections. You can set the white point and have all color in the photo adjusted based on that white point. Or shift the colors yourself by adding red, reducing blue, etc. until you get the look you want. I just don't know of an automatic Underwater correction.
Regards.

Similar Messages

  • Why can't I use iDisk for a back-up disk for Time Capsule?

    G'Day All,
    I am new to apple and mostly am loving it! Being new to this product has me asking some basic questions, like ... why can't I use iDisk for a back-up disk for Time Capsule?
    Here I have something like 20 gb disk space available, but it seems I need to buy an external hard drive (or an airport) in order to use, what I believe is one of apples greatest inventions, the Time Machine...
    Can anyone correct my flawed understanding or, better yet, teach me how to do it properly?
    Cheers
    Gabriel

    Gabr1el wrote:
    Thank you Pondini.
    Speed makes sense, but I thought I had plenty of size available ... never mind! Looking over some of the other posts, it looks as though I'd be better off with an external Hard drive than the Apple Time Capsule (if I want more than 12-18months service).
    That was true of some of the ones made a couple of years ago (many of which Apple replaced way beyond the warranty period, and even some beyond the 3-year AppleCare period). Presumably Apple has fixed the power supply problem in the newer units, so they'll last longer.
    If you don't have AppleCare for your Mac, I'd strongly suggest buying it. If you do, and buy a TimeCapsule, Airport, or other accessory within 2 years, it's covered, too.
    But unless you need a wireless router, yes, paying for one in a Time Capsule doesn't make sense. A good external HD is a much better buy.
    thank you for the links - I am still getting used to the way Apples work ...
    If you haven't found these yet, you may find some handy tips here: http://www.apple.com/support/switch101/
    here: http://www.apple.com/support/mac101/
    and some of the other videos listed on the Time Machine Tutorial page.

  • Anyone using PDDocExportUserProperties for exporting PDF to XML

    Hi,
    Anyone using PDDocExportUserProperties for exporting PDF to XML. I am using Adobe PDFL 9.0 to do the same. However, do not find any sample programs or tutorials.
    Please anyone have any samples, do provide.
    -Abhi

    > PDDocExportUserProperties
    Where did you find this method? It's not listed in the PDFL API Reference for 8.1 or 9.

  • Have anyone used IDOCs for FB01 posting ?

    Have anyone used IDOCs for FB01 posting with posting keys  ? If so please help me with the code.
    I am using posting keys 15 for the first line item to Customer account(Credit) and posting keys 40 for the second line item (Debit)

    DID you find in which User exit you are going to Code? Then we can ref old posts.
    then you will get the code. not same belongs to FB01, for othre
    Regards,
    anjireddi

  • Do you have stock For ipod shuffle (red color) ??

    Do you have stock For ipod shuffle (red color) ?? , im interested in buying it .

    Take a look in the Apple Store
    http://www.apple.com/ipod-shuffle/

  • Has anyone used MDC for R/3 Systems?

    Hello,
    We have a custom transaction that we run against our R/3 (ECC 6.0) system that's performing poorly.  Adding an index helped but it's not enough to make the transaction run within the 10 minute timeout period configured for dialog processes.  I am testing defining the table as an MDC table.  I know SAP supports this for BI systems but has anyone tried it for R/3?
    Thanks,
    Florencio

    Hello Florencio,
    here I have to correct Maltes statement.
    INCLUDE columns in an index, MDC tables and some other DB2 features are "supported" in the ABAP DDIC. Supported here means that if a database object which uses one this these DB2 specific features needs to be changed (for instance during an upgrade) the ABAP dictionary will ensure that these features survive the modification.
    We know that there are scenarios where it makes sense to use these DB2 specific features. So, if you know what you are doing, you are free to use MDC organized tables, INCLUDE-columns in indexes etc. in your R/3 OLTP system.
    To find out what exactly is supported by the ABAP DDIC, please refer to chapter 7.3 ('Tables and Indexes') in the [DB2 Database Administration Guide|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f03d5fb8-b619-2b10-c383-c6d56872829e]. Not all features are supported in all R/3 versions.
    Also note that the support for specific DB2 features is continiously extended. For the forthcoming version of DB2 e.g. we plan to support table partitioning in the ABAP data dictionary.
    Regards,
                                              Johannes

  • Anyone using OEM for scheduling backups?

    I'd like to see a poll for the number of users using OEM for taking database backups. Had some interesting conversations with some colleagues via social media and it seems like some DBAs don't trust OEM for their backups even though the feature works IMO.
    Are you using OEM to do backups?
    Edited by: DBA on May 3, 2012 1:02 PM

    I have 91 scheduled recurring backup jobs running through OEM 12c BP1. They work quite well. I've only noticed a few problems and nitpicks:
    1) Occasionally, for unknown reasons, a backup job against a newly-added database target will fail stating that the backup cannot be run since the database is closed. The database is not closed, it's up and running fine. Changing the backup job to run using SYS as SYSDBA credentials resolves this problem.
    2) Identification of failed backups is not as customizable as I would like. For example, if I have a full "backup database plus archivelog" running, and during the course of that backup an archivelog backup runs and deletes archived logs, OEM will report that the backup job has failed since RMAN throws an error about not being able to backup an archivelog it expected to find. I dealt with this by adding SKIP INACCESSIBLE to the backup statement. I'm not totally comfortable about that but I monitor for offline datafiles so I consider this only a minimal risk. Our custom backup scripts used to catch this warning and ignore it.
    3) It's really annoying that, after creating a backup job through the target Availability -> Schedule Backup tool, I cannot then run a 'Create Like' against that backup job to create a nearly identical one against a different database target. You have to schedule each of them from the Schedule Backup tool. Clicky clicky clicky clicky.
    4) A backup job created through the 'Schedule Backup' tool has a job type of 'Database Backup', therefore when the job fails a high-availability incident is created, so you can configure incident rules to receive notification of this event. This is good. Unfortunately a backup job created from the Jobs page has a job type of 'RMAN Script' does NOT create an incident on job failure out of the box. I've had difficulty configuring incident rules to catch failures for RMAN Script job types. This is not good.
    5) The repeating schedule options for jobs are limited compared even to something like cron. I can schedule a job for a day of the week, or a day of the month, but cannot easily schedule a job for "the first Tuesday of each month". This can be worked around.
    6) After creating and submitting a backup job through the Schedule Backup tool, you cannot edit the RMAN script without recreating the job. You can only edit the RMAN script before submitting the job. I deal with this by having my backups run stored scripts in the recovery catalog, and make the changes there if I need to change something.
    7) It is very annoying that if I 'stop' a repeating job (instead of suspend), there is no way to resume that job. It has to be recreated. This is my own user error -- I just don't click the stop button. Not OEM's fault but I'd rather not even have that button.
    8) No ability to sequence jobs. You can sequence steps within a job, but then the entire job succeeds or fails as a unit. If you want to back up database A then immediately back up database B afterwards, you have to create a multi-task job. The multi-task job has the same problem as item #4 above such that it does not create a "backup failed" incident when the backup fails.
    Even with all of these gripes, I am quite pleased with the backups I have running through OEM.

  • Has anyone used Motion for 'still graphics' (300dpi)?

    I used Motion a lot several years ago on a film. Great app. I'm producing a series of Ebooks right now, with many graphics. I'm using Pages, Photoshop, EasyDraw, for the graphics ... but remember how marvelous Motion was.
    I'm wondering if it is possible to use Motion just for doing still graphics? And how one might set the resolution to reflect this (something like 300 dpi), ... or can one set any size (a very large 72dpi (given it's designed for motion and video) that can then be translated to 300 dpi after the fact.
    If anyone has ever used Motion for simple non-motion graphics, I'm all ears,
    Ben

    First of all, create a new document in Photoshop: enter your output format (US Letter, A4, whatever) with 300 dpi settings. Then change your units from to pixels and that is the size that your motion project should have.
    Remember though, that Motion outputs only in RGB that has a much wider gamut than CMYK, which is the colorspace of print. So you might still have to color proof your image in Photoshop.
    Also, depending on your graphics card, Motion has a limit of image sizes it can work on: 2K, 4K or 8K in the current models. For large print formats that could be not enough.
    I would never use Motion for print jobs. However I can imagine that I could export (with transparency) some effects like stills from animated particles, 3D replicators and import them into my photoshop composition. So Motion could be used more like an extra tool.
    Michal

  • Anyone use Cloudshare for Sharepoint development?

    We need to develop some sharepoint solutions for both existing and future customers. Version varys, and we only have a MS Sharepoint 2013 license through MS Partner currently purchases. We have hence been looking at Cloudshare and there Team License as it fits in well as we have 3 developers that need the access to create.
    Does anyone use or have used, or even use an alternateive that we can look at?
    Any comments appreciated.
    This topic first appeared in the Spiceworks Community

    Not for imaging purposes.
    You could have an environment that is ready-to-go with the bits installed, but not configured. You would then have a post-imaging script that would configure the farm. In this process, you would also need to make sure SQL Server was aware of the server's
    new name (see http://technet.microsoft.com/en-us/library/ms143799.aspx).
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Anyone used Scala for a medium project?

    I'm just starting to teach myself Scala and I'm wondering if anyone here has used Scala for a medium projects (something that took more than a weekend but not more than a few weeks) ? I'm not sure what sort of programs I would use Scala for. I use C for all my lowlevel bit pushing and Python for just about everything else (including art generators and a clone of Jekyll). What itch do Archers scratch with Scala?

    I find clojure to be a more interesting jvm language than Scala, personally.
    *shrug*

  • Anyone using DropBox for LRCAT file?

    It seems that when I use my laptop to add keywords to LRCAT, I wind up with a conflicted copy in my dropbox folder...
    Is there some way to reconcile or combine the regular lrcat and the conflicted one? Or do I have to just start using the conflicted one?
    I know this all has something to do with waiting for all the files to upload and download to DropBox, and I usually don't have a problem since the 2 machines are rarely in use at once...but sometimes I need to shut down quickly or perhaps I miss part of the transfer, so I'm really just checking to see if there is some way to reconcile when I blow it.
    Thanks
    Tom

    I use Dropbox for my personal catalog.  The key is to ensure it's finished fully uploading and downloading before you switch machines, otherwise you end up with conflicted catalogs, as you've found.
    There are ways and means of merging the catalogs (export as catalog then import from catalog) or just picking the latest (i.e. delete one copy and rename the conflicted one) but they really do create a lot of extra work, so I'd strongly recommend avoiding that situation.
    Also just bear in mind that it's not officially supported by Adobe, so keep regular catalog backups.

  • Status of Check Indexes for Cube in Red Color inspite of Job completed Succ

    Hi All,
    I have deleted indexes before loading data into Cube and  after loading i have created the indexes. When I have checked for  the Joblog , completed successfully
    But when i have checked the status in Performance TAB of Cube, it is in Red color.
    Morover i have repaired the indexes this also completed successfully.Still in Red Status
    What could be done?
    Regards,
    C.V.

    Hi Chakri,
    Once load is completed now try with delete the indexes and create indexes once againg manually in performance tab.
    Regards,
    HARI GUPTA

  • Time Capsule, Want to use it for a back up and a Extra Storage Space

    Since my MAC only has 250G and my Time Capsule has 500G of space it will only back up Half of the unit. What do I do with the other 250G? I would like to use it as a Extra storage for Movies / Pictures. Does anyone know how hard or easy this is. I went to the apple store and I got the Blank look from the Pimple kid......

    No problem - just drag the iPhoto library or iTunes library to the Time Capsule. You can hold the Option key the first time you launch an app to choose the library location.
    One word of caution - storing files on the TC does not provide any backup for these files. Failure of the TC's hard drive would result in loss of pictures, music, etc. To protect against this, you can connect a USB hard drive to the TC and use the Airport Utility's Archive function to backup the entire TC. (The external HDD needs to be at least as large as the TC.)

  • Does Anyone Use Blender For 3D Video Titling? No It's Not A Food Processor!

    . . . . . . . and if so, can they tell me how to make 3D titles that swivel and rotate etc. and can be put into FCP?
    I downloaded Blender yesterday and after hours of struggling am completely bewildered!
    I am even bewildered by the blender forums. I've posted 2 questions. One received a reply yesterday but I can no longer find it and the one I just posted has immediately disappeared into the ether!
    Getting back to the app . . . . I can put titles in my choice of font on the Blender interface but I can't alter them from the default silver colour and I have no idea how to get them onto video. I don't know where I should be positioning them etc. and there is a whopping cube in the background.
    It's like being able to start a car but then being incapable of driving it anywhere.
    I am completely clueless . . . . and I suspect many others will also be clueless as to what I am rambling on about, but if there is anyone out there who does know what I mean, I would be very grateful for some guidance.
    Incidentally, I have been told that everyone finds it impossible for 6 days, but after 7 days you suddenly become an expert. The trouble is that I won't last that long!

    Thanks Kevin and Iain but I only want to dabble occasionally so there is no way I'm spending any more hard cash.
    It was a demo of Kinemac that Videojam gave me a couple of days ago that kindled my interest, but when I saw the $299 price tag I started searching elsewhere.
    This was my original 2 minute effort done using FCP's "Basic3D" filter which of course is not really 3D:-
    http://vimeo.com/8735532
    This is Videojam's ten minute job done in Kinemac:-
    http://vimeo.com/8738995
    Message was edited by: Ian R. Brown

  • Anyone use MediaMonkey for file transfers with their Zen (Xtra)? For changing bitrat

    I'm looking for some software that will reduce the bitrates of my songs as they are transferred from my Vista computer to my Zen Xtra, i.e., I store my music files on my computer in WMA lossless format, and I want them copied onto my device at 28kb
    ps.
    MediaMonkey looks like it will do this. Does Windows Media Player?
    Are there other MP3 File Management programs that do this?

    Hiya all,
    Just to let you know, that this has happened again, 2nd time within 4 months of owning it, I cannot add or remove data from the data partition, I can listen to the MP3's fine, but can't do jack with the data partition, does anyone know of anything that can resolve this since the last time I reported the problem? I've double checked that I've got the most up todate firmware and software. It's a bit pants if you can't use the Zen Xtra for what it's designed for!
    Flegg

Maybe you are looking for