updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / hdrprep / README
blob7a6ddf1487f43b305591f88c5864f146bb75b424
1 * BASIC USAGE:
3 hdrprep.pl -a img1.jpg img2.jpg img3.jpg
5 This will create new directory aligned with aligned and cropped images
6 You can use also -q flag for jpg quality and use wildcards (*)
7 so the command can looks like:
9 hdrprep.pl -a -q 95 *
11 another dependency not mentioned here is PerlMagick, but it seems, that imagemagick
12 in Arch Linux is allready compiled with this capability.
14 * PROBLEM with rotation
15 script doesn't consider rotation among images, so keep it in mind
17 * HW requirements:
18 depending of size of images it can take from few through tens of minutes to process.
19 512 MB RAM would be appropriate, unles you are processing small images.