Filtr 720 IR dotarł, zrobiłem już zjęcia - wiadomo bezpośrednio z aparatu różowe ale dorobilem skrypt w gimpie do przerobki
Album: https://plus.google.com/photos/10609...177?banner=pwa
Skrypt gimpa:
gimp -f -i -d -b "(define (aceq-image filename-in filename-out new-width new-height) (let* ((image (car (gimp-file-load RUN-NONINTERACTIVE filename-in \"\"))) (drawable (car (gimp-image-active-drawable image)))) (gimp-equalize drawable FALSE) (plug-in-colors-channel-mixer RUN-NONINTERACTIVE image drawable FALSE 0 0 1 0 1 0 1 0 0) (plug-in-blur RUN-NONINTERACTIVE image drawable) (plug-in-sharpen RUN-NONINTERACTIVE image drawable 50) (gimp-file-save RUN-NONINTERACTIVE image drawable filename-out \"\"))) (aceq-image \"$1\" \"$2\" 500 500)" -b "(gimp-quit 0)"