Magic Lantern Firmware Wiki
Advertisement

Download the script: remap.py

You also need Palette.jpg

THE LINKS ARE DEAD, YOU CAN'T DO ANYTHING.

How to setup and use remap.py[]

First of all you'll need several things. Second I'm not going to go too deep into how to install each individual package I will link to the packages that are easiest to install but may or may not be the best choice.

First install Python 2.7. After you have installed Python it's best to go setup your path variable to point to c:\python27\. Once that is done you're going to want to install ImageMagick and the rest of the dependencies for remap.py.

After all the dependencies are installed all you have to do is type in the following commands

cd C:\crops
python remap.py your-image.jpg Palette.jpg mycrop.bmp

IF YOU DIDN'T EDIT YOUR PATH VARIABLE

cd C:\crops
C:\Python27\python remap.py your-image.jpg Palette.jpg mycrop.bmp



And that's all there is to it. It will run and convert the images showing %'s complete after it is done mycrop.bmp will be created and usable.

User:Splaq 04:54, December 22, 2010 (UTC)

Advertisement