C# WPF best way importing PNG img as shape of UI element

I created transparent png images in photoshop and i want to know what is best way for implementing them in C# WPF app as shape and background for some UI element?

For me I will do this.
<Grid.Background>
<ImageBrush ImageSource="transparent
png" Opacity="0.3"/>
< /Grid.Background>
chanmm
chanmm

Similar Messages

  • What is the best way to EDIT a voice narration in Premiere Elements 11?

    What is the best way to EDIT a voice narration in Premiere Elements 11 when words or paragraphs have to be repeated?

    TomVideo4477
    The rough description of Preview Window trimming..
    a. double click clip in Project Assets to bring up Preview Window
    b. move Timeline indicator to beginning of section, hit Set In; move Timeline indictor to end of section, hit Set Out.
    c. next you can drag the segment from the Windows to the Timeline audio track and/or drag the segment from the Preview Window to Project Assets to become part of the project's media.
    The following should give you some thoughts on the above.
    http://www.atr935.blogspot.com/2013/06/pe11-project-assets-organization-for.html
    Although more from a video trimming perspective, the principles apply to an audio clip as well.
    Now "delete and close gap" can be interesting depending on what is around the area involved.
    Please check out the details on that in the following.
    http://www.atr935.blogspot.com/2014/02/pe-delete-and-close-gap-failures.html
    Not sure I am clear on
    The “delete and close gap” option in the edit menu does not work. Do I have to move the file to the Narration Track on the Timeline to do the actual trimming?
    You should be able to trim the narration in the Preview Window opened by right clicking the narration clip in Project Assets and then drag the segment to an audio track or narration track or dragging the trim to Project Assets for source media.
    Please check out the above and then let me know if you are OK with the information. If not, let me know where I need to clarify what I have written.
    Thanks.
    ATR

  • Best Way to Fill in a Shape

    I have the following graphic:
    It was actually a font originally but I converted it to paths. I'm wondering what is the best way to go about filling this in (so I can put color between the black outline)? It seems as though when I change the fill, the outline of the graphic is what changes. Sorry if this is obvious but I searched and couldn't find a reasonable answer (maybe I'm phrasing it wrong?).

    [ / Off Topic ]
    DocPixel-BMW wrote:
    I'm only mentioning this BECAUSE of the new Help file system, and I think it would be to Adobe's advantage NOT to unnecessarily add information that is neither helpful, or even wrong. What kind of Help system is that going to be in a year or so. Even within these forums you have to wade through a lot of misinformation to find a correct solution... regardless of an answer being promoted to "correct" or not.
    To my knowledge, Not ALL forum posts are linked to the help files, only those marked as "[i] Community Help" and begin with a generic first post as "This question was posted in response to the following article:" , plus the related help page name, however without the product name involved.
    You are however correct that this whole system is a bad idea and is and will be a big mess. If these posts are unmoderated they will be a mess, with all types of garbage, if Adobe wanted to do this approach then at a minimum they need full-time people who monitor these related threads and clean them up and provide proper assistance and correct answers from with in Adobe themselves. Even if you use the search feature that is apart of "Adobe Community Help - Search Field" you get returns from third party sites, a lot of times the first return is from a 3rd part site, not just within the help docs themselves. How is this better than just googling? If I search Adobe I want only Adobe, if I want otherwise then I know enough to just google my queries. This whole system was certainly ill conceived and sent into the wild, resulting in a mess now and in the future.

  • Best way to change colour of shapes

    Hi, i am using the code below:
    public static Color shapeColor; for storing the current colour
    public void paint(Graphics g)
                Graphics2D g2D = (Graphics2D) g;
                for (Shape tempS : allShapes)
                    g2D.setPaint(shapeColor);
                    g2D.fill(tempS);
            } note that allShapes is an arraylist which stores all my shapes
    In another class i call the static variable and change it according to wat the user has selected.
    My problem is that when i change the colour, the colour for all my shapes change. For example if i create a shape with the colour green and then create another shape with colour blue, both will be blue.
    Thanks for your time.

    Ravi:
    Here's an example for you:
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.Graphics;
    import java.awt.Point;
    import java.awt.Polygon;
    import java.util.ArrayList;
    import java.util.Random;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    public class Junk{
      Color[] starColor = {Color.RED, Color.WHITE, Color.BLUE};
      public Junk(){
        Random r = new Random();
        JFrame f = new JFrame("Junk");
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        MyJPanel p = new MyJPanel();
        p.setBackground(Color.BLACK);
        Star star = null;
        for(int i=0; i<50; i++){
          star = new Star(new Point(r.nextInt(490), r.nextInt(490)));
          star.setColor(starColor[r.nextInt(3)]);
          p.add(star);
        f.add(p);
        f.pack();
        f.setVisible(true);
      public static void main(String[] args){
        new Junk();
      class Star extends Polygon{
       Point location = null;
       Color color = Color.YELLOW;
       public Star(Point location){
         int x = location.x;
         int y = location.y;
         this.location = location;
         this.addPoint(x, y+8);
         this.addPoint(x+8, y+8);
         this.addPoint(x+11, y);
         this.addPoint(x+14, y+8);
         this.addPoint(x+22, y+8);
         this.addPoint(x+17, y+12);
         this.addPoint(x+21, y+20);
         this.addPoint(x+11, y+14);
         this.addPoint(x+3, y+20);
         this.addPoint(x+6, y+12);
       public void setColor(Color color){
         this.color = color;
       public Color getColor(){
         return color;
      class MyJPanel extends JPanel{
        private ArrayList<Star> l = new ArrayList<Star>();
        public MyJPanel(){
          this.setPreferredSize(new Dimension(512, 512));
        public void add(Star star){
          l.add(star);
        public void paintComponent(Graphics g){
          super.paintComponent(g);
          for(Star star: l){
            g.setColor(star.getColor());
            g.fillPolygon(star);
    }

  • FcpX best way to import photos

    What is the best way to import jpegs into Final Cut Pro X? I was told by Apple Tech Support a few years back to import them into IPhoto and access them through IPhoto. Is this still the preferred way to import photos? I'd rather not use IPhoto.

    cleporehart wrote:
    …  To clarify, JPEG for screen is generally acceptable at 72 ppi or dpi because screen resolutions are 72 ppi. For print jpegs need to be higher, 300 dpi or larger. …
    ok, that ol' dpi-myth ... :
    video has no dots-per-inch - a fullHD screen with 50" has the same1920x1080pix as a tiny 7" fullHD screen.
    dpi matters only in PRINT: it's an 'advice' how to interpolate btw two pixels. dots ≠ pixel! Video cares only for pixel, never for 'dots'.-
    next …
    jpgs usually are highly compressed. too high. if you notice banding in pics, in many cases this is based upon jpg-compression! people use 40Mpix cameras, but squeeze the data into tiny 250k files ...
    max res of video is 1920x1080; additional pixels only needed when applying re-framing (crop, Ken Bruns etc); dpi can be set to 500 or 7 - no difference; if you like to get that last 0.01% of extra quality, convert your raws to tiff or png. or jpg in 'best'/100% ...
    iPhoto is - imho - only 'needed' as a very handy data-base.
    FCPX has/is a data-base too - I like all my 'footage' in my Events; not elsewhere. But this is no general advice.

  • Hi, Please help. I accidentally deleted my entire Iphoto Library. I used Stellar Phoenix 4.1 and I do believe that I recovered all. I recovered to "My Passport" for Mac External HD. Files are all mixed up, best way to import back?

    Hi, a couple days ago, I was orgainizing my Iphoto libray. Then, I thought that I was emptying my trash on Iphoto. (the ones I deleted when orgainizing) after hitting are you sure button, I realized that it was 209 files with 18,000+ photos. So I frantically stopped iphoto from "saving critical information" thinking If I left it open I could copy all my files over to (I beleive somewhere in finder under pictures?) I thought, but it most have been under the applications folder. Well this is where I really messed up. So after saving every file to that section, and everything was normal again on iphoto, I decided to make space and delete them from where I put them. So instead of selecting each file indivually, I used the select ALL button. Only to find that it deleted EVERYTHING. Iphoto (the file) was apparently at the bottom of the page along with Nikon Transfer, Lightroom 2 and god knows what else. That is when I found a data recovery software program (Stellar Phoenix 4.1mac) 17 hours later it found 159GB. I read enough to know that I HAD to go and buy an external HD. (even though I already own Time Capsule, but I never hooked it up ) was confused about if I could actually use that for this matter so, I just went and bought My Passport an external HD for Mac. Plugged it in, and recovered what looks like all my files (hopefully) did also read enough that I knew NOT to use my computer after this occured.
    Now that you all know how I got into this mess, I would like to know the best way to import the files back? Ok I know this sounds easy, but all the files are scattered everywhere on the HD. Is there a way to put them back on my Mac Book Pro that would possibly put them in some kind of order? Date? Image file number? Anything? 18,000 photos to reorgainze is going to be brutal. I can reinstall Lightroom 2, if i can locate where I put the disk. And I also have CS5. Also wondering if the quality of the photo was affected?  I did get them back, so I am not complaining but any assistance would be greatly appreciated!
    Will be turning on Time Machine and hooking up Time Capsule as well. Should I also use my new HD along with capsule? Any advice on that matter would also be greatly appreciated as well!!!!!
    Thanks, Michelle

    There is an iPhoto community forum if you are at all interested:
    https://discussions.apple.com/community/ilife/iphoto

  • What is the best way to import and edit a large amount of footage?

    Hello Apple world,
    As a newbie to Final Cut 10 I have a question regarding best ways to import footage. I'll give you a quick run down.
    I have a 150 gig of gopro footage that I just hit 'import' to recently (from my external HD), it took around 10 hours to process it all.
    Its all under one event, but then somewhat organised into dates etc. But it is very slow. I imported it all at once because it was all footage from the last 6 months of my Whistler/states/fiji trip and want to make a movie out of it, using clips from all over the time, not just in chronological order.
    I have the latest mac book pro, 4 gig ram,2.4 GHz i7, 750 hard drive, with nothing else on the computer.
    Ive read about creating proxy media, after ive imported, but am still somewhat confused as to the benefit. Does it create duplicates? that will fill up my pretty large HD as it is!
    Can you suggest any ways that might make my laptop run a bit faster? Should i delete and work directly from external HD etc etc?
    Any suggestions will be greatly appreciated!
    Thanks in advance
    Harlee

    ascreenwriter wrote:
    Hello,
    I've just finished shooting what I am considering to be my directorial masterpiece.  Shot it on the Canon 5D (1080p, 24fps), and the footage looks amazing.  Now I am ready to start editing and have been using premiere lately, but I have yet to figure out the proper pipeline.  I want to know the best way to retain resolution before I delve into this project.
    My questions:
    1)  What is the best way to start a new project and import the footage without having to render whilst editing, so as to retain all resolution and originality of the source footage?
    2)  What is the best way/ codec/ format to export this same footage once editing is complete so as to retain that crisp 1080p for which the 5D is so recognized?
    3)  What is the best way/ codec/ format to import and export/ render between premiere and after effects?  I am speaking mostly of vfx and color correction.  I also have some 30fps footage that I intend to slow down in AE and then import into premiere.
    I know this is pretty broad, but as a solo filmmaker I really need someone's guidance.  I rarely ever finish my films with the same, crisp look as the footage.  I need pipeline help, and really appreciate it!
    1. Follow the advice above. Also use the Media Browser to import the footage in case you have spanned media files. Import files with the Media Browser.
    2. It largely depends on what you wish to ouput to: Blu-ray, web, etc. This FAQ gives the best answer: What are the best export settings?
    3. Use the Replace with Adobe After Effects Composition function.

  • What is the best way to import and export footage from the 5D Mark II?

    Hello,
    I've just finished shooting what I am considering to be my directorial masterpiece.  Shot it on the Canon 5D (1080p, 24fps), and the footage looks amazing.  Now I am ready to start editing and have been using premiere lately, but I have yet to figure out the proper pipeline.  I want to know the best way to retain resolution before I delve into this project.
    My questions:
    1)  What is the best way to start a new project and import the footage without having to render whilst editing, so as to retain all resolution and originality of the source footage?
    2)  What is the best way/ codec/ format to export this same footage once editing is complete so as to retain that crisp 1080p for which the 5D is so recognized?
    3)  What is the best way/ codec/ format to import and export/ render between premiere and after effects?  I am speaking mostly of vfx and color correction.  I also have some 30fps footage that I intend to slow down in AE and then import into premiere.
    I know this is pretty broad, but as a solo filmmaker I really need someone's guidance.  I rarely ever finish my films with the same, crisp look as the footage.  I need pipeline help, and really appreciate it!

    ascreenwriter wrote:
    Hello,
    I've just finished shooting what I am considering to be my directorial masterpiece.  Shot it on the Canon 5D (1080p, 24fps), and the footage looks amazing.  Now I am ready to start editing and have been using premiere lately, but I have yet to figure out the proper pipeline.  I want to know the best way to retain resolution before I delve into this project.
    My questions:
    1)  What is the best way to start a new project and import the footage without having to render whilst editing, so as to retain all resolution and originality of the source footage?
    2)  What is the best way/ codec/ format to export this same footage once editing is complete so as to retain that crisp 1080p for which the 5D is so recognized?
    3)  What is the best way/ codec/ format to import and export/ render between premiere and after effects?  I am speaking mostly of vfx and color correction.  I also have some 30fps footage that I intend to slow down in AE and then import into premiere.
    I know this is pretty broad, but as a solo filmmaker I really need someone's guidance.  I rarely ever finish my films with the same, crisp look as the footage.  I need pipeline help, and really appreciate it!
    1. Follow the advice above. Also use the Media Browser to import the footage in case you have spanned media files. Import files with the Media Browser.
    2. It largely depends on what you wish to ouput to: Blu-ray, web, etc. This FAQ gives the best answer: What are the best export settings?
    3. Use the Replace with Adobe After Effects Composition function.

  • What is the best way to import a graphic? & How do I create a text frame for a figure caption?

    Hello all! I've been working from the FM book for almost 2 hrs trying to figure this out, so now I need your help. I am almost to this point:
    Problem I: Importing a graphic
    First of all, which is the best way?
    -Insert an anchor frame and then import the graphic into the frame OR
    -Just insert the graphic and get the anchor frame by default
    Here’s my importing and sizing problem:
    I hit ENTER to make a new paragraph line (side note: the book says make a new paragraph by hitting ENTER, import the graphic, and then ESC m+p to shrink wrap so that you can avoid the graphic overlapping the above text. I do exactly this (I believe), but my graphic still overlaps the above text when I shrink wrap. What the...?)
    I insert an anchored frame with position Below Current Line and alignment CENTER (I chose to the insert anchor frame, since this way I have control over its alignment, correct?)
    Anchor frame is selected when I import my image file
    In the Imported Graphic Scaling box, what do I select if my file is HUGE (3072x2304)?
    -Fit in selected rectangle (when I choose this the image imports small and fits in the anchored frame with lots of white space around it)
    -72 dpi
    -75 dpi
    -150 dpi
    -300 dpi
    -Custom dpi: 96 (I’ve tried changing this to a smaller number (20) and I get a message that says “cannot handle a bitmap of that size.”)
    I’ve had the best luck with selecting FIT IN SELECTED RECTANGLE, and then I just scale the image with my shift+click. If I choose 72 dpi or Custom, my image imports HUGE, and I just can’t manage it. I don’t have a method for resizing these images outside of FM.
    Problem II: Creating a text frame for a caption
    Once I have chosen FIT IN SELECTED RECTANGLE, I try to insert a text box underneath the image (and inside the anchor frame) to type a caption in it.
    In Create New Text Frame box, the default is Number 1 and Gap 0.25. I click SET.
    Next, I double-click inside the text frame to begin typing, but the cursor is OUTSIDE and UNDERNEATH the text frame! What the heck??? I’ve done this before and it has worked just fine. Then I had another problem where when I did get the text inside the text frame, I would select the text frame to move it, and it left the text behind! (I moved the frame but the text was separated from it and left behind.)
    THANK YOU in advance for your help. I hope I wrote this out clearly enough. I appreciate those who respond. P.S. I'm in FM 10.

    My favorite method is to use a one-cell table for graphics and captions.
    Import the graphic by reference into the table cell. Create a "Caption"
    paragraph tag and assign it to the table title. (The title can be set
    for above or below the table cell. I prefer below.) Now, whenever you
    insert this table, it will be ready for graphic and caption. Another
    advantage of this method is that graphic and caption always stay
    together at page/column breaks.
    When you create the table format above, assign it to have a -2.0 space
    above. Then, create a paragraph tag, such as "TableAnchor" and assign it
    -2.0 pt font size and -2.0 space below. (You can substitute a different
    point size, but it must be the same in all three places. The TableAnchor
    paragraph will hold the table and these settings let tables fit against
    the top margin where necessary. Otherwise, they dip down a bit.
    I wrote this from memory, so I hope I remembered all the steps!

  • Starting Fresh With iTunes 9.0.1...best way to get music back in/import?

    Had some library troubles with iTunes 9, and decided to do a clean install of not only the program, but of Snow Leopard itself. I was waiting on an iTunes update to come out before I decided to re-load my library in, since I didn't want to risk repeat problems (I've always been one of those bleeding edge-ers, and this is the 1st time I've ever had a problem/held back...guess I learned my lesson). 9.0.1 is out and seems to address the problems I'd been having, but I caught the "start fresh" bug and I want to start over with iTunes. No playlists, play counts, etc need to be saved.
    I do have a full backup of my previous system (thanks SuperDuper!), and I'm wondering what the best way to get all of my music back into iTunes is.
    -Do I use the Finder to simply drag the contents of my old "iTunes Music" folder into the new "iTunes Media" folder?
    -Do I drag the whole folder and drop it onto the iTunes window? (I'm worried this method won't put iPhone apps, ringtones, audiobooks and podcasts in the right place).
    -Do I use the import function?
    Notes: prior to making the backup, I did upgrade to/select iTunes Media Organization
    I did see THIS article: http://support.apple.com/kb/HT1451 but it says it's old and I wonder if it applies to iTunes 9.
    Thanks for any help!

    You might want to check that your certificate that you made has been applied to iTunes.app
    try this code in Terminal"
    codesign -dvvvv /Application/iTunes.app
    Does the name on the certificate match the one you created?

  • What's the best way to import ALL of my photos (34k +) and then share?

    *Part I - importing:*
    I've got approximately 34,400 photos on a networked drive that I need to be able to control using iPhoto. I want these files to stay on the network drive, but also be controlled by iPhoto (organized by date). Right now our photos folder on the network drive is a bit of a mess, some folders are named by date only and some are named by the event itself ("birthday 2009", etc.). I want this naming to go away in place of the iPhoto method (by date only). FYI, I am familiar with how to get to the "original" and "modified" folders/files within the iPhoto Library.
    Question: Is there a way to get iPhoto to organize the photos (all by date) an leave the original photos on the networked drive? or do I need to:
    > Import ALL photos into my iPhoto with the "import photos into iPhoto Library" option checked (iPhoto copies all original files to my laptop hard drive)
    > Then manually move the file structure (all new folders created - by date) back to my networked drive
    > THEN...remove all photos from the iPhoto Library and re-import the newly organized photos from the network drive but unchecking the "import photos into iPhoto Library" option.
    Right now, both of our MacBook Pro's use iPhoto to access those photos independently of one another (each laptop does their own thing). This also creates problems because when files are imported on my laptop they are saved locally (on my laptop) and not on the network drive, same goes for my wife's laptop. Then she's not able to see those new photos.
    *Part II - sharing:*
    I'm also in the process of trying to figure out the best way to share all of our photos between our different laptops. Using the "sharing" function in iPhoto isn't ideal since that requires both laptops to be on.
    My understanding of sharing the iPhoto library itself (having it saved on the networked drive) between two laptops is that only one laptop can access this library at a time, or there's potential of having the files become corrupt (two laptops trying to access the file at the same time).
    Question: What's the best way to share photos between two laptops?
    Thanks in advance

    RONBO
    Is there a way to get iPhoto to organize the photos (all by date) an leave the original photos on the networked drive?
    Yes there is. But I don't recommend it as a way of working with iPhoto.
    Simply go to iPhoto Menu -> Preferences -> Advanced and uncheck 'Copy Files to the iPhoto Library on Import'.
    Now iPhoto will not copy the files, but rather simply reference them on your HD. To do this it will create an alias in the Originals Folder that points to your file. It will still create a thumbnail and, if you modify the pics, a Modified version within the iPhoto Library Folder.
    However, you need to be aware of a number of potential pitfalls using this system.
    1. Import and deleting pics are more complex procedures
    2. You cannot move or rename the files on your system or iPhoto will lose track of them on systems prior to 10.5 and iPhoto 08. Even with the later versions issues can still arise if you move the referenced files to new volumes or between volumes.
    3. Most importantly, migrating to a new disk or computer can be much more complex.
    The problems arise when you change the path to the Files. iPhoto has no way of reconnecting that path and you could find yourself resolving aliases one at a time for all 34k Photos.
    Other apps, such as Aperture have a command to re-connect with the master files.
    FYI, I am familiar with how to get to the "original" and "modified" folders/files within the iPhoto Library.
    Good for you but never, ever access the files this way. Period. Within the iPhoto Package File there are no user sercviceable parts.
    All your work gets done in the iPhoto Window. Everything you need to do can be done from there - and must be.
    Then manually move the file structure (all new folders created - by date) back to my networked drive
    Never, ever break up the internals of the iPhoto Package File. You'll break iPhoto if you do.
    Also, what format is that Networked Drive? iPhoto needs to have the Library sitting on disk formatted Mac OS Extended (Journaled). Users with the Library sitting on disks otherwise formatted regularly report issues including, but not limited to, importing, saving edits and sharing the photos.
    Question: What's the best way to share photos between two laptops?
    If simultaneous sharing is your goal then you need to use a Media Server app. iPhoto isn't one.
    The key really is the format of the NAS. IF you can make it Mac OS Extended (Journaled) then you can easily store your Library on it and share it. Otherwise you need to use another application for the job.
    Regards
    TD

  • Best way to import BC4J projects or packages?

    Hello
    This is a question on how to structure three BC4J Projects, where two of them refer to the third.
    Here is my question:
    I have a project "Model", which contains all entity objects and associations. It represents more or less the data model of the underlying database. This project is a sort of "library-project" which contains the common parts of the two other projects.
    The two other projects "Project1" and "Project2" each contain a set of specific view objects, view links and application modules to do the work they are intended to do. Both of them must import the "Model" project as they use the entity objects and associations, which are defined there.
    If "Model" were just a simple jar file, this would be easy: Just include the jar file as a library, and that's all. But as "Model" is in fact a BC4J project, things are getting more complicated.
    My solution now is to explicitely import all BC4J packages of "Model" to "Project1" and "Project2". This is neccessary in order to be able to refer to the entity objects of "Model" from the Wizards in "Project1" and "Project2".
    But this causes a real mess in "Project1" and "Project2" as all packages defined in Model are explicitely included to theese projects and all of them appear in the Navigator.
    What I really want, is to just include a sort of library (the "Model-Library") and to be able to refer to all BC4J objects defined in this library from the wizards.
    Is there a simple way to achive this? Is there a best way to get as near as possible to this? How do other developers solve this problem?
    Any hints are appreciated
    Frank

    Frank,
    BC4J design time has specific features to support exactly this use case, and your choice of organizing the projects this way is exactly the way the feature was intended.
    Use the BC4J Deployment wizard to produce a simple JAR archive for the "library module" that has your business model (EO's and Assocs)
    Then in Project1:
    [list=1]
    [*]Define a library, say called "BusinessModel" or whatever, that has the above-produced JAR file as its archive
    [*]Make sure "BusinessModel" library is added to Project1's library list
    [*]Use the project-level right-mouse option "Import Business Components..." to import the business module package. This will present a file dialog that allows you to navigate into the JAR file above as if it were a directory and drill down to select the packagename.xml file for the package of components you want to import.
    [list]
    Then, the common business model package (or packages, if required) appear in the system navigator as "read only" components and can be used in the wizards as you build your view and appmodule components in Project1.

  • Best way to import data to multiple tables in oracle d.b from sql server

    HI All am newbie to Oracle,
    What is the Best way to import data to multiple tables in Oracle Data base from sql server?
    1)linked server?
    2)ssis ?
    If possible share me the query to done this task using Linked server?
    Regards,
    KoteRavindra.

    check:
    http://www.mssqltips.com/sqlservertip/2011/export-sql-server-data-to-oracle-using-ssis/
          koteravindra     
    Handle:      koteravindra 
    Status Level:      Newbie
    Registered:      Jan 9, 2013
    Total Posts:      4
    Total Questions:      3 (3 unresolved)
    why so many unresolved questions? Remember to close your threads marking them as answered.

  • What is the best way to import photos from iPhoto 9 into PSE 11?

    I just installed PSE 11 and I would like to move the pictures from my iPhoto 9 Library in to PSE 11.
    What is the best way to accomplish this as far as accuracy of data?
    Thank you!
    Len

    There is a direct option in Organizer which lets you import from iPhoto. This is under Import dropdown menu in left panel.
    If you are importing from iPhoto'09, your Tags, Albums Events, captions, star rating would also get imported apart from your media. This works differently for iPhoto'011 where you can get only the media to the Organizer,
    Just a couple of things to know:
    1. If in iPhoto preferences, you have chosen to create copies of your photos in iPhoto library and your library hence refers to the media store inside the library package, then on importing from iPhoto, Organizer would create copies of all those media under your pictures folder. That means, it would not corrupt your iPhoto package or modify it in any way.
    2. However, if in iPhoto, you are organizing by using references to original location on your Hard drive i.e. you are not creating copies of media in iPhoto library then on importing from iPhoto to Organizer, the Organizer would also use the same references and would not create copies of the media.
    Hope that helps!
    ~V

  • What is the best way to import pictures from Lightroom 5 into FCP X

    What is the  best way to transfer pictures from Lightroom 5 into Final Cut Pro X?

    There is no one best way.  If, for instance, you want to be able to zoom into the picture with a Ken Burns effect then you may want to save out a very high res version that will be larger than your video resolution. Just use Lightroom to export a jpg file wherever you want it. You could export it into the Events folder and then choose not to copy it when you import it within FCPx. You could import the picture into iPhoto and then access it directly from within FCPx. Those are two simple, "regular" ways to get it into FCPx but if you are not going to Ken Burns the image by zooming into it and such you will want to crop it in Lightroom to the same size you will be using ie if you are making 720HD video then crop the image to that size and proportion before you export it from Lightroom.

Maybe you are looking for