[ANN] GeoIPTC 1.0 : geocode your images using metadata standards (IPTC and XMP)

Hello,
GeoIPTC is an innovative tool to add geographical identification to your images (geocoding) according to IPTC and XMP metadata embedded in images.
GeoIPTC reads all IPTC and IPTC Core metadata embedded in an image, isolates localisation data (City, Location, Province/State, Country Code and Country Name), then sends a request to a Geocoding Web Service and finally gets latitude/longitude coordinates.
To say it briefly: GeoIPTC gets geographical information from the postman address embedded in image.
Main features
* Gets full sets of image standard metadata
* Automatically gets longitude/latitude from widely used Geocoding Web Services like Google Maps, Yahoo! Maps or GeoNames.
* Locate automatically images on Maps Services like Google Maps, Yahoo! Maps and MapQuest
* Generate automatically KML or KMZ placemarks and locate single (one image) or multiple (many images) placemarks on Google Earth with full IPTC/IPTC Core metadata
* Set automatically single or multiple images with appropriate Exif GPS coordinates
More information and download:
http://www.geoiptc.com/EN/Index.html
With best regards
Patrick Peccatte
www.softexperience.com

Note the last paragraph in the original post which explains how Flickr handles resolution changes without breaking the rectangles. Perhaps a more straightforward approach would be to store both the rectangle coordinates for each rectangle AND the image's width and height at the time the rectangles were created. Then if the image is scaled, the rectangles can be scaled accordingly. For example, if a rectangle is at x=100,y=200,w=50,h=70, the "original dimensions" are 1000x2000, and the image's current dimensions are 500x1000, then an application could assume the image has been scaled down by (500/1000=) 0.50, and so the x,y,w,h of each rectangle could also be multiplied by 0.50 (x=50,y=100,w=25,h=35). I'd recommend storing floating-point values so that multiple scalings don't make the rectangles "creep".
Of course, it is possible that really the image was cropped rather than scaled, but fairly unlikely you would happen to crop it the same percent in both directions. Even if an image is cropped, someone could manually repair the rectangles by sliding and scaling them until the fit back on the faces (unless most of the faces were cropped off).
A rectangle-aware application could scale and translate the rectangles during a crop or scaling operation, but other applications could still survive scaling if they at least preserve the XMP tags as-is.

