How to get LCP and DCP profiles: Difference between revisions

From RawPedia
Jump to navigation Jump to search
m (Reverted edits by Patdavid (talk) to last revision by DrSlony)
(Updated)
Line 1: Line 1:
Adobe's Lens Correction Profiles (LCP, for correcting distortion, vignetting and chromatic aberration) and DNG Color Profiles (DCP, input color profiles) come bundled with [http://www.adobe.com/support/downloads/product.jsp?product=106&platform=Windows Adobe DNG Converter]. You can also get LCP profiles with [http://www.adobe.com/products/photoshop/extend.displayTab2.html#resources Adobe Lens Profile Downloader], or easily [[#Make_your_own_using_Adobe_Lens_Profile_Creator|make your own using Adobe Lens Profile Creator]] by following the steps below.
A large collection of LCP (Adobe Lens Correction Profiles - for correcting lens distortion, vignetting and chromatic aberration) and DCP (DNG Color Profiles - camera input color profiles) come bundled with [http://supportdownloads.adobe.com/product.jsp?product=106&platform=Windows Adobe DNG Converter].
 
This section explains how to install Adobe DNG Converter and where to find the DCP and LCP profiles.


== Linux ==
== Linux ==
This short guide will assume you used ~/wine-dng/ as your WINEPREFIX. The default WINEPREFIX is ~/.wine/ but it is more robust to use a custom and non-hidden one. For more information, see the last paragraph titled "For your information - wine prefix" on the [[How to convert raw formats to DNG]] page.
{{WinePrefix}}


=== From Adobe DNG Converter ===
We will be using <code>$HOME/wine-dng</code> as the Wine prefix.
A large collection of DCP and LCP profiles come bundled with Adobe DNG Converter.
# Follow the steps in the [[How_to_convert_raw_formats_to_DNG#Linux | Linux section of the "How to convert raw formats to DNG" article]] to install [http://www.adobe.com/support/downloads/product.jsp?product=106&platform=Windows Adobe DNG Converter] in Linux.
# Find generic '''LCP''' profiles for your camera under:
#: <pre style="white-space:pre-wrap;">"$HOME/wine-dng/drive_c/users/Public/Application Data/Adobe/CameraRaw/LensProfiles/1.0/"</pre>
#: <pre style="white-space:pre-wrap;">"$HOME/wine-dng/drive_c/users/Public/Application Data/Adobe/CameraRaw/LensProfiles/1.0/"</pre>
#: or generic '''DCP''' profiles under:
#: <pre style="white-space:pre-wrap;">"$HOME/wine-dng/drive_c/users/Public/Application Data/Adobe/CameraRaw/CameraProfiles/Adobe Standard/"</pre>
#: or try the 'effect' DCP profiles (landscape, portrait, etc) under:
#: <pre style="white-space:pre-wrap;">"$HOME/wine-dng/drive_c/users/Public/Application Data/Adobe/CameraRaw/CameraProfiles/Camera/"</pre>
# Copy the relevant profiles to a different folder for easy access, for example to <code>~/profiles/</code>


=== From Adobe Lens Profile Downloader ===
# Install [http://www.winehq.org/ Wine], preferably using your package manager.
You could also use Adobe's Lens Profile Downloader. For the exact code how to install it, refer to the [[How_to_convert_raw_formats_to_DNG#Linux | Linux section of the "How to convert raw formats to DNG" article]].
# [http://supportdownloads.adobe.com/product.jsp?product=106&platform=Windows Download Adobe DNG Converter for Windows].
# Install [http://www.winehq.org/ wine]
# Install Adobe DNG Converter:
# Install Adobe Air. The latest version that works is 1.5.3, do not update to a newer one! http://airdownload.adobe.com/air/win/download/1.5.3/AdobeAIRInstaller.exe
#: <pre style="white-space:pre-wrap;">WINEPREFIX="$HOME/wine-dng" wine /path/to/DNGConverter_version.exe</pre>
# Download the Lens Profile Downloader: http://www.adobe.com/support/downloads/detail.jsp?ftpID=5492
#: It will install to <code>"$HOME/wine-dng/drive_c/Program Files (x86)/Adobe/Adobe DNG Converter.exe"</code>
# Run the Lens Profile Downloader in Adobe Air.
# Run Adobe DNG Converter:
#: <pre style="white-space:pre-wrap;">WINEPREFIX=$HOME/wine-dng wine "$HOME/wine-dng/drive_c/Program Files (x86)/Common Files/Adobe AIR/Versions/1.0/Adobe AIR Application Installer.exe"</pre>
#: <pre style="white-space:pre-wrap;">WINEPREFIX="$HOME/wine-dng" wine "$HOME/wine-dng/drive_c/Program Files (x86)/Adobe/Adobe DNG Converter.exe"</pre>
#: If Air asks you to update, don't. Then open the Adobe_Lens_Profile_Downloader_1_0_1.air file from it. I installed it to <code>c:\alpd</code>
# Add an alias so that you can run Adobe DNG Converter from a console with ease:
# Run the Adobe Lens Profile Downloader to get the profiles you want:
#: <pre style="white-space:pre-wrap;">echo "alias dng='WINEPREFIX=\"\$HOME/wine-dng\" wine \"\$HOME/wine-dng/drive_c/Program Files (x86)/Adobe/Adobe DNG Converter.exe\"'" >> ~/.bashrc && exec bash</pre>
#: <pre style="white-space:pre-wrap;">WINEPREFIX=$HOME/wine-dng wine "$HOME/.wine/drive_c/alpd/Adobe Lens Profile Downloader/Adobe Lens Profile Downloader.exe"</pre>
# To run Adobe DNG Converter, just type <code>dng</code> in a console.
# The profiles you have downloaded via the Lens Profile Downloader can be found here, cunningly renamed to a hash to make your life more difficult:
#: <pre style="white-space:pre-wrap;">"$HOME/wine-dng/drive_c/users/YOU/Application Data/Adobe/CameraRaw/LensProfiles/1.0/Downloaded/"</pre>


=== Make your own using Adobe Lens Profile Creator ===
* Find '''LCP''' profiles for your camera under:
It is very easy to make your own LCPs, all you really need is to print a page.
: <pre style="white-space:pre-wrap;">"$HOME/wine-dng/drive_c/ProgramData/Adobe/CameraRaw/LensProfiles/1.0/"</pre>
# Install Adobe Lens Profile Creator
* Find standard '''DCP''' profiles under:
#: https://www.adobe.com/support/downloads/product.jsp?product=193&platform=Windows
: <pre style="white-space:pre-wrap;">"$HOME/wine-dng/drive_c/ProgramData/Adobe/CameraRaw/CameraProfiles/Adobe Standard"</pre>
#: Follow the instructions above to install it in Linux using [http://www.winehq.org/ wine].
* Find camera 'style' '''DCP''' profiles (portrait, landscape, vivid, etc) under:
# Read the friendly manual to learn how to make high quality LCPs
: <pre style="white-space:pre-wrap;">"$HOME/wine-dng/drive_c/ProgramData/Adobe/CameraRaw/CameraProfiles/Camera/"</pre>
#: http://www.adobe.com/special/photoshop/camera_raw/lensprofile_creator/lensprofile_creator_userguide.pdf
 
Copy the relevant profiles to a different folder for easy access, for example to <code>~/profiles/</code>


== Windows ==
== Windows ==
=== From Adobe DNG Converter ===
# Install the latest [http://www.adobe.com/support/downloads/product.jsp?product=106&platform=Windows Adobe DNG Converter]
# Find '''LCP''' profiles for your camera under:
#: <code>%ALLUSERSPROFILE%\Adobe\CameraRaw\LensProfiles\1.0</code>
#: or generic '''DCP''' profiles under:
#: <code>%ALLUSERSPROFILE%\Adobe\CameraRaw\CameraProfiles\Adobe Standard\</code>
#: or try the 'effect' '''DCP''' profiles (landscape, portrait, etc) under:
#: <code>%ALLUSERSPROFILE%\Adobe\CameraRaw\CameraProfiles\Camera\</code>
# Copy the relevant profiles to a different folder for easy access.


=== From Adobe Lens Profile Downloader ===
# [http://supportdownloads.adobe.com/product.jsp?product=106&platform=Windows Download Adobe DNG Converter for Windows].
# Install the latest [http://www.adobe.com/support/downloads/detail.jsp?ftpID=5492 Adobe Lens Profile Downloader].
# Install Adobe DNG Converter
# Run the Adobe Lens Profile Downloader to get the profiles you want.
 
# The profiles you have downloaded via the Lens Profile Downloader can be found here, cunningly renamed to a hash to make your life more difficult:
* Find '''LCP''' profiles for your camera under:
#: <code>%APPDATA%\Adobe\CameraRaw\LensProfiles\1.0\Downloaded\</code>
: <pre style="white-space:pre-wrap;">%ALLUSERSPROFILE%\Adobe\CameraRaw\LensProfiles\1.0"</pre>
# Copy the relevant profiles to a different folder for easy access.
* Find standard '''DCP''' profiles under:
: <pre style="white-space:pre-wrap;">%ALLUSERSPROFILE%\Adobe\CameraRaw\CameraProfiles\Adobe Standard</pre>
* Find camera 'style' '''DCP''' profiles (portrait, landscape, vivid, etc) under:
: <pre style="white-space:pre-wrap;">%ALLUSERSPROFILE%\Adobe\CameraRaw\CameraProfiles\Camera</pre>


=== Make your own using Adobe Lens Profile Creator ===
Copy the relevant profiles to a different folder for easy access.
It is very easy to make your own LCPs, all you really need is to print a page.
# Install Adobe Lens Profile Creator
#: https://www.adobe.com/support/downloads/product.jsp?product=193&platform=Windows
# Read the friendly manual to learn how to make high quality LCPs
#: http://www.adobe.com/special/photoshop/camera_raw/lensprofile_creator/lensprofile_creator_userguide.pdf


== Download ==
== Community-Made ==
[https://discuss.pixls.us/users/toowaboo TooWaBoo] [http://rawtherapee.com/oldforum/viewtopic.php?p=44462#p44462 made] two LCPs by hand for de-fishing the Samyang 8mm lens, tailored to the APS-C sensor size used by Nikon, Pentax and Sony. Might need tweaking for Canon.
[https://discuss.pixls.us/u/toowaboo TooWaBoo] made two LCPs by hand for de-fishing the Samyang 8mm lens, tailored to the APS-C sensor size used by Nikon, Pentax and Sony. Might need tweaking for Canon.
* [[File:Samyang 8mm APS-C Panini.lcp]]
* [[File:Samyang 8mm APS-C Panini.lcp]]
: Set Distortion Correction = 0, Auto-fill = unchecked
: Set Distortion Correction = 0, Auto-fill = unchecked
* [[File:Samyang 8mm APS-C Rectilinear.lcp]]
* [[File:Samyang 8mm APS-C Rectilinear.lcp]]
: Set Distortion Correction = -0.5, Auto-fill = unchecked
: Set Distortion Correction = -0.5, Auto-fill = unchecked

Revision as of 22:35, 6 February 2018

A large collection of LCP (Adobe Lens Correction Profiles - for correcting lens distortion, vignetting and chromatic aberration) and DCP (DNG Color Profiles - camera input color profiles) come bundled with Adobe DNG Converter.

This section explains how to install Adobe DNG Converter and where to find the DCP and LCP profiles.

Linux

When you run Wine it will create a basic Windows system by default in $HOME/.wine. That is called a "Wine prefix". While it's fine to leave it like that, you can run each Windows program in its own Wine prefix, so that you can easily and cleanly remove all traces of one program without affecting the others. For example you might keep Adobe DNG Converter in its own Wine prefix in $HOME/wine-dng and decide to try out some proprietary Windows HDR program. You might find out that you don't like this program, or that the trial period has expired, or that it simply doesn't work. Uninstalling it, if the uninstaller even works, is known to leave things behind. If, on the other hand, you installed this program to its own Wine prefix, say $HOME/wine-hdr, you could simply delete that folder and that program would be gone without a trace, without affecting Adobe DNG Converter.

Creating a new Wine prefix is very simple. All you have to do is to prepend WINEPREFIX="$HOME/some-folder" before the wine command. If that folder does not exist, Wine will create it for you. It is a good idea to double-quote the path. For instance, WINEPREFIX="$HOME/wine-hdr" wine

We will be using $HOME/wine-dng as the Wine prefix.

  1. Install Wine, preferably using your package manager.
  2. Download Adobe DNG Converter for Windows.
  3. Install Adobe DNG Converter:
    WINEPREFIX="$HOME/wine-dng" wine /path/to/DNGConverter_version.exe
    It will install to "$HOME/wine-dng/drive_c/Program Files (x86)/Adobe/Adobe DNG Converter.exe"
  4. Run Adobe DNG Converter:
    WINEPREFIX="$HOME/wine-dng" wine "$HOME/wine-dng/drive_c/Program Files (x86)/Adobe/Adobe DNG Converter.exe"
  5. Add an alias so that you can run Adobe DNG Converter from a console with ease:
    echo "alias dng='WINEPREFIX=\"\$HOME/wine-dng\" wine \"\$HOME/wine-dng/drive_c/Program Files (x86)/Adobe/Adobe DNG Converter.exe\"'" >> ~/.bashrc && exec bash
  6. To run Adobe DNG Converter, just type dng in a console.
  • Find LCP profiles for your camera under:
"$HOME/wine-dng/drive_c/ProgramData/Adobe/CameraRaw/LensProfiles/1.0/"
  • Find standard DCP profiles under:
"$HOME/wine-dng/drive_c/ProgramData/Adobe/CameraRaw/CameraProfiles/Adobe Standard"
  • Find camera 'style' DCP profiles (portrait, landscape, vivid, etc) under:
"$HOME/wine-dng/drive_c/ProgramData/Adobe/CameraRaw/CameraProfiles/Camera/"

Copy the relevant profiles to a different folder for easy access, for example to ~/profiles/

Windows

  1. Download Adobe DNG Converter for Windows.
  2. Install Adobe DNG Converter
  • Find LCP profiles for your camera under:
%ALLUSERSPROFILE%\Adobe\CameraRaw\LensProfiles\1.0"
  • Find standard DCP profiles under:
%ALLUSERSPROFILE%\Adobe\CameraRaw\CameraProfiles\Adobe Standard
  • Find camera 'style' DCP profiles (portrait, landscape, vivid, etc) under:
%ALLUSERSPROFILE%\Adobe\CameraRaw\CameraProfiles\Camera

Copy the relevant profiles to a different folder for easy access.

Community-Made

TooWaBoo made two LCPs by hand for de-fishing the Samyang 8mm lens, tailored to the APS-C sensor size used by Nikon, Pentax and Sony. Might need tweaking for Canon.

Set Distortion Correction = 0, Auto-fill = unchecked
Set Distortion Correction = -0.5, Auto-fill = unchecked