Apple working on a way of including geotagging images into Aperture?

Hi,
We have several ways of geotagging images before they are transported into a Aperture library, but I would have liked a way of tagging already existing images and have already suggested that apple could include this in the Import Menu.
Is it unlikely that Apple will have a look at ways to geocode images inside Aperture in the future?
Best regards,
Kjell Are Refsvik

You can read the AppleScript dictionary in Script Editor.
Assuming you would use IPTC tags for this, here is the relevant information:
IPTC tag n : This class represents an IPTC tag of an image version.
elements
contained by image versions.
properties
name (string, r/o) : This is the name of the IPTC tag.
value (string) : This is the value of the IPTC tag.
So you could create a tag for geographic location and put GPS coordinates or whatever in there. Writing something to iterate through your photos and update this information based on name/value pairs wouldn't be THAT hard.
Note Automator could also help here -- it has an action "Set IPTC Tags":
Set IPTC Tags
This action will apply the chosen IPTC tags to the Aperture images passed from the previous action.
Input: (Aperture Image)
Options: You can tab between the various text fields in the Action View. Select the checkboxes next to the text fields whose value you wish to apply. Checkboxes will automatically be selected upon text entry into a field.
Result: (Aperture Image)
This is just building blocks -- don't expect me to guide you how to write it -- but with experimentation this shouldn't be too hard if you have AppleScript and/or Automator experience. The latter is more approachable for the novice. The former is more powerful.

