What is the best way to preview Images

I'm trying to figure out if Lightroom is the best software for the first part of my workflow and if so, how to do it.
When I import images, I copy them to my hard drive and at the same time to my backup drive. Before doing that, I want a good preview of the images and get rid of garbage that I don't even want to back up.
To do anything with images in LR, you have to import them first. Since I shoot in Raw, I'm limited in my choice for viewing the images first. Sometimes, I will start Bridge and use my normal rating system on the cards and delete garbage before importing into LR. My problem with this is that Bridge is slow and the reason I moved to LR in the beginning, Also, I'd rather keep my workflow within as few pieces of software as possible. (My opinion is that LR should come with CS and demote Briidge to Elements, but that's a different thread.
I'm looking at another software for sorting and rating, but again, this is more expense and overhead on something LR should be able to do.
Anyway, I am looking for the best way to get this done in LR, or alternatives that others are using.
Thanks

The much maligned import module in the LR3 beta will do what you want.  You can view the images on your card in loupe view and decide which ones to import.  It is not grease lightning, but not bad on my PC.
Rory

Similar Messages

  • What is the best way to place image (with caption) in a Book?

    I am preparing a template for an Encyclopedia project, The Encyclopedia will be in more than 10000 pages, so what is the best way to place images (Photos, Graphs, illustration ...etc) with a caption?
    The problem that when I modify text; the image don’t move with it, and when I place it within the text, it's difficult to control text flow.
    Please Help

    Thank you Peter,
    it's a bit dificult to control anchored object -speacially in two colum text box- when placing image in one and half colum size, it wont move to first column.

  • What is the best way to display image ??

    hi my questions is unusual, there are so many ways to display images.
    I m developing image processing s/w can any one suggest me which would be the best way to display image on which i can perform image operations.
    like in JPanel, icon, trhough paint() or anything else...
    thank you..In advance

    hi man... i think so imaging is better with JAI(Java Advanced Imaging) .... is perfect for display in jcomponent like JPanel or JLabel, you have to replace the paintComponent().
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.Rectangle;
    import java.awt.geom.AffineTransform;
    import javax.media.jai.PlanarImage;
    import javax.swing.JComponent;
    class ImagePanel extends JComponent {
         protected PlanarImage image1;
         protected AffineTransform atx= new AffineTransform();
         protected int width, heigth;
         public ImagePanel() {
         public ImagePanel(PlanarImage i) {
              image1= i;
              width= i.getWidth();
              heigth= i.getHeight();
         public void paintComponent(Graphics gc) {
              Graphics2D g= (Graphics2D)gc;
              Rectangle rect= this.getBounds();
              if ((width != rect.width) || (heigth != rect.height)) {
                   double magx= rect.width / (double)width;
                   double magy= rect.height / (double)heigth;
                   atx.setToScale(magx, magy);
              if (image1 != null)
                   g.drawRenderedImage(image1, atx);
    if you need more info, ask about JAI api and docs

  • What is the best way to view images on an External Hard Drive?

    I have a Macbook Pro with the latest OS X Yosemite
    Can anyone tell me the best way to easily view thumbnail images on the external hard drive because at present I am having to open each folder and would ideally like to see all thumbnail images in similarity to what Adobe Bridge has! (I have not got Adobe Bridge).
    Any pointers or advice please?
    Ta

    I backup regularly to data DVD's without a problem.

  • What is the best way to share images via a gallery?

    Hello.
    I'd like to know the best way to create a web gallery to send to people so they can view the pictures of their kids playing soccer, and download what they want.
    I see that there is a way to export to a web gallery in LR. Is that the best way?
    I generally don't use LR, and I've used pass before and really would like to know if Adobe offers something similar.
    Thanks!
    Jim

    You can share a public url to a file or folder using Send Link. More here Creative Cloud Help | Share files and folders.
    You can privately share a folder using Collaborate. More here Creative Cloud Help | Collaborate by sharing folders.

  • What's the best way to place images in table cells?

    I'm working on a basic tooling catalog/list using a table for all of the information.  One of the columns is for an image of the tool.  Is there a way to place each image in a cell and have it resized to fit the cell dimensions (including my text inset settings)?  I'm using CS4 and the images are all tiff files, although I also have psd files of each.  Any suggestions would be appreciated.

    Table cells don't adjust automatically except in the vertical direction when set to "at least" some dimension, and I suspect you don't really want that anyway. Keep in mind that column width is constant through the whole table, so fitting the cell to the largest image is going to give you a giant coumn width that isn't used for smaller product shots in the same table.
    What about making an image frame the size you want, and setting the fitting options to fit proportionally? Copy that frame and paste into the cell, then place the image in the frame.

  • What is the Best Way to Re-Image and Re-Install Snow Leopard on MacBook Pro

    Hello,
    Is there a well documented best practices procedure for re-imaging and re-installing Snow Leopard on a MacBook Pro?
    Thank you for any assistance.
    Tony

    Hi Tony;
    The only best practices I know for that is backup first. I usually suggest a bootable clone that has been tested so that you are sure it is bootable. Insert DVD and boot from the DVD. Then install Snow Leopard. That's it.
    Allan

  • What is the best way to use images?

    I need to be able to load an image and set it's size. I am going to let the user pick what picture they want and I need to be able to use any size picture and make it smaller so that it will only be as big as I set it to be.

    Here a brief piece of code to help to resize your Images:
    public void showAnyImage(URL url)
    Image anImg = new anImage(url);
    img = anImg.getImage();
    MediaTracker mt = new MediaTracker(this);
    mt.addImage(img, 0);
    try {
    //waiting for fully upload
    mt.waitForAll();
    } catch (InterruptedException e) {
    //do something with your error
    repaint();
    // now you could scale the size like this
    img = img.getScaledInstance(img.getWidth(this), img.getHeight(this), 0);
    // or to make it 200 pxls smaller (vertic. and horizont.)
    img = img.getScaledInstance(getWidth()-200, getHeight()-200, 0);
    repaint();
    public void paint(Graphics g)
    if (img != null) {
    g.drawImage(img,100,100,this);
    Hope it helps

  • What's the best way to upload images to Blogger?

    My mom is an illustrator and has a very active blog for her work (updates daily). She needs to be able to upload images and publish posts from her ipad, because it's her only portable device. We've figured out that she can do it by uploading the images to photobucket, but it would be nice if there was another way that is less roundabout.
    We are talking about three different sources of images: images created right on the iPad using Brushes 3 (or similar drawing/art apps if she decides to try those), artwork created on paper with pencils and inks that she has scanned at home and needs to take along so she can publish them on the road, and pen and ink images that she photographs with the ipad instead of scanning them (because she made them on the road and there's no scanner to be had). The blog is on Blogger and the iPad is the latest one (the New iPad aka iPad 3).
    If you can help out with that, I'll be grateful because it's been a bit of a headache! And I'll see if I can convince her to make something for the winning answer
    thanks!

    Oh, wow.  I have exactly the same problem of LR not assigning keywords to all my selected images.
    I will try the grid, select the grid and not the filmstrip, and look for the current image metadata checkbox as well.
    BTW, Adobe told me to delete the preferences file, which I did.
    They told me to optomize the catalog, which I did.
    And, lastly they told me to create a new catalog and import all the data from my old catalog, which I did not do.
    Stand by ...
    Wow, that is it.  You folks solved my problem.
    Library Mode, select in the grid OR filmstrip (yep-but harder to see in the filmstrip anyway),
    COULD NOT FIND-look for the current image metadata checkbox as well.
    Michael

  • What's the best way to merge, restore or reconstruct iPhoto and Aperture libraries to resolve images that are not found/offline?

    Hey there, Apple Support Communities.
    To start, I'm working on a MBP Retina 15" with a 2.3GHz i7 processor and 16 GB of RAM.  10GB free on a 256GB SS HD.  Attached are two external HDs - one 1TB Western Digital portable drive from 2011, one 2TB Porsche LaCie non-portable drive from 2013; both connected via USB.  All photo libraries in question are on the external drives.
    I have Aperture 3.5.1 and iPhoto 9.5.1.  I prefer to work in Aperture.
    The Issue(s)
    Over the years, I have accumulated a number of iPhoto libraries and Aperture libraries.  At one point, I thought my WD drive was dying so I purchased the LaCie and copied all libraries over the the LaCie drive.  (Turns out, there's probably an issue with my USB port reading drives, because I can once again see the WD drive and occasionally I can't see the LaCie drive.)
    So now I have old version of some libraries on the WD drive, and new versions on the LaCie drive.
    When I was moving things, I ran the software Gemini to de-dupe my iPhoto libraries.  Not sure what effect that may have had on my issues.
    In my main Aperture library and in some iPhoto libraries, I get the image-not-found badge or exclamation point.  I've dug through the hidden Masters folders in various libraries to find the original image.  In some cases, I have been able to find the original image, sometimes in a different version of the iPhoto library.
    My Question(s)
    1.  For Aperture libraries that have missing originals, is there some magical way to find them, or have they just disappeared into the oblivion?
    2.  For iPhoto libraries that have missing originals and I have found the original in another iPhoto library, what is the best way to proceed?
    3.  Are there quirks to merging iPhoto and Aperture libraries (by using the Import->Library) feature that I should be aware of?
    TL;DR: Too many iPhoto and Aperture libraries, and not all the original pictures can be found by the libraries anymore, though some originals still do exist in other libraries.  Steps/process to fix?
    Thank you!  Let me know if you need add'l info to offer advice.
    With appreciation,
    Christie

    That will not be an easy task, Christie.
    I am afraid, your cleaning session with Gemini may have actually removed originals. I have never used this duplicate finder tool, but other posters here reported problems. Gemini seems to replace duplicate original files in photo libraries by links, and this way, deleting images can cause the references for other images to break. And Aperture does not follow symbolic links - at least, I could never get it to find original files this way, when I experimented with this.
    1.  For Aperture libraries that have missing originals, is there some magical way to find them, or have they just disappeared into the oblivion?
    You have to find the originals yourself. If you can find them or restore them from a backup, Aperture can reconnect them. The reconnect panel can show you, where the originals are supposed to be, so youcan see the filename and make a Spotlight search.
    For iPhoto libraries that have missing originals and I have found the original in another iPhoto library, what is the best way to proceed?
    Make a copy of the missing original you found in a folder outside the iPhoto library. You can either open the iPhoto library in Aperture and use "File > Locate Referenced file" to reconnect the originals, or simply reimport them. Then Lift&Stamp all adjustments and metadata to the reimported version.
    See this manual page on how to reconnect originals:  Aperture 3 User Manual: Working with Referenced Images  (the paragraph:  Reconnecting Missing or Offline Referenced Images)
    Are there quirks to merging iPhoto and Aperture libraries (by using the Import->Library) feature that I should be aware of?
    References images will stay referenced, managed will remain managed. You need to unhide all hidden photos in iPhoto - this cannot be done in Aperture.
    and not all the original pictures can be found by the libraries anymore, though some originals still do exist in other libraries.  Steps/process to fix?
    That is probably due to Gemini's replacing duplicate originals by links, and your best cause of action is to fix this before merging the libraries. Reconnecting can be done for your iPhoto libraries in Aperture.

  • What is the best way to share the High Res images ...

    What is the best way to share the High Res images on my Nokia Lumia 1020?  My Android friends really want to see the original ~12MB images taken with Nokia Pro Camera?
    -Paul
    Solved!
    Go to Solution.

    if you have the att device, then use your att locker.
    ANYONE can sign up for the att locker here:
    https://locker.att.net/app/#welcome
    even if you do not have ATT service, you should sign up NOW.
    There is an application that is pre-installed to allow for the 1020 to upload the full resolution files to the AT&T locker.
    AND, because they are launching the 1020, they are giving a free upgrade to the account to the 50GB box instead of the 5GB.
    they are doing this for a limited time only, I have created a couple of accounts.
    after you create your account, it will have to be verified. after you check your email and verify the box, log back in and you will see it is only a 5gb account.
    click on "my Account/upgrade" and choose the 50GB and you should see it say FREE under the cost.
    then you can upload the full res pictures and share them that way.
    otherwise, if you are within reach, try Bluetooth transfer.

  • What is the best way to add text to an image

    I used the draw ap div to add text to an image.  will that cause any problems?  If so, what is the best way to add text to an image?  Thanks!

    APDivs will kill your design unless you fully understand the css behind the scenes and plan accordingly. They really are completely unnecessary in the vast majority of situations.
    An easy way to add "web text over an image" would be to use the background-image attribute in css for a standard <div> tag, then just add the text within that same <div>.
    Something like this in the css (if you are using a 300x300 pixel image)...
    #yourdiv {
         background-image:url(yourpic.jpg);
         width:300px;
         height:300px;
    And then this in the html...
    <div id="yourdiv">Your text here</div>
    You would then position the <div> using css margins, floats and padding. Using position:absolute (APDivs) is typically something that will blow your design to pieces if the viewer changes their browser settings.

  • What's the best way to save an 8.5 x 11 image for use as a page background in a PDF?

    What's the best way to save an 8.5 x 11 image for use as a page background in a PDF? My goal is to have a relatively small final .pdf file size that includes numerous pages with full 8.5 x 11 images as backgrounds in the document. If I save at 8.5 x 11 and 72dpi (example), the image is not 8.5 x 11, and the quality is not good enough. I need help with size, dpi, and file format to save as before I place it in InDesign and then save as a .pdf.
    Thanks,
    Jim

    Do exactly what I said then.  Create the InDesign document of the required dimension, and chose whether it will be high quality print, or Interactive PDF.  It really doesn't mater what format you bring the image into that document.  It can be JPG, PNG, but I usually use native Photoshop PSD.  The image does have to be of high enough resolution, but it can be many times bigger than iis required for the final export.  (InDesign does not import the image, but rather references it on your hard drive.)
    When you have placed your text and finished your page, then export it to PDF, but go through the tabs chosing suitable settings.  If the image needs to be downsized, InDesign will do that at this stage while building the PDF.
    If you can tell us how this presentation will be made (Projector, overhead projector, printed page etc. or just emailed to the end users) we can help you more with the final output settings. 

  • What is the best way to put links in an image?

    I have created an image with multiple layers and many of the
    layers are the text I would like to use as links. When I sliced up
    the image using layer based slices, the end result was a degraded
    image.
    The page I am working on with the slice marks affecting it
    can be seen at:
    http://www.gigharborrealestate.com/ingigharbor/testpage.htm
    What is the best way to create a series of links in an image?
    The jpeg version of the image I am working on is at:
    http://www.gigharborrealestate.com/ingigharbor/image/form-banner.jpg
    The psd version of the image I am working on is at:
    http://www.gigharborrealestate.com/ingigharbor/image/form-banner.psd
    The html version is at:
    http://www.gigharborrealestate.com/ingigharbor/test.html
    I can't wait to hear from you experts as to the best way to
    do this!
    thanks,
    Mike

    Where did you get this page? It is a melange of ImageReady,
    GoLive, and who
    knows what else, loaded with invalid usages, and other
    oddities....
    Anyhow, the first link shows me no slice marks - what am I
    looking for
    there?
    Normally, one would use an image map (use DW's F1 help to
    look for
    "hotspot") to do something like this.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "egigharbor" <[email protected]> wrote in
    message
    news:elt2fc$og2$[email protected]..
    >I have created an image with multiple layers and many of
    the layers are the
    > text I would like to use as links. When I sliced up the
    image using layer
    > based
    > slices, the end result was a degraded image.
    >
    > The page I am working on with the slice marks affecting
    it can be seen at:
    >
    http://www.gigharborrealestate.com/ingigharbor/testpage.htm
    >
    > What is the best way to create a series of links in an
    image?
    > The jpeg version of the image I am working on is at:
    >
    http://www.gigharborrealestate.com/ingigharbor/image/form-banner.jpg
    >
    > The psd version of the image I am working on is at:
    >
    http://www.gigharborrealestate.com/ingigharbor/image/form-banner.psd
    >
    > The html version is at:
    >
    http://www.gigharborrealestate.com/ingigharbor/test.html
    >
    > I can't wait to hear from you experts as to the best way
    to do this!
    >
    > thanks,
    >
    > Mike
    >

  • Hi, we need to create the test environment from our production for oracle AP Imaging. we have soa,ipm,ucm and capture managed servers in our weblogic. can anyone tell me what is the best way to clone the environment, can I just tar the weblogic file syste

    Hi, we need to create the test environment from our production for oracle AP Imaging. we have soa,ipm,ucm and capture managed servers in our weblogic..
    Can anyone tell me what is the best way to cloning the application from different environment, the test and production are in different physical server.
    Can I just tar the weblogic file system and untar it to the new server and make the necessary changes?
    Can anyone share their experiences and how to with me?
    Thank in advance.
    Katherine

    Hi Katherine,
    yes and no . You need as well weblogic + soa files as the database schemas (soa_infra, mds...).
    Please refer to the AMIS Blog: https://technology.amis.nl/2011/08/11/clone-your-oracle-fmw-soa-suite-11g/
    HTH
    Borys

Maybe you are looking for

  • PCIE power cable doesn't fit!

    I didn't get a convertor with my MSI6800GT, as it was a demo sample, but my PSU supports 6 pin output, I did however get a cable thrown into the box at a last minute, which doesn't produce enough power. Cable 1: Normal ATI X800 pcie power cable, only

  • Colors are not recognized by solaris,when gif created by servlet called in Java server pages--

    hi, i am trying to create Gif by calling servlet in a JSP page.when the same process done in Sun Java WebServer ,the gif is created with full display of all colours.when run under solaris the same code,OS not able to recognise the colors.can anybody

  • DataGrid - ItemRenderer - WordWrap

    I have added an itemrenderer to a datagrid to change the color of individual rows based on the value of of a cell. However, the problem I am having is this. The word-wrap no longer works for the datagrid. I imagine this is because I use a lable in my

  • Exporting Final Cut Pro

    I have a 6 minute video that my client wants to proof via an ftp site. They want me to upload the file that they can then download and view on a PC. What export settings and sizings should be used for this to work on the PC and still be a reasonable

  • Don't know how to enable html in my school disscussion posts - was enabled some months ago, but then disabled.

    Don't know how I disabled this function over the summer, but it was working fine in the spring. How do I enable it again so that I can use html in my discussion posts?