disconnekt Posted March 14, 2007 Share #1 Â Posted March 14, 2007 Advertisement (gone after registration) At least they added Digilux 3, but I've been waiting a loooooooong time for D-Lux 2 support and I'm starting to lose hope.... will I have to switch to Lightroom? Then I would have to give up the .Mac support that I use to maintain an online photo album. :-( Link to post Share on other sites More sharing options...
Advertisement Posted March 14, 2007 Posted March 14, 2007 Hi disconnekt, Take a look here will Aperture EVER add D-Lux2 RAW support?. I'm sure you'll find what you were looking for!
Laki Posted March 14, 2007 Share #2 Â Posted March 14, 2007 At least they added Digilux 3, but I've been waiting a loooooooong time for D-Lux 2 support and I'm starting to lose hope.... will I have to switch to Lightroom? Then I would have to give up the .Mac support that I use to maintain an online photo album. :-( Â did you ask the aperture support? just a suggestion... Link to post Share on other sites More sharing options...
Eoin Posted March 14, 2007 Share #3 Â Posted March 14, 2007 Again the support is missing for this camera and the Panasonic DMC LX2. Â The simple work around is again pass the raws through Adobe DNG converter but the parameters must be: Â Jpeg Preview = Full size Compression = Not Checked Preserve raw image = Checked Don't embed original = Unchecked. Â You'll need to hack the raw.plist as with the M8 hack, I'm not sure what the Leica D-Lux-3 string is but I can get that very easy if you send me a raw file. Â I use the DMC-LX2 and the entry is as follows; Â <key>Panasonic-DMC-LX2</key> <dict> <key>black</key> <integer>1</integer> <key>blamt</key> <real>0.0</real> <key>cbrad</key> <real>2</real> <key>esein</key> <real>2.1600000000000001</real> <key>esein_0</key> <real>0.0</real> <key>eseth</key> <real>4.7800000000000002</real> <key>eseth_0</key> <real>0.0</real> <key>esint</key> <real>0.5</real> <key>esint_0</key> <real>0.0</real> <key>gresc</key> <real>3.0600000000000001</real> <key>gresc_0</key> <real>0.0</real> <key>m1</key> <array> <real>0.97809999999999997</real> <real>-0.47789999999999999</real> <real>0.037600000000000001</real> <real>-0.47110000000000002</real> <real>1.1427</real> <real>0.37769999999999998</real> <real>-0.072999999999999995</real> <real>0.13919999999999999</real> <real>0.71360000000000001</real> </array> <key>m2</key> <array> <real>0.80479999999999996</real> <real>-0.28100000000000003</real> <real>-0.062300000000000001</real> <real>-0.64500000000000002</real> <real>1.3519000000000001</real> <real>0.32719999999999999</real> <real>-0.17000000000000001</real> <real>0.21460000000000001</real> <real>0.70489999999999997</real> </array> <key>mc</key> <real>0.73731999999999998</real> <key>noten</key> <false/> <key>otrc</key> <array> <real>0.57099999999999995</real> <real>0.17399999999999999</real> <real>1.9419999999999999</real> <real>0.35399999999999998</real> <real>1.538</real> <real>0.67600000000000005</real> <real>0.83699999999999997</real> <real>0.48399999999999999</real> </array> <key>sdamt</key> <real>0.0</real> <key>white</key> <integer>3986</integer> </dict> Â Â This works very well, however you'll need to white balance the shot to stop blues shifting towards violet. Other than that there is no other way to use the D-Lux-3 / LX2 within Aperture. Link to post Share on other sites More sharing options...
Luis Cruz Posted March 15, 2007 Share #4 Â Posted March 15, 2007 Hi Eoin! Â Dam you are good! I read your treads tonight about the M8 hack and is impressive! I have no idea how you figure that out... Â I had been trying to find a hack to use my D-Lux 3 with aperture (hope to get a M8 some day!!) so far no luck. I upload it a raw photo from my camera in this link: Â http://www.yousendit.com/download/T2dkVWRqQzdvQnMwTVE9PQ Â I would be so stoke if you can help me out finding the right String to use for the D-lux 3! Â Im going to try using the M8 Hack right now (just finish downloading the split edit program) and see what happend... Â Thanks a lot! -L Link to post Share on other sites More sharing options...
Eoin Posted March 15, 2007 Share #5  Posted March 15, 2007 Luis,  Just for you here is the D-Lux-3 strings :D  If you've read the other threads for the M8 you'll possibly understand what I'm about to say...  The Raw.plist is a protected file, you'll need to navigate to it at System/Library/Frameworks/ApplicationServices.framework/ Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/Raw.plist If you right click or cmd click the file and select "get info" you'll see ownership and permissions and details below that. Click on the triangle beside details and unlock the owner field. You may have to type in your password. Change the owner to your username and change the access to read and write. Then go back up to "you can" and change to read and write. While your here you can change the open with to what ever program you use to edit plists with. I use PlistEdit Pro Fat Cat Software - PlistEdit Pro You can now close this window.  Open the raw.plist in the editor and go to the bottom window in PlistEdit Pro. As you scroll down through the entries you'll notice most entries start with a <key> CAMERA NAME and end with </dict> The code I have posted below should be pasted 1 line below any </dict> entry. Save the file and restart aperture. Convert the Raws using Adobe DNG converter with the following options...  Jpeg Preview = Full size Compression = Not Checked Preserve raw image = Checked Don't embed original = Unchecked.  And you should be set,  Here is the file you sent me with no adjustments or sharpening just resized and sRGB'd     <key>LEICA-D-LUX 3</key> <dict> <key>black</key> <integer>1</integer> <key>blamt</key> <real>0.0</real> <key>cbrad</key> <real>2</real> <key>esein</key> <real>2.1600000000000001</real> <key>esein_0</key> <real>0.0</real> <key>eseth</key> <real>4.7800000000000002</real> <key>eseth_0</key> <real>0.0</real> <key>esint</key> <real>0.5</real> <key>esint_0</key> <real>0.0</real> <key>gresc</key> <real>3.0600000000000001</real> <key>gresc_0</key> <real>0.0</real> <key>m1</key> <array> <real>0.97809999999999997</real> <real>-0.47789999999999999</real> <real>0.037600000000000001</real> <real>-0.47110000000000002</real> <real>1.1427</real> <real>0.37769999999999998</real> <real>-0.072999999999999995</real> <real>0.13919999999999999</real> <real>0.71360000000000001</real> </array> <key>m2</key> <array> <real>0.80479999999999996</real> <real>-0.28100000000000003</real> <real>-0.062300000000000001</real> <real>-0.64500000000000002</real> <real>1.3519000000000001</real> <real>0.32719999999999999</real> <real>-0.17000000000000001</real> <real>0.21460000000000001</real> <real>0.70489999999999997</real> </array> <key>mc</key> <real>0.73731999999999998</real> <key>noten</key> <false/> <key>otrc</key> <array> <real>0.57099999999999995</real> <real>0.17399999999999999</real> <real>1.9419999999999999</real> <real>0.35399999999999998</real> <real>1.538</real> <real>0.67600000000000005</real> <real>0.83699999999999997</real> <real>0.48399999999999999</real> </array> <key>sdamt</key> <real>0.0</real> <key>white</key> <integer>3986</integer> </dict> Link to post Share on other sites More sharing options...
Luis Cruz Posted March 15, 2007 Share #6 Â Posted March 15, 2007 Thanks a lot Eoin! I try the M8 hack last night and it worked too... (just chosing the Nikon camera as a String for it) Â Im sure there are tons of people with D-Lux 3 that will like to use Aperture to process their raw photos and will benefit from this! My hopes were really low on Apple adding the D-Lux camera to their list since is not really an SLR... Â Shit I guess Im going to be late for work today playing with this hack!! Â Quick question, now that I have a plist created should I just double click were the Nikon String is and copy paste the hack on the bottom window? That's the only part Im a bit confuse on! Â Man, thanks again!! Im so stoke... Link to post Share on other sites More sharing options...
Eoin Posted March 15, 2007 Share #7 Â Posted March 15, 2007 Advertisement (gone after registration) Louis, Â I'd suggest you click on the name of the profile you've created in the upper window and click Delete. Save the raw.plist. Â You've created a profile that does not really suit the Panasonic LX2 or Leica D-Lux 3. We need to use the profile I've given here in my post with your image, just above your image, the colours are much better with this one. In my first post the Control strings are for the Panasonic DMC-LX2 which won't work for the leica because of the embedded camera name. You need to highlight the string I've given you starting with <key> and ending with </dict> and copy this to your clipboard Command+C Â Then go to the lower window of PlistEdit Pro which already has the raw.plist file open, find any camera profile and scroll down through it till you see </dict> click just after this and press enter to give you a new line then press the tab key to move the cursor over. Then press Command+V to paste the control strings for the DMC-LX2 into the raw.plist. Just make sure you have no blank (empty) lines and the text is exactly as I have given it. Then save your raw.plist and you should be good to go. Link to post Share on other sites More sharing options...
Luis Cruz Posted March 15, 2007 Share #8 Â Posted March 15, 2007 Thanks! Â That works great!! the only thing I notice once I import the dng file is that under the Raw fine tuning panel the Auto Noise Compensation option is gray out and I don't know why... Â I remember been able to turn that on or off wen I was using the M8 String... any way Im really gratefull, thatnks to you I will be able to use Aperture with my D-lux 3 and Im having a great day!! Â -L Link to post Share on other sites More sharing options...
Eoin Posted March 15, 2007 Share #9 Â Posted March 15, 2007 Luis, I never noticed the grayed out setting for noise reduction. I'll look in to it over the weekend when I get some quiet time, It's St Patricks on Saturday and Dublin should be buzzing all weekend. I'm not promising I'll have the answer though. Link to post Share on other sites More sharing options...
Luis Cruz Posted March 16, 2007 Share #10 Â Posted March 16, 2007 Thanks Eoin! Â Have a great St. Patricks weekend:D Â The hack works great! -L Link to post Share on other sites More sharing options...
disconnekt Posted March 16, 2007 Author Share #11  Posted March 16, 2007 Yes, to the first person who replied to this post—I did send feedback to Apple begging for DL2 support. Thanks very much to Eoin for the DNG hack, but I've decided not to go this route at the moment, since I want to keep my workflow as it is (I currently import both the unrecognized RAW file and the accompanying JPG). I don't fancy going through all my hundreds of pics to convert them, and to have to convert the new pics every time I import. Link to post Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.