Similar Messages

  • Apple should make a way to input the passcode into iTunes!

    Apple should make a way to input the passcode into iTunes! If your screen is broke and you have a passcode you cannot backup your device or anything!  We should be able to enter the phone passcode in iTunes to bypass entering it on the phone!  I cannot do anything when my screen is black without erasing the entire phone!

    Alfred DeRose wrote:
    Ah, memories. Your reference brought back some good ones James. :-)
    And in some cases some painful ones. Nothing like hard knocks to teach one a valuable lesson.

  • Best way to include javascript-script into different struts-pages

    Hi,
    I'm running a struts-based webapplication using the tiles-templates for my layout. Now I have to use some javascript-code for a pop-up window and another javascript for tracing on multiple pages but in different combinations. As I do n't want to copy-paste it on every page, but put it on a single place for better maintenance I'm wondering what would be the best way to do this together with the struts-logic.
    I thought about the following options:
    1.) Using the "template:put" feature like this:
    <template:put name='js' content="/myJavascripts.jsp"> I don't think this would be a good option, as I always have to include the whole javascript and I cannot distinguish between my two different javascripts
    2.) Using the template:insert feature like this:
    <template:insert template="/myJavascripts.jsp"/>. This is a lot better, as I can split my two javascripts into two different files and can always decide, which one to include with the template:insert tag. But I'm not sure, if this is conforming with the struts-concept, as I do not use any template:put or template:set tags
    3.) Using simple jsp:include or <%@ include ... %> tags.
    This would be the easiest way to include my pages with <%@ include file='/myJavascripts.jsp' %>. Same advantages like template:insert but I don't need the additionally features of the template:insert-tag. But still the same question: is this the concept of struts? Or will I become any difficulties with this concept later??
    Any recommendations or further ideas are greatly appriciated.
    Thanx for your help
    Thomas

    Getting PDFs to download is fairly easy and the method is described here.....
    http://www.iwebformusicians.com/WebMusic/PDFs.html
    To get multi page docs to display in the browser requires the use of Google Docs viewer, ISSUU or some such thing....
    http://www.iwebformusicians.com/PromoPage/ISSUU.html
    Safari is the only browser I know of that will display PDFs in an iFrame without a plugin.

  • Fastest way to load an image into memory

    hi, ive posted before but i was kinda vague and didnt get much of a response so im going into detail this time. im making a java program that is going to contol 2 robots in a soccer competition. ive decided that i want to go all out and use a webcam instead of the usual array of sensors so the first step is to load an image into the memory. (ill work on the webcam once ive got something substanical, lol) since these robots have to be rather small (21cm in diameter) i can only use some pretty crappy processors. the robots are going to be both running gentoo linux on a 600 mhz processor, therefore it is absoleutely vital i have a fast method of loading and analyzing images. i need to be able to both load the image quickly, and more importainly analyze it quickly. ive looked at pixelgrabber which looks good, but ive read several things about javas image handling beging crap. these articles are a few years old, and im therefore wonding if there anything from the JAI that will do this for me. thx in advance.

    well i found out why i was having so much trouble
    installing JAI. im now back on windows and i cant
    stand it, so hopefully the bug will be fixed soon. oIt's not so bad. I mean, that's why we love Java! Once your linux problem is fixed you can just transfer your code there as is.
    well. i like the looks of JAI.create() but im not so
    sure how to use it. at this stage im tying to load an
    image from a file. i no to do this with pixelgrabber
    you use getcodebase(), but i dont know how to do it
    with JAI.create. any advice is appreciated. thx.Here are some example statements for handling a JAI image. There are other ways, I'm sure, but I've no idea which are faster, sorry. But this is quite fast on my machine.
    PlanarImage pi = JAI.create("fileload", imgFilename);
    WritableRaster wr = Raster.createWritableRaster(pi.getSampleModel(), null);
    int width = pi.getWidth(); // in case you need to loop through the image
    int height = pi.getHeight();
    wr = pi.copyData(); // copy data from the planar image to the writable one
    wr.getPixel(w,h,pixel); //  pixel is an int array with three elements.
    int red = pixel[0];     // to find out what's the red component
    int[] otherPixel = {0,0,0}
    wr.setPixel(w,h,otherPixel); // make pixel at location (w,h) black.                And here's a link with sample code using JAI. I've tried several of the programs there and they work.
    https://jaistuff.dev.java.net/

  • Is there any way to invert raw images in Aperture.

    I am "scanning" a lot of old slides and negatives with a SLR camera using an old professional slide duplicator.
    It is very fast and effective with slides and I have tried with negatives. It goes very well except for I have to invert the negative image in Photoshop and even in 16 bit theres at lot less quality left when I save it back in Aperture for the last color correction.
    The solution would be to be able to do the inversion from negative to positive image i full raw quality inside Aperture.
    Does anyone know if there is at "trick" to invert the raw-image in Aperture?

    There is not.  Inversion is more a rewrite than an adjustment -- best done between the scan and importing, imho.
    See this link for further suggestions:
    https://discussions.apple.com/message/12907195#12907195

  • What is the best way to update my iPhotos into Aperture (re-import)

    I want to re-import my iPhoto Library into Aperture 2 to update Aperture but am nervous about "overiding" changes I've made with the photos - and all of the projects, books, albums, etc. - that have been made in the last year.
    What is the best, safest, don't-forget-to-check-this-box way of updating your iPhoto Library into Aperture 2?
    Do I just reimport the whole thing but check the box that says to ignore duplicates?
    Thanks,

    hello
    thank you all
    I found it
    if any one find this thread here is my example
    * Main.java
    * Created on 20 f�vrier 2007, 10:40
    * To change this template, choose Tools | Template Manager
    * and open the template in the editor.
    package using_lib;
    import java.lang.reflect.InvocationTargetException;
    import lib.NewClass;
    * @author Administrateur
    public class Main {
        /** Creates a new instance of Main */
        public Main() {
         * @param args the command line arguments
        public static void main(String[] args) {
            // TODO code application logic here
            Class  cls = null;
            try {
                cls = Class.forName("lib.NewClass");
            } catch (ClassNotFoundException ex) {
                ex.printStackTrace();
            Object obj = null;
            try {
                obj=cls.newInstance();
            } catch (IllegalAccessException ex) {
                ex.printStackTrace();
            } catch (InstantiationException ex) {
                ex.printStackTrace();
        java.lang.reflect.Method[] m = cls.getDeclaredMethods();
        m[0].setAccessible(true);
            String password = null;
            try {
                Object parametres[] = {  };
                password = (String) m[0].invoke(obj, parametres);
            } catch (IllegalArgumentException ex) {
                ex.printStackTrace();
            } catch (InvocationTargetException ex) {
                ex.printStackTrace();
            } catch (IllegalAccessException ex) {
                ex.printStackTrace();
       System.out.println("I got it:" + password);
    }Message was edited by:
    linuxchild

  • How do I save a photo after I have zoomed in on it?  I want to save the zoom-in as a new photo and can't work out why this doesn't work the same way saving a cropped image, or adjusted image does.  Thank you.

    How do I save an image after I have zoomed in on it?  I can't work out why I can't save a zoom-in the same way
    I can save a cropped image or an adjusted image. Thanks, Lily A.

    Hi Matt, thanks for your reply.  Have realised that Zoom in Iphoto is just  a viewing tool and not an editing tool.
    Was creating beautiful abstractions by zooming in and wanted to create a new image of the result.   Have since discovered that cropping after zooming takes me a little way to where I want to go but it isn't the same effect.  Will perhaps have to try to create it when actually shooting.  Am doing a photoshop course in February and maybe will learn a bit more then, too.  Am pretty much an amateur just finding my way.
    Thanks again,
    Best, Lily

  • What's the best way to include many files into a website?

    I have a several hundred documents that I would like to load onto my website. I'm trying to find a faster way than hyperlinking them all one by one. Right now they are in pdf format but that can change. I'm hoping for the end result to be one page (possibly with subpages) with the different links for the documents on them. The visitor doesn't necessarily need the ability to download them, just the ability to view them. Is there a faster way to bulk or batch load multiple files into a site? Thanks in advance.

    Getting PDFs to download is fairly easy and the method is described here.....
    http://www.iwebformusicians.com/WebMusic/PDFs.html
    To get multi page docs to display in the browser requires the use of Google Docs viewer, ISSUU or some such thing....
    http://www.iwebformusicians.com/PromoPage/ISSUU.html
    Safari is the only browser I know of that will display PDFs in an iFrame without a plugin.

  • How do I stop PE automatically including edited images into the Organiser?

    I use the Organiser to keep track of my original raw photographs. I have many thousands of them, so I don't want to clutter up the organiser with the edited versions I produce later on. However, whenever I edit an image, PE automatically includes it in the organiser, and I have to delete it. Also, there are times when I'm working on graphics - labels, invites, cards etc - which also get included in the Organiser, adding to the mess. Is there a way I can turn this feature off?

    Thanks for your reply, dj_paige. As to why I only want the originals in the Organiser - well, call it an old man's whim.  I've been creating images for longer than I care to remember and for the last 25 years my career has been in digital animation and effects, so I've spent a quarter of a century faking things with pixels.
    But when I take a photograph, that's real. That actually happened. If the sky isn't very blue in the picture, it probably wasn't very blue on the day. Sure, like anyone else I use PE to make beautiful edited versions for my family and friends, but the original raw files are the record of my life, exactly as it was, and the Organiser is my journal.  When I scroll through the pictures (I guess there are about 50,000) I don't want to see anything fake.
    Yes, I'm weird, I know. Sorry!

  • Is there a way to drop an image into indesign and then have that file name captioned underneath?

    Hello! I'm looking to help a colleague into streamlining a process. We have to display images full page in an Indesign Document and every time we drop and image onto a page, we then need to edit the caption underneath with the file name. Just wondering if there is a way to automate this process? Any scripts available?

    When you place an image you can turn on the capture function. There are normal and live versions. The normal labeling creates a text as text is, the live version creates a variable which would change if the image or the text in the meta information changes, but it behaves like a single character which causes problems how the text will run in the text frame.
    What is drawn out of the Meta must be set up before in the caption set up option.
    When you drag and drop an image from the finder or from Bridge you can't activate this option.
    BTW I use it a different way which seems to me faster. I assign a shortcut to the labeling command and when I have imported the image, I click this shortcut and in a second step I apply an Object style which will format the text frame including Paragraph style which might be different on a dark or bright photo or upon a graphic.
    Normally I edit all meta information in Adobe Bridge, which is the fastest way to handle it.

  • Can I extract images from Apple Works?

    Hi!
    I am a graphic designer. A client just sent me a disk of artwork, which turned out to be a single Apple Works file with a dozen high-resolution images in it. Is there a simple way to extract those images (for use in other applications such as Photoshop) at their original resolution?
    I know all the data is in there, since the file weighs in at about 90mb. But I can't drag-and-drop to the desktop, and cutting/pasting seems to give me reduced-sized images. (In other words, if a photo is 4" x 3" in the AppleWorks document, I get a 4" x 3" 72dpi image when I paste into Photoshop. )
    edit > picture info does show me the total size of the image, and lets me know which are high-rez. I can click on "show picture bounds" and the image expands to full size, cropped only by the page. However, I cannot cut-and-past that image into PhotoShop... Apple Works doesn't seem to let me copy it at all.
    It would make my day if there turns out to be a simple command or program that could just pull out all embedded images.
    Thanks!
    Power PC G4   Mac OS X (10.4.2)   AppleWorks 6.2.7

    It's not clear, but do you have AppleWorks that you are opening this document with? If so, open the file, I assume it's an AppleWorks draw document, & Save As… PICT (choose it from the File Format drop-down menu). You could do it as one big image & then crop in Photoshop or copy & paste each image into to a blank AppleWorks draw document & Save As… each one as an individual PICT file.
    PICT is the preferred graphics format for AppleWorks. Any images imported into AppleWorks other than PICT are changed to 72 dpi where PICT retains the native resolution. Exporting/saving as PICT also seems to result in better images. Of course, if the original images weren't PICT when they were put into the AppleWorks file, you're not going to be able to improve them any more.

  • How to include text modules into text modules

    Hi experts,
    is there any possibility to include smartform text modules or sapscript standard texts into
    a text module?
    For example:
    Text module "B" and "C" are supposed to be used in text module "A".
    Regards
    CHRIS

    Hi,
    thanks to all for your answers.
    Obviously, there's no way to include a textmodule into a textmodule in SmartForms.
    Regards from Germany
    CHRIS

  • Including database info into a website's home page

    What is the best way to include database information into a website's home page? (I'm thinking of websites such as news sites like CNN or the BBC).
    Is it to include a javabean in the jsp, and then have the javabean call methods in a servlet that accesses the database, in my case via EJBs? The javabean then captures the required data and this data is then included in the jsp?
    Is this a good design?
    Any help much appreciated,
    Mike.

    Actually if you've got EJBs, what do you need a Servlet in the middle for? Can't the bean peform the lookup & calls against the EJB?
    Just create a bean that looks up your EJB and gets the required data. Use that bean in your JSP and display.

  • Bringing 8 years of work into Aperture 2?

    Any suggestions on bringing 8 years of work and approx 40,000 images into Aperture 2? I have consolidated all the 300GB of images on to single drive. And they are separated into two main directories called Job Files and Personal Work.
    Job Files is further divided in to folders for each year and then into dated job folders. Personal Work is divided by categories such as Lifestyle and Sports, Family and Friends, Mexico, etc.
    I would like to use referenced images and keep all past and future work on the existing hard drive.
    Can I just import the whole drive into a single project, or should I create separate projects for Jobs Files and Personal Work? Or do I need even more projects?
    I've been searching for tutorials on importing large volumes of images like this, but I haven't found much.
    Any advice would be much appreciated.
    Thanks,
    Andrew

    Definitely separate personal vs. work into separate projects.
    Be aware that you can disable/enable Aperture's function of automatically creating previews on import. The default setting is enabled, and that makes importing take much longer. Also, automatically updating the previews after every adjustment adds to background processing, which can slow Aperture's performance. Previews are only necessary for slide shows and for sharing photos with other iLife and iWork applications via the system-level media browser. For those reasons, many of us disable automatic preview generation. You can selectively generate previews at any later time, which is what I do when I need to use photos in iWeb or another app.
    Go to Bagelturf.com and read through his library of Aperture articles, if you haven't already done so. He has several articles about importing photos.
    You seem to have a pretty good start with your current folder hierarchy. As a general rule, don't use projects to "organize," that's what albums are for. Use Aperture's "Import Folders Into A Project" function which will convert your folder hierarchy into an album hierarchy. Although Aperture 2 is faster and the number of photos in a single project has been increased to 100,000, I would still use some multiple projects, just to be safe. Your work is already divided by year, so perhaps you could have a separate project per year.
    This is a big subject to summarize quickly, but I suggest that you create a keyword to correspond to every unique category that exists in your current folder hierarchy. After you have imported all of your photos, you can assign those keywords to your photos by selecting an album and keywording them all at once. It helps to setup keyword button sets. The point of all this is that once you have setup a keyword system, as you bring new photos into the library, you can put them into your organization structure by assigning them the keywords you've setup. And the big payoff then is to create library-level smart albums based on those keywords. This probably doesn't make sense until you actually start doing it, but just keep in mind the goal of using albums, smart albums and keywords as tools to do amazing things with organizing your library.

  • Best way to record GPS info in Aperture

    Each time I take a batch of photos with my Nikon D60 I take a photo with my iPhone 4S to record the location. What's the best way to get this GPS info into Places in Aperture? Or should I bother using the iPhone at all and use another method of recording the location in Places? I shoot wildlife with an extreme telephoto lens, so I can't use the iPhone alone for this type of photography. I am told there are stand alone devices for this, but some kind of batch copy of the metadata from the iPhone seems to make sense. Any easy ways to accomplish this?

    A very easy way to transfer the gps from your iPhone image to the wildlife images taken with the other camera is the Lift&Stamp HUD. Import your iPhone image with EXIF GPS-tags, then lift all tags from this image, deselect all but the GPS coordinates in the Lift&Stamp HUD, select the images taken at the same location in the browser, and click "Stamp selected Images".
    The versions will now be stamped with the same GPS data.
    You may also display the images you want to geocode together with your iPhone image in "Places" View anddrag all images taken at the same location to the pin of the  iPhoto image on the map in "Places" View,
    But there is one draw-back: both mehods will only geocode the current version, the gps witll not be written to the original master files.
    If you want your master files to be geocoded, you will have to assign the GPS tags before you import your images into Aperture.  For example, I record the gps tracks with a Garmin gps or an AMOD tracker, and geocode the master image files using Geotagalog or Jetphoto Studio, before I import them into Aperture. You could do the same with the free exiftool (commndline tool).
    Regards
    Léonie

Maybe you are looking for

  • How come they still haven't fixed the ios 6 wifi problem on ios 6.0.1 making me mad -.-

    I know apple or the tech support doesn't read this but come on tell them to fix the wifi problem that started from ios 6 and still continuing to ios 6.0.1. I already gave them another feedback like 5 days ago. I really don't want to reconnect to my w

  • Cisco SPA525g2 Date and time Not Synced with the PBX server

    Hello, We have a couple of SPA525g2 phone connected and registered to our PBX server. We were able to configure 3 extensions on different lines of the phone. However, at times we were encountering issues with the other lines configured on the phone.

  • Have to Force quit Mail & cannot delete certain messages

    I know some folks have already posted about this, but I've yet to find a solution. My mail continues to download the same, previously deleted messages each time I open it. I also have to force quit mail to leave it. It will download new mail from my

  • Oracle9i Forms: Developer New Features

    Hi, My name is Rami Wahdan, how are you today ? i have a question for you and i thank you for trying before you even do it :) i passed all my OCP 6/6i exams and became an OCP. in oracle page there is a promosion to upgrade this one that i have to Ora

  • Finding My Lost Treasured Ipod Touch

    I have lost my ipod touch 3rd Gen 32gb on a holiday flight from Newcastle on 4/7/2011 to Turkey I have made enquires at both Newcastle and Antalya (Turkey) Airports "Lost Property Depts" with no success.    My last resort is with itunes and wonder if