Similar Messages

  • [ANN] Kalimages PRO 1.0 - build your professional images database using metadata standards (IPTC and

    Kalimages PRO is an innovative tool to build your own database and search
    engine for images.
    Main features:
    Collect full sets of standard images metadata:
    - legacy IPTC/IIM
    - new standard IPTC Core
    - customized Extensible Metadata Platform (XMP) schemas filled with
    custom panels on Photoshop or with Kalimages or any other XMP compatible
    solution.
    Collected metadata can be stored in any professional database which
    supports ODBC: MySQL, PostgreSQL, Oracle, DB2, SQL Server, etc.
    Platform: Windows 2000, XP, 2003, Vista (the database can be on any server)
    Kalimages Pro can be used for example with DBSight, an online full-text
    solution for relational databases. Its feature-packed out-of-the-box
    installation allows IT professionals to setup, run, and maintain their
    online full-text searches on any relational databases with minimum effort.
    DBSight is based on Lucene, a free/open source information retrieval library supported by the Apache Software Foundation.
    More information and download for test:
    http://www.kalimages.net/EN/Index.html
    Patrick Peccatte
    www.softexperience.com

    Please re-post if this is still an issue to the OnDemand Forum or purchase a case and have a dedicated support engineer work with you directly

  • I need to create a image using some numeric values and i want to display values in image,

    I need to create a image using some numeric values and i want to display values in image, Numeric values be enterd by text file, excel file or user input by dialog box,
    this is the sample if image.
    http://s17.postimg.org/5xvtzbztn/5_01_03_I.png
    128 x 16 Pixels , Back ground Black, Numbers in Red, Should be same as above picture.
    Because i have hundreds of images to create like this.
    If any one can make a script for this it is very good.
    Sorry about my English.
    Thank you.

    Have you checked out data driven graphics?
    https://helpx.adobe.com/photoshop/using/creating-data-driven-graphics.html

  • How to insert BLOB datatype image using PL/SQL Procedure and SQL Loader

    Hi,
    How to insert an image into database using PL/SQL Procedure and also how to insert using SQL Loader. Please help by giving sample code and process description.
    Thanks,
    Vijay V

    http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:232814159006

  • Can't import images using iCloud on iPad and Mac

    Yes. I have followed the "easy" instructions of the Apple site for setting my up my icloud account and sign in with both devices. Yes I have seen every imaginable youtube video of how to's and followed the steps.  I am connected to the internet, signed in with icloud in both devices, ticked automatic upload of photos, photo sharing, etc. Now where do I find the images? are they automatically imported NO and if I enter icloud from the internet can I see my images NO!
    and if i followed the easy steps to import them using iphoto, it just says something stupid like "import the photos" yeah...how???!!

    I have an Ipad2 and a Macbook pro, latest software versions downloaded today
    Which software versions exactly? "latest" may depend on your hardware. MacOS X10.9.1)? iPhoto 9.5.1?.
    Othe fact is when i go to the icloud.com the photos are not there either. I made an album on the ipad and "shared" manually the photos for icloud and nope, it doesnt work.
    How did you share the album?
    You can share to a shared Photo Stream and publish that stream as a public webpage on your iCloud webpage. Is taht what you have done? Then you need to use exactly the url, that is given, when you publish the webpage. It is not linked on your iCloud page.
    If I wanted download manually the photos to iphoto I cant I cant because the icloud icon doesnt appear in the left menu of iphoto like the one you are showing, it doesnt display either a shared button like the one you have in your screen and it doesnt explain at all how to import images.
    Let's compare the settings on your Mac:
    In System Preferences - you say you are signed into iCloud, o.k.
    Did you enable the options for "Photos"?
    Check, if bot "My Photo Stream" and "Photo Sharing" are enabled.
    Otherwise iPhoto will not show the iCloud options.
    In iPhoto you should see the iCloud panel I posted as a Tab in the iPhoto Preferences panel.
    (My screenshots are done in iPhoto 9.5.1 and MacOS X 10.9.1)
    iCloud: Using and troubleshooting Shared Photo Streams
    Mac with OS X Mavericks v10.9 or later and either iPhoto 9.5 or Aperture 3.5

  • How do I scale a lot of images using CSS in HTML5 and CSS3

    I have a CSS image gallery that displays a larger photo with descriptive text below it, when a thumbnail image is hovered on.
    Each photo has code like that following:
    <a class="thumbnail" >
    <img src="thumbs1/paradethumbs/DSC_0073.jpg" alt="thumbnail picture" />
    <span><img src="pics1/paradepics/DSC_0073.jpg" alt=" " /><br /> 19 - a black faced sheep.</span>
    </a>
    The first source is a thumbnail,  image stored at a size of 72 by 48.
    The second source is an image stored at 600 x 400.
    When the thunbnail is hovered on, the larger photo is displayed at its full size using css.
    There are 20 or so thumbnails in this gallery, and different numbers in other galleries that use the same code.
    The example above is number 19 from 20.
    This works fine on tablets and larger displays.
    When I wish to show it on an Iphone or similar, with a display that is 480 or less wide, I need to scale the larger photo down to 300 wide.
    As the Iphone will have a lower quality of image than a larger display, it will not matter too much if the 600x400 photo is scaled down, and having tried it by giving it an ID with CSS like
    #imagescale{ width:300px; } it looks acceptable. However, as IDs are supposed to be unique, then thats a no go area for the remaining photos.
    My problem is how do I select the second image source shown in bold above, and scale it and the span text by 50%.
    The text is not too important as it can be changed to fit - the image is the main problem.
    I need someting like "if the display is less than 600 and the image is in the pics directory, display it at 300 wide".
    The browser will hopefully  take care of the height.
    Any suggestiosn would be appreciated.
    Howard Walker

    Thanks Nancy. The general idea and the link to the article helped a lot.
    However, the css using using a percentage had unpredictable results when selecting repeated images.
    The first one scales to 50% and then the next scales to 50% of the last one (25%)  and so on ad infinitum, unless you click on another object that is not an image.
    Using a pixel size like 280px rather than a percentage did the trick, but it also involved changing lots of other items before I could get everything to fit.
    Now I have a better knowledge of media queries and how to set them up.
    Best of all, all my image galleries work fine just using css and html. Never thought that would happen.
    Take five stars!
    And the same to David Powers for his great article.
    Howard Walker

  • Bettering your English, useful sites with tips and tricks

    Since a lot of us, including me, are non-native English speakers we do make mistakes. Sometimes they lead to funny threads and/or amusing discussions like this one: Re: how to post a questions to forum
    In this particular one I linked to the site:
    [DailyWritingTips|http://www.dailywritingtips.com/category/misused-words/]
    Another of my 'favorite' typo's has to do with the word definitely. To get that right surf to:
    [d-e-f-i-n-i-t-e-l-y|http://www.d-e-f-i-n-i-t-e-l-y.com/]
    Here's my question to you all:
    Please contribute by adding sites to this thread so we all learn if we should use [Then or Than?|http://www.dailywritingtips.com/then-or-than/] and understand more about common mistakes made here on the forums and in our other (business) communications. Of course you may accompany them by examples of texts horribly gone wrong by simple typo's but let's not compete with the funny threads thread.
    Thanks in advance!
    Jurjen

    >
    Jurjen Heeck wrote:
    > Since a lot of us, including me, are non-native English speakers we do make mistakes.
    > Another of my 'favorite' typo's has to do with the word definitely. To get that right surf to:
    > [d-e-f-i-n-i-t-e-l-y|http://www.d-e-f-i-n-i-t-e-l-y.com/]
    >
    I think native speakers get that one wrong just as frequently as non-native speakers, if not more often. I hate seeing "definately".
    But it's funny when people type "definatly" and MS Office automatically replaces this with "defiantly" ^^. I often get e-mails from colleagues saying things like "We should defiantly do this" ... yes, we should definitely put all our defiance into this .
    >
    Harish T K wrote:
    > Also using "could of" as in "You could of done this some other way." It probably means "You could have done it some other way.
    >
    > This is not necessarily always by non-native speakers.
    Actually this particular mistake is made almost exclusively by native speakers (or quasi-native speakers, like people from Hong Kong or India who start learning English at 3 or so). I wondered for a long time how they could possibly confuse "have" and "of", until someone explained that they are not replacing "would have", "could have" etc. with "would of", "could of", but "would've", "could've". Additionally native speakers pronounce "of" approximately as "ev" (the o in "of" is reduced to a schwa if the "of" is not in a position where it is emphasized) ... which is exactly the same or very similar to the way the 've part of "would've", "could've" is pronounced. So for a native speaker this is almost as innocent a mistake as writing "you're" for "your" or "there" for "their".
    I hate this error very much. For non-native speakers something like "would of" is extremely hard to parse, because when reading this and pronouncing the words in our heads we do not reduce the "of" to "ev", we read it kind of like "off", and cannot associate this with 've or have.
    >
    Matt wrote:
    > Never say "a lot", say "a great deal". Or "quite a few".
    There is nothing wrong with "a lot" (when properly separated by a space). This is perfectly correct English.
    >
    Matt wrote:
    > If a group or collection is countable then use "fewer" rather than "less". 
    This statement is not correct. One can use "less" for both countable and uncountable nouns. The usage with uncountable nouns even predates the one with countable nouns (9th vs. 14th century). But there are guides that recommend against using "less" with countable nouns and some even claim this to be incorrect.
    What I hate very much is when people use "less" when they should use "little". Only non-native speakers do this, of course. But quite often and even in official documents . I find this really cringeworthy. "There is too less time to do this or that" for example. The opposite of much is little, not less! Little cannot only mean small.
    A funny mistake, also in an official document: "The information in this document is objective to change." instead of "... subject to change". I think the author must be too object-oriented .

  • How to  upload and display image using bsp application

    hi
    I  just wants to know that
    1- how to  upload image from BSP page with attachment into sap server .?
    2-how to display image in to BSP page(webpage).
    thanks

    Hello Gupta Prashant,
    Just to upload and display an image, import image in MIME repository. Not only still images but also flash files can also be uploaded in the MIME repository. Once you import the image in it, use normal html code for image call;
    <img src = "file.jpg/gif" width=  height=>
    Besides it, if your requirement is to store the image in the database and fetch it based on specified field-name, then you have to go for BLOBs i.e Binary Large Object, using this you can also store images, videos, pdfs, applications in the database.
    MBLOB - Medium BLOBs store videos and pdfs,
    LBLOB  - Large BLOBs store movie files and applications.
    You have got 2 ways to use it; some databases store BLOB objects into themselves and some store the path of the BLOB object maintained on the FTP server.
    You can also implement it in ABAP;
    read the following link and practice the tutorial;
    [ Use of MIME Types|http://help.sap.com/saphelp_45b/helpdata/en/f1/b4a6c4df3911d18e080000e8a48612/content.htm]
    also check this
    [TYPES - LOB HANDLE|http://help.sap.com/abapdocu/en/ABAPTYPES_LOB_HANDLE.htm]
    And looking at your question, in order to upload an image, you can make use of FILEUPLOAD tag provided by HTMLB.
    Step 1: FILEUPLOAD provides a browse button to choose desired image file.
    Step 2: Store that image in database using BLOBs.
    Step 3: Retrieve the image using normal select query and display it on the screen.
    Hope it helps you,
    Zahack

  • Reading colour image using raster object and getsample() method

    Hello all,
    I am trying to read a grey image using this code below and it perfectly works:
    File filename = new File("myimage.jpg");
    BufferedImage inputimage = ImageIO.read(filename);
    Raster input = inputimage.getRaster();
    double pixelvalue = input.getSample(xx, yy, 0) ; // to read pixel colour.
    Now:
    what modifications should i do to read a colour image using getsample() method.
    any help, by example if y would.
    Thanks

    The code below
    double pixelvalue = input.getSample(xx, yy, 0) ; // to read pixel colour.actually doesn't obtain the pixel color. It reads a band of the specified pixel. If you are reading a tripple band image (24-bit colored image RGB ) then you have to invoke this method three times for band 0, 1 and 2. The arrangment of them depends on the BufferedImage type.
    In reply of your question, you can use getSamples method, refer to the java API documentation of the BufferedImage class for more info.
    you can also check methods getRGB and setRGB, they used to get/set the entire pixel in range of 0x00000000 to 0x00FFFFFF ( 0x00RRGGBB of image type TYPE_INT_RGB )
    Regards,
    Mohammed M Saleem

  • Script to open images using bridge for photoshop

    hi,
    i am looking for photoshop script to open set of selected images using bridge into photoshop and handle those images into a layers for the active document.
    Thanks,
    Thulasiram.S

    I'm not 100% sure what you are looking for, but this is not the best forum to be looking. You either want the Bridge scripting forum, or the Photoshop one:
    http://forums.adobe.com/community/bridge/bridge_scripting
    http://forums.adobe.com/community/photoshop/photoshop_scripting
    Also, please trim the links from your signature in the future. (I did it for you this time.)
    Harbs

  • Lightroom 5 Darkens Photos after Importing Images Used with Different Camera [NOT SHOOTING IN RAW NOR B

    I seriously need help, my whole entire catalog of photos just got darkened for some reason after importing photos used with a different camera. What happened is that I imported photos taken with a different camera (Canon EOS 60D) and when I did that, it darkened all the rest of my photos (taken with Canon EOS Rebel T3). Why did this happen? This is making my photos insanely hard to edit.

    If you always want Camera Neutral picture style to be applied, then open one of your images that you have imported and have changed nothing else in Lightroom.  Set the camera profile to Camera Neutral and save new camera default settings.  Then whenever you import that setting will be applied to all of your images.
    If you don't always want that style, you could save a preset that applies the Camera Neutral picture style, and then you could choose to use that preset during the import process.
    It is simply a matter of determining your workflow and then setting things the way you want them to work.

  • Error applying an image using imagex

    Hello,
    I get the following error messages only when applying image to a destination computer. If I reapply the image on the source computer I do not get these errors, please help.
    F:\>imagex /apply I:\x201win7x64.wim 1 W: /verify
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 6.1.7600.16385
    [   0% ] Applying (with verification) progress
    [   0% ] Applying (with verification) progress
    [   1% ] Applying (with verification) progress
    [ ERROR ] W:\MSOCache\All Users\{90120000-0011-0000-0000-0000000FF1CE}-C\ProPlsWW.cab (Error = 577)
    Error restoring image.
    Windows cannot verify the digital signature for this file. A recent hardware or
    software change might have installed a file that is signed incorrectly or
    damaged, or that might be malicious software from an unknown source.
    I took off the /verify switch from the command to see if there was any difference and I get the following errors.
    F:\>imagex /apply I:\x201win7x64.wim 1 W: 
    ImageX Tool for Windows
    Copyright (C) Microsoft Corp. All rights reserved.
    Version: 6.1.7600.16385
    [   0% ] Applying progress
    [   0% ] Applying progress
    [   1% ] Applying progress
    [   2% ] Applying progress: 29:24 mins remaining
    [   3% ] Applying progress: 27:58 mins remaining
    [   4% ] Applying progress: 25:01 mins remaining
    [   5% ] Applying progress: 22:23 mins remaining
    [   6% ] Applying progress: 19:50 mins remaining
    [   7% ] Applying progress: 17:46 mins remaining
    [   8% ] Applying progress: 16:06 mins remaining
    [ RETRY ] Restoring W:\Program Files (x86)\Adobe\Reader 10.0\Reader\plug_ins\Annots.api again (Error = 1392)
    [ RETRY ] Restoring W:\Program Files (x86)\Adobe\Reader 10.0\Reader\plug_ins\Annots.api again (Error = 1392)
    [ RETRY ] Restoring W:\Program Files (x86)\Adobe\Reader 10.0\Reader\plug_ins\Annots.api again (Error = 1392)
    [ RETRY ] Restoring W:\Program Files (x86)\Adobe\Reader 10.0\Reader\plug_ins\Annots.api again (Error = 1392)
    [ ERROR ] W:\Program Files (x86)\Adobe\Reader 10.0\Reader\plug_ins\Annots.api (Error = 1392)
    Error restoring image.
    The file or directory is corrupted and unreadable.
    I captured the image using /check / verify switches and returned successful image capture with no errors.
    Please help!

    I'm going to try and bring this thread back from the dead.  Buckle up, long post ahead.
    Did you ever determine for sure that the issue was a system board?  I'm having a very similar issue with a machine. 
    I am trying to apply an image to a customer machine using ImageX, but keep running into error 1392.  This error would flag a different file every time, but always at 45-49% completion. 
    The image was provided by the customer in a PE image which was ghosted to multiple flash drives.  We have successfully applied the image to over 400 machines by first using disk part to clean the disk and create one ntfs partition.  We then run "Imagex.exe
    /apply path_to_customer_image.wim 1 C:"
    That is where this machine would find its hangup and spit out an imagex error 1392.
    My initial reaction was to replace the HDD, so I did.  The issue was not resolved, so I tested the ram and CPU with no change.  I replaced the system board with a brand new one, and the issue persists!!  This is basically a new machine by now,
    so I've pretty much ruled out hardware related possibilities.
    Curious as to the customer's specification on creating just one partition in preparation for imaging, I experimented a little.  I shredded the HDD in Parted Magic and used its partition editor to ensure there were no existing partitions.
    Using Disk Part from X: on the imaging flash drive, I cleaned the HDD (why not?) and created an initial ntfs partition of 100mb.  I labeled it "system" and assigned it letter S.  I then created a second ntfs partition of the remaining space,
    labeled it "windows," and assigned it letter C.  This partition I marked as active.
    I then ran chkdsk to scan for any possible drive errors. 
    This time, running Imagex, the process made it to 77% before failing with error 1392 (again, a seemingly random file).  Seeing as how the failures were previously consistently between 45% and 49%, I figured I was on to something.  I repeated all of
    the disk prep steps above, making the "system" partition 500mb this time. 
    ImageX was a success!!  100% of the WIM was applied and I received no errors.  Fantastic. 
    I went to boot the machine and received an error that the boot files were missing.
    I booted back into the PE drive and tried running bcdboot to pull boot files and apply to my active OS partition at C:, but I received another error stating that there was a failure attempting to transfer the boot files.  I ran again in verbose and received
    an error code.  I cannot remember the error code for certain (I am currently cleaning the HDD), but according to my Google history, it was 0xc1. 
    Any ideas??  The machine is an HP EliteBook 8470p.
    Update:  Parted Magic just crashed twice attempting to wipe the hard disk.  Once running from RAM, the second time running live from the USB.  This is new....

  • Acquiring Images using the USB port

    I want to acquire Images using the USB port of the PC. Is it possible to acquire images using the USB port and analyze the image using IMAQ library. If we use the USB port direct then we may not need the IMAQ vision acquisition card.

    Try Irene's drivers (see previous answer above), or Peter Parente's webcam drivers (www.mindofpete.org).
    cheers,
    Christopher
    Christopher G. Relf
    Certified LabVIEW Developer
    [email protected]
    International Voicemail & Fax: +61 2 8080 8132
    Australian Voicemail & Fax: (02) 8080 8132
    EULA
    1) This is a private email, and although the views expressed within it may not be purely my own, unless specifically referenced I do not suggest they are necessarily associated with anyone else including, but not limited to, my employer(s).
    2) This email has NOT been scanned for virii - attached file(s), if any, are provided as is. By copying, detaching and/or opening attached files, you agree to indemnify the sender of such responsib
    ility.
    3) Because e-mail can be altered electronically, the integrity of this communication cannot be guaranteed.
    Copyright © 2004-2015 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 2.5 License.

  • Is there a way to import images that have been edited and assign them to the original?

    I am transitioning to mac and aperture. Is there a way to import images that have been edited and assign them to the original? I have 10,000 originals and about 2,000 edited images. The originals are named img_XXXX and anything modified img_XXXX_modified. I would like to be able to import the originals and then import the edited versions and assign them to the original masters. Instead of starting from here and going forward with 12,000 masters, some of which are actual originals and others not. Thanks for the help.

    Ah, the vestiges of a destructive workflow! Once you "get" Aperture, (specifically Masters and Versions) you are going to love it, as all of this work goes away - the relationship that you seek to retain is automatic in Aperture; it is simply done differently.
    The short answer to your question is EVERY image file that is Imported into Aperture will create a new Master and one Version. Assuming that your images are PSD/TIFF/JPEG that you created in something like Photoshop, then each one that your import will be a new Master. You have many options:
    -- Stick the originals in one Project(s) and the edited versions in another Project(s).
    -- Stick them all in the same Project(s) and "Stack" them.
    But here is the real question: Why are you doing all of this work and what are you trying to accomplish? Seems you are trying to preserve old things that don't need preserving in a non-destructive workflow.
    So, what is most valuable to you?
    -- The original, out of camera files? (That is, the fear/need to revert.)
    -- The edited versions? (That is the hours of work that it took you to get there.)
    If the former, import the originals and ignore the edited versions. (Either simply leave them out on disk or import them into their own Projects which you ignore.) Use Aperture to recreate the work you had done previously. This will always give you the ability to revert to the original Master and create as many Versions as you want. This is the best idea if your edits are relatively simple crops and exposure adjustments,
    If the latter, then import the edited versions and do as above with the originals. This makes more sense if your work uses lots of layers and, perhaps lots of clone tool type corrections.
    Of course, you can do a bit of both.
    Others may have better suggestions, but you will find it easy to answer your own question when you understand an image based, as opposed to a file based, non-destructive workflow.
    Good luck!

  • Images look great in viewer and terrible in canvas

    I made some map animations in Motion and Keynote. They plook perfect in the Viewer window but terrible in the Canvas window. I have a 480i DV/NTSC timeline. As far as I know, all my settings are correct.
    The problem is that colors look blocky in the canvas window. Is there any way to get the Canvas window to display images as cleanly as they are displayed in the Viewer window of FCP7?
    Is there anything I should do to these images in Photoshop to prep them for FCP?
    Thanks very much in advance,
    - Nick
    Message was edited by: Nicholas Natteau1

    The Viewer just shows whatever you have in its native state.
    Moving the clip or image to the Canvas forces it to display at the resolution and color space of the codec used in the Sequence setting.
    FCP works best with still images that were saved in the TIFF format. PNG will also give good results. You should always use images with a RGB color space.
    The problem is that colors look blocky in the canvas window.
    The images very likely need to be rendered, then they will look much better.
    Consider also that the Canvas always shows a low res proxy. This is less demanding on system resources for real time playback. To see what you really have requires connecting a calibrated, broadcast monitor or at the very least, an excellent TV.
    Is there anything I should do to these images in Photoshop to prep them for FCP?
    Unless you need to zoom and pan the images, open one of Photoshop's Film & Video presets that matches the pixel dimensions of your FCP timeline settings. Paste your images into the preset template and use the transform tools to scale them to the right size.

Maybe you are looking for

  • Not Running on the Event Dispatch thread, but UI still freezes

    The environment: I am currently working on an application that requires some heavy lifting in response to user input on a UI. To do this I am using a version of SwingWorker that was backported from java 1.6 to java 1.5 in conjunction with a slew of c

  • How to remove magicjack plus osx  10.7.5

    Hello, I am new to Mac and I am not a Unix system programmer. I purchased a MagicJack Plus for my sister and I set it up using my new iMac for her. Now I would like to remove the setup software from my iMac as I do not like to leave extraneous softwa

  • Please Help My Friend and I Settle a Dispute!

    hello everyone! my friend and i have a small question for all of you: i leave my mac in sleep mode for most of the time, saying that if you are using the laptop every day (which we are), it is better for the computer to not shut it down every night a

  • Account Classification in CRM 2007

    Hi All,              I am working on customizing the Account classification in CRM 2007. We need to classify the - Role by sales organization and Ranking by country. The attributes need to be defined are Role and Ranking The values for Role are Custo

  • How do you get your adobe muse website on Google?

    I have a pretty simple website, and im using google webmaster and they gave me this code to verify that this is my website, and they tell me to upload it to my website?  how do I do that?