Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Convert Negative

I am trying to convert scanned b/w negatives in Aperture. Can't find a preset. Is there no way to do this in Aperture? Seems like it would be easy.

Aperture 3, Mac OS X (10.6.8)

Posted on Dec 10, 2011 12:04 PM

Reply
3 replies

Dec 10, 2011 2:00 PM in response to Barbpdx

If you are comfortable with the Terminal and command line tools, you may consider to install "ImageMagick" to convert your negatives.

The ImageMagick package offers a great selection of free image processing tools. Once installed, you can convert your negatives with a simple command line from the Terminal:


convert -negate inputimage.jpg outputimage.jpg


assuming your negative is called inputimage.jpg and you want your output image to be named outputimage.jpg.


Here is a link on how to install the binary Mac version with macports: http://www.imagemagick.org/script/binary-releases.php#macosx


And here is a manual page for the versatile convert tool: http://www.imagemagick.org/script/convert.php


If you do not have macports to install unix tools, you can get them here:http://www.macports.org/


Regards

Léonie

Convert Negative

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.