Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Which program for converting ".nef" to ".jpg"?

  1. #1
    Join Date
    Mar 2006
    Location
    Batavia, NY
    Beans
    775
    Distro
    Ubuntu 8.04 Hardy Heron

    Which program for converting ".nef" to ".jpg"?

    All of our vacation photos are in RAW form. They are .NEF files. Is there a program that can convert these into standard formats? (Hopefully in bulk!) Like if I want to send a dozen to Wal-Mart to make prints.
    Registered Linux user #413419.

  2. #2
    Join Date
    Jun 2008
    Location
    abject despair, usa
    Beans
    22
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Which program for converting ".nef" to ".jpg"?

    I do believe there is a RAW import plugin for GIMP.

  3. #3
    Join Date
    Sep 2006
    Location
    Victoria, Australia
    Beans
    Hidden!

    Re: Which program for converting ".nef" to ".jpg"?

    hi there,
    I dont know about converting the .nef to .jpg...
    but you can use ExifTool to extract .jpg data from the raw .nef file:
    http://www.sno.phy.queensu.ca/~phil/exiftool/
    (the top download on that page is the linux tarball)

    then to use it, the syntax is:
    Code:
    exiftool -b -JpgFromRaw orignal.NEF > output.jpg

    Hope that helps

    AJ
    Want to find out more about your ubuntu system? see HowTO Ubuntu System
    Want to know a little more about networking? see HOWTO Ubuntu Networking
    Looking for help with something on your ubuntu? see the tutorial of the week sticky


  4. #4
    Join Date
    Apr 2006
    Location
    Sweden
    Beans
    60
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Which program for converting ".nef" to ".jpg"?

    I think you can use Imagemagick.
    Try:
    Code:
    sudo apt-get install imagemagick
    then
    Code:
    convert image.nef image.jpg
    Should work.

  5. #5
    Join Date
    Feb 2006
    Location
    Seattle-Eastside
    Beans
    309
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Which program for converting ".nef" to ".jpg"?

    You could also install the "imagemagick" package (in repositories) and use the command line tools, like "convert". It looks like "nef" files are supported.

    http://www.imagemagick.org/script/formats.php

    main page:
    http://www.imagemagick.org


    edit: doh! Kaptengu beat me to it!

  6. #6
    Join Date
    Mar 2006
    Location
    Batavia, NY
    Beans
    775
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Which program for converting ".nef" to ".jpg"?

    LOL...

    Thanks to all of you! I'll let you know how these ideas work...
    Registered Linux user #413419.

  7. #7
    Join Date
    Jan 2008
    Beans
    2

    Re: Which program for converting ".nef" to ".jpg"?

    To get imagemagick to work correctly for me (at least for a nikon d40 on 8.10) I had to also install ufraw-batch:

    Code:
    sudo apt-get install ufraw

  8. #8
    Join Date
    May 2011
    Beans
    3

    Re: Which program for converting ".nef" to ".jpg"?

    Download RAWTHERAPEE.... worked like a charm for me.... also does batch processing!

  9. #9
    Join Date
    Jan 2005
    Location
    South Africa
    Beans
    2,098
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Which program for converting ".nef" to ".jpg"?

    Quote Originally Posted by madmcphil View Post
    Download RAWTHERAPEE.... worked like a charm for me.... also does batch processing!
    I hope Papa-san was not waiting for your answer; after over 2 years he might have forgotten where he stored the photos.
    If you don't make backups of your important data, your data is obviously not important to you.

  10. #10
    Join Date
    Nov 2010
    Location
    Canada
    Beans
    291
    Distro
    Xubuntu 13.04 Raring Ringtail

    Re: Which program for converting ".nef" to ".jpg"?

    Reminded me that RawTherapee is available in Linux - I quite like the Windows version and will want to try it in Lubuntu. So two years late for one user is just in time for another.

    For anybody else, I recommend the UFRAW rather than DCRAW plug-in for GIMP, that make for seamless processing from RAW through JPEG.
    New to Linux. Currently dual boot Lubuntu 10.10 with W7 on Acer One netbook. Experimenting with Mint 15 XFCE on netbook and a Dell laptop with peripherals (Persistent 8GB Live USB.)

